Results

By type

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

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

2021-06-04T07:32:58.891Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-npqxl with PID 14 (/app/app.jar started by so in /app)
2021-06-04T07:32:58.939Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-06-04T07:32:58.939Z||main|||||INFO|500||The following profiles are active: basic
2021-06-04T07:33:06.146Z||main|||||INFO|500||Starting service [Tomcat]
2021-06-04T07:33:06.147Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-06-04T07:33:06.223Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-06-04T07:33:07.733Z||main|||||INFO|500||catdb-pool - Starting...
2021-06-04T07:33:07.895Z||main|||||INFO|500||catdb-pool - Start completed.
2021-06-04T07:33:08.264Z||main|||||INFO|500||reqdb-pool - Starting...
2021-06-04T07:33:08.272Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-06-04T07:33:08.354Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-06-04T07:33:08.491Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-06-04T07:33:08.901Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-06-04T07:33:09.878Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-04T07:33:11.981Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-04T07:33:12.025Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-06-04T07:33:12.462Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-04T07:33:12.651Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-06-04T07:33:13.840Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-04T07:33:14.774Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-06-04T07:33:14.794Z||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$$a594702c.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-06-04T07:33:14.795Z||main|||||WARN|500||The sdc end point is not alive
2021-06-04T07:33:17.001Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-06-04T07:33:19.266Z||main|||||WARN|500||---
2021-06-04T07:33:19.267Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-06-04T07:33:19.267Z||main|||||WARN|500||---
2021-06-04T07:33:19.536Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-06-04T07:33:22.574Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T07:33:22.575Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T07:33:22.576Z||main|||||INFO|500||Started Application in 25.862 seconds (JVM running for 27.032)
2021-06-04T07:33:22.592Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T07:33:22.646Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T07:33:22.687Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 39aab513-a3bb-4862-8bba-cb0d4c55944a url= /sdc/v1/artifactTypes
2021-06-04T07:33:22.688Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T07:33:23.818Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.121] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-06-04T07:33:23.822Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a8bfe5f
2021-06-04T07:33:23.822Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-04T07:33:23.831Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-04T07:33:23.833Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-04T07:33:23.835Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-06-04T07:34:12.570Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T07:34:12.570Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T07:34:12.570Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T07:34:12.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T07:34:12.579Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3331718e-52cd-48fd-9c07-75e7056e1fb3 url= /sdc/v1/artifactTypes
2021-06-04T07:34:12.580Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T07:34:13.610Z||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.27.121] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-06-04T07:34:13.611Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26789e97
2021-06-04T07:34:13.611Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-04T07:34:13.612Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-04T07:34:13.612Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-04T07:34:13.612Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-06-04T07:35:02.569Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T07:35:02.570Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T07:35:02.570Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T07:35:02.573Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T07:35:02.577Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f0af2759-04a1-4725-bed9-4a9f91628f8d url= /sdc/v1/artifactTypes
2021-06-04T07:35:02.578Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T07:35:03.593Z||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.27.121] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-06-04T07:35:03.594Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1c6fa28c
2021-06-04T07:35:03.594Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-04T07:35:03.595Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-04T07:35:03.595Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-04T07:35:03.595Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-06-04T07:35:52.570Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T07:35:52.570Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T07:35:52.570Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T07:35:52.573Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T07:35:52.578Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fbd3185c-a712-45bd-bccf-fb9d89e5f796 url= /sdc/v1/artifactTypes
2021-06-04T07:35:52.578Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T07:35:53.609Z||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.27.121] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-06-04T07:35:53.610Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@445c37b6
2021-06-04T07:35:53.611Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-04T07:35:53.611Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-04T07:35:53.611Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-04T07:35:53.612Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-06-04T07:36:42.570Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-04T07:36:42.571Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-04T07:36:42.571Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-04T07:36:42.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-04T07:36:42.579Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7ee2be5b-e94d-43ea-84ff-7ac57770f0c0 url= /sdc/v1/artifactTypes
2021-06-04T07:36:42.579Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-04T07:36:42.780Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-04T07:36:42.787Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-06-04T07:36:42.809Z||scheduling-1|||||DEBUG|500||create keys
2021-06-04T07:36:42.816Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-04T07:36:42.845Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:36:42.860Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 66bc357d-2137-488f-a5cc-a07f14d8a9bd url= /sdc/v1/registerForDistribution
2021-06-04T07:36:43.001Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 66bc357d-2137-488f-a5cc-a07f14d8a9bd url= /sdc/v1/registerForDistribution
2021-06-04T07:36:43.001Z||scheduling-1|||||INFO|500||start DistributionClient
2021-06-04T07:36:43.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:36:43.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:36:43.014Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-06-04T07:36:43.015Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:36:43.015Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:36:43.015Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:36:43.015Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:36:53.243Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:36:53.251Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:37:43.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:37:43.009Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:37:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:37:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:37:43.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:37:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:37:52.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:37:52.556Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:38:43.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:38:43.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:38:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:38:43.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:38:43.011Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:38:43.012Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:38:52.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:38:52.560Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:39:43.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:39:43.009Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:39:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:39:43.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:39:43.010Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:39:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:39:52.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:39:52.559Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:40:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:40:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:40:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:40:43.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:40:43.011Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:40:43.012Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:40:52.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:40:52.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:41:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:41:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:41:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:41:43.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:41:43.010Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:41:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:41:52.553Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:41:52.555Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:42:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:42:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:42:43.009Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:42:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:42:43.010Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:42:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:42:52.557Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:42:52.563Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:43:39.347Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-06-04T07:43:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:43:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:43:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:43:43.009Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:43:43.010Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:43:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:43:52.553Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:43:52.554Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:44:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:44:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:44:43.009Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:44:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:44:43.010Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:44:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:44:52.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:44:52.555Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:45:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:45:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:45:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:45:43.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:45:43.010Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:45:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:45:52.550Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:45:52.551Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:46:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:46:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:46:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:46:43.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:46:43.010Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:46:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:46:52.550Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:46:52.553Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:47:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:47:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:47:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:47:43.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:47:43.011Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:47:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:47:52.549Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:47:52.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:48:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:48:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:48:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:48:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:48:43.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:48:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:48:52.559Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:48:52.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:49:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:49:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:49:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:49:43.009Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:49:43.010Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:49:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:49:52.552Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:49:52.552Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:50:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:50:43.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:50:43.010Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:50:43.010Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:50:43.010Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:50:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:50:52.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:50:52.557Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:51:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:51:43.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:51:43.010Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:51:43.010Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:51:43.010Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:51:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:51:52.557Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:51:52.557Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:52:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:52:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:52:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:52:43.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:52:43.010Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:52:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:52:52.553Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:52:52.558Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:53:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:53:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:53:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:53:43.009Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:53:43.010Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:53:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:53:52.556Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:53:52.561Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:54:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:54:43.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:54:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:54:43.010Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:54:43.010Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:54:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:54:52.547Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:54:52.547Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:55:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:55:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:55:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:55:43.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:55:43.010Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:55:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:55:52.550Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:55:52.552Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:56:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:56:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:56:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:56:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:56:43.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:56:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:56:52.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:56:52.554Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:57:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:57:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:57:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:57:43.009Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:57:43.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:57:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:57:52.571Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:57:52.582Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:58:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:58:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:58:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:58:43.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:58:43.011Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:58:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:58:52.553Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:58:52.553Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:59:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:59:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:59:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T07:59:43.009Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T07:59:43.010Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T07:59:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T07:59:52.549Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T07:59:52.551Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:00:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:00:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:00:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:00:43.009Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:00:43.010Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:00:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:00:52.551Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:00:52.551Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:01:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:01:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:01:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:01:43.009Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:01:43.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:01:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:01:52.549Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:01:52.556Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:02:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:02:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:02:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:02:43.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:02:43.011Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:02:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:02:52.552Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:02:52.552Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:03:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:03:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:03:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:03:43.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:03:43.010Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:03:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:03:52.549Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:03:52.550Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:04:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:04:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:04:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:04:43.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:04:43.010Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:04:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:04:52.555Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:04:52.556Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:05:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:05:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:05:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:05:43.009Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:05:43.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:05:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:05:52.562Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:05:52.564Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:06:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:06:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:06:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:06:43.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:06:43.010Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:06:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:06:52.551Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:06:52.551Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:07:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:07:43.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:07:43.010Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:07:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:07:43.010Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:07:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:07:52.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:07:52.549Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:08:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:08:43.009Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:08:43.010Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:08:43.010Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:08:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:08:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:08:52.554Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:08:52.554Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:09:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:09:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:09:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:09:43.009Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:09:43.010Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:09:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:09:52.550Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:09:52.550Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:10:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:10:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:10:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:10:43.009Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:10:43.010Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:10:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:10:52.551Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:10:52.552Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:11:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:11:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:11:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:11:43.009Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:11:43.010Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:11:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:11:52.545Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:11:52.545Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:12:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:12:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:12:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:12:43.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:12:43.010Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:12:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:12:52.550Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:12:52.557Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:13:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:13:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:13:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:13:43.010Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:13:43.010Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:13:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:13:52.546Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:13:52.560Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:14:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:14:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:14:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:14:43.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:14:43.010Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:14:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:14:52.548Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:14:52.554Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:15:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:15:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:15:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:15:43.009Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:15:43.010Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:15:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:15:52.547Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:15:52.549Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:16:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:16:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:16:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:16:43.009Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:16:43.010Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:16:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:16:52.551Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:16:52.554Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:17:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:17:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:17:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:17:43.009Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:17:43.010Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:17:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:17:52.550Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:17:52.550Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:18:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:18:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:18:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:18:43.009Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:18:43.010Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:18:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:18:52.551Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:18:52.554Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:19:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:19:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:19:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:19:43.009Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:19:43.010Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:19:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:19:52.551Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:19:52.551Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:20:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:20:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:20:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:20:43.009Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:20:43.010Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:20:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:20:52.551Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:20:52.552Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:21:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:21:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:21:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:21:43.009Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:21:43.010Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:21:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:21:52.552Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:21:52.552Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:22:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:22:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:22:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:22:43.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:22:43.010Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:22:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:22:52.547Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:22:52.553Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:23:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:23:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:23:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:23:43.009Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:23:43.010Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:23:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:23:52.549Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:23:52.549Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:24:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:24:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:24:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:24:43.009Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:24:43.010Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:24:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:24:52.546Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:24:52.551Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:25:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:25:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:25:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:25:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:25:43.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:25:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:25:52.550Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:25:52.553Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:26:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:26:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:26:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:26:43.009Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:26:43.010Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:26:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:26:52.549Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:26:52.550Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:27:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:27:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:27:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:27:43.009Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:27:43.010Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:27:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:27:52.548Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:27:52.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:28:43.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:28:43.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:28:43.009Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:28:43.009Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:28:43.010Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:28:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:28:52.553Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:28:52.560Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:29:43.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:29:43.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:29:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:29:43.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:29:43.011Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:29:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:29:52.551Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:29:52.551Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:30:43.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:30:43.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:30:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:30:43.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:30:43.010Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:30:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:30:52.549Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:30:52.552Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:31:43.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:31:43.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:31:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:31:43.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:31:43.010Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:31:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:31:52.548Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:31:52.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:32:43.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:32:43.009Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:32:43.011Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:32:43.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:32:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:32:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:32:52.557Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:32:52.557Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:33:43.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:33:43.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:33:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:33:43.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:33:43.010Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:33:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:33:52.545Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:33:52.553Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:34:43.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:34:43.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:34:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:34:43.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:34:43.010Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:34:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:34:52.551Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:34:52.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:35:43.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:35:43.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:35:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:35:43.009Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:35:43.010Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:35:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:35:52.552Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:35:52.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:36:43.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:36:43.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:36:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:43.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:36:43.010Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:36:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:43.635Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:36:43.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e95383d-0423-4b46-afa9-aa953e612077","serviceName":"basic_onboard_IPgnvn","serviceVersion":"1.0","serviceUUID":"2f349639-8d1c-4426-847b-a7e9a637b6bb","serviceDescription":"service","serviceInvariantUUID":"bd102090-e681-48e4-a334-54893263869f","resources":[{"resourceInstanceName":"basic_onboard_IPgnvn 0","resourceName":"basic_onboard_IPgnvn","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"82c9ac9e-f4aa-446a-9947-f70aa241e30c","resourceInvariantUUID":"a9e7ef3c-5c95-459a-af6c-e6c1c90fc7e8","resourceCustomizationUUID":"d6040fc6-1e21-4e78-84ef-8a039fdef963","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml","artifactChecksum":"OGY4MDZjNzIxMTAyMzkyYjI0Y2VmYjQ3OTg3MzQyYTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"db866afa-b5a5-4237-8462-fcbe258d7b72","artifactVersion":"1"},{"artifactName":"basic_onboard_ipgnvn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json","artifactChecksum":"ZTFhMWE5ZGM5OWE4ZGI0Y2JmNzZiMThjZjQ0YjkzOWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"595646e6-e1aa-407a-b3c9-93ae52a2a6f8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9ae32c1a-6010-4f8a-bcd5-60d03bec6b56","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d3ca7c7-aff7-4198-bd68-cab4eb3aec2a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0fa3f50b-2cf5-4df3-bc70-df976037d1a4","artifactVersion":"2","generatedFromUUID":"9ae32c1a-6010-4f8a-bcd5-60d03bec6b56"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIpgnvn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml","artifactChecksum":"YTMyYWRlNTU5Mzk4MWNkNDlkNjAyOTA0MjdlYzIyZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"06012070-11ae-46a1-9588-6420e1888b64","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIpgnvn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar","artifactChecksum":"ZDM2ZjczNTYzZjJhMjIyZDU0Y2Q1YjU4YmQ1ZDliNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"66d1d13a-c60c-4a8b-be22-ccc5c2669252","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-04T08:36:43.642Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:36:43.644Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:36:43.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622795787259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.650Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:36:43.660Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:36:43.660Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795803008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "dcae-sch",
  "timestamp": 1622795789283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795790983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795794740,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "cds",
  "timestamp": 1622795791902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "policy-id",
  "timestamp": 1622795791471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795790983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622795787259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795794740,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "dcae-sch",
  "timestamp": 1622795789283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "cds",
  "timestamp": 1622795791902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "policy-id",
  "timestamp": 1622795791471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795790983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:36:43.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795794740,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:36:43.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "dcae-sch",
  "timestamp": 1622795789283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622795787259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "cds",
  "timestamp": 1622795791902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "policy-id",
  "timestamp": 1622795791471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:36:43.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795790983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "dcae-sch",
  "timestamp": 1622795789283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "cds",
  "timestamp": 1622795791902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795794740,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622795787259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "policy-id",
  "timestamp": 1622795791471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795790983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-04T08:36:43.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795794740,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622795787259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "dcae-sch",
  "timestamp": 1622795789283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "cds",
  "timestamp": 1622795791902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "policy-id",
  "timestamp": 1622795791471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795790983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795794740,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "dcae-sch",
  "timestamp": 1622795789283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622795787259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "cds",
  "timestamp": 1622795791902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "policy-id",
  "timestamp": 1622795791471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795790983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:36:43.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795794740,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:36:43.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622795787259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "dcae-sch",
  "timestamp": 1622795789283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:43.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "cds",
  "timestamp": 1622795791902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:36:43.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:36:43.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "policy-id",
  "timestamp": 1622795791471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:36:43.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:36:43.760Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-06-04T08:36:43.764Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:36:43.764Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:43.774Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:36:43.776Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:36:44.665Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:36:44.665Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:36:44.667Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:36:44.667Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795803008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:36:44.767Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:36:44.768Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:36:44.768Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:44.779Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:36:44.779Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:36:45.668Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:36:45.669Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:36:45.672Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:36:45.672Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795803008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:36:45.772Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:36:45.773Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:36:45.773Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:45.784Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:36:45.785Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-04T08:36:46.673Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:36:46.674Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:36:46.676Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:36:46.676Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795803008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:46.776Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:36:46.777Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:36:46.777Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:46.787Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:36:46.787Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:36:47.677Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:36:47.678Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:36:47.680Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:36:47.680Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795803008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-04T08:36:47.780Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:36:47.781Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:36:47.782Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:47.792Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:36:47.792Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:36:48.680Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:36:48.682Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:36:48.684Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:36:48.684Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795803008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:36:48.784Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:36:48.785Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:36:48.785Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:48.794Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:36:48.795Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:36:49.684Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:36:49.685Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:36:49.687Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:36:49.687Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795803008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:36:49.788Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:36:49.788Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:36:49.789Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:49.800Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:36:49.801Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:36:50.690Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "serviceName": "basic_onboard_IPgnvn",
  "serviceVersion": "1.0",
  "serviceUUID": "2f349639-8d1c-4426-847b-a7e9a637b6bb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bd102090-e681-48e4-a334-54893263869f",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_IPgnvn 0",
      "resourceCustomizationUUID": "d6040fc6-1e21-4e78-84ef-8a039fdef963",
      "resourceName": "basic_onboard_IPgnvn",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "82c9ac9e-f4aa-446a-9947-f70aa241e30c",
      "resourceInvariantUUID": "a9e7ef3c-5c95-459a-af6c-e6c1c90fc7e8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ipgnvn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
          "artifactChecksum": "ZTFhMWE5ZGM5OWE4ZGI0Y2JmNzZiMThjZjQ0YjkzOWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "595646e6-e1aa-407a-b3c9-93ae52a2a6f8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9ae32c1a-6010-4f8a-bcd5-60d03bec6b56",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0fa3f50b-2cf5-4df3-bc70-df976037d1a4",
            "generatedFromUUID": "9ae32c1a-6010-4f8a-bcd5-60d03bec6b56"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0fa3f50b-2cf5-4df3-bc70-df976037d1a4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardIpgnvn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
      "artifactChecksum": "ZDM2ZjczNTYzZjJhMjIyZDU0Y2Q1YjU4YmQ1ZDliNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "66d1d13a-c60c-4a8b-be22-ccc5c2669252"
    }
  ],
  "workloadContext": "Production"
}
2021-06-04T08:36:50.691Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-04T08:36:50.692Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2f349639-8d1c-4426-847b-a7e9a637b6bb ASDC
2021-06-04T08:36:50.814Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:9e95383d-0423-4b46-afa9-aa953e612077
ServiceName:basic_onboard_IPgnvn
ServiceVersion:1.0
ServiceUUID:2f349639-8d1c-4426-847b-a7e9a637b6bb
ServiceInvariantUUID:bd102090-e681-48e4-a334-54893263869f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIpgnvn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar
ArtifactUUID:66d1d13a-c60c-4a8b-be22-ccc5c2669252
ArtifactChecksum:ZDM2ZjczNTYzZjJhMjIyZDU0Y2Q1YjU4YmQ1ZDliNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_IPgnvn 0
ResourceCustomizationUUID:d6040fc6-1e21-4e78-84ef-8a039fdef963
ResourceInvariantUUID:a9e7ef3c-5c95-459a-af6c-e6c1c90fc7e8
ResourceName:basic_onboard_IPgnvn
ResourceType:VF
ResourceUUID:82c9ac9e-f4aa-446a-9947-f70aa241e30c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ipgnvn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json
ArtifactUUID:595646e6-e1aa-407a-b3c9-93ae52a2a6f8
ArtifactChecksum:ZTFhMWE5ZGM5OWE4ZGI0Y2JmNzZiMThjZjQ0YjkzOWE=
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/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9ae32c1a-6010-4f8a-bcd5-60d03bec6b56
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/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env
ArtifactUUID:0fa3f50b-2cf5-4df3-bc70-df976037d1a4
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/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env
ArtifactUUID:0fa3f50b-2cf5-4df3-bc70-df976037d1a4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-04T08:36:50.814Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2f349639-8d1c-4426-847b-a7e9a637b6bb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:36:51.115Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:36:51.116Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-04T08:36:51.117Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-04T08:36:51.117Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 66d1d13a-c60c-4a8b-be22-ccc5c2669252 from URL: /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:51.117Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T08:36:51.118Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:52.339Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T08:36:52.353Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar 66d1d13a-c60c-4a8b-be22-ccc5c2669252 74822
2021-06-04T08:36:52.354Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar ASDC sendASDCNotification
2021-06-04T08:36:52.354Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:52.355Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:36:52.356Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:36:52.358Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:36:52.358Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795812354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:36:52.458Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:36:52.459Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:36:52.459Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:52.469Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:36:52.470Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:36:53.358Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:36:53.359Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-04T08:36:53.360Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 66d1d13a-c60c-4a8b-be22-ccc5c2669252, URL: /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar to file: /app/ASDC/1/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:53.360Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:53.477Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:53.477Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:53.926Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16277033884729731616/Definitions/service-BasicOnboardIpgnvn-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-06-04T08:36:55.746Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-04T08:36:55.753Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-04T08:36:55.753Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:55.753Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-06-04T08:36:55.754Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:55.754Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:55.754Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:55.754Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:55.754Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:55.754Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_IPgnvn 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-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:55.755Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:55.755Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:55.755Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:55.755Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_IPgnvn 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:36:55.755Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-04T08:36:55.764Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:36:55.766Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:36:55.769Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is matching search criteria
2021-06-04T08:36:55.770Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-04T08:36:55.771Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IPgnvn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:36:55.773Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:36:55.773Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:36:55.774Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is matching search criteria
2021-06-04T08:36:55.774Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-04T08:36:55.774Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IPgnvn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:36:55.774Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:36:55.774Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:36:55.778Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:36:55.778Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is not matching search criteria
2021-06-04T08:36:55.779Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-06-04T08:36:55.779Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-06-04T08:36:55.779Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-06-04T08:36:55.779Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-04T08:36:55.779Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-04T08:36:55.780Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:36:55.780Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-04T08:36:55.781Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:36:55.781Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is matching search criteria
2021-06-04T08:36:55.781Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IPgnvn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:36:55.782Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:36:55.782Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is matching search criteria
2021-06-04T08:36:55.782Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IPgnvn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:36:55.782Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:36:55.783Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is matching search criteria
2021-06-04T08:36:55.783Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IPgnvn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:36:55.783Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:36:55.783Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is not matching search criteria
2021-06-04T08:36:55.783Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-04T08:36:55.783Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-04T08:36:55.784Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3caef80e-a588-4535-bb48-37698acd9b97
2021-06-04T08:36:55.784Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:36:55.784Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:36:55.784Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:36:55.784Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:36:55.785Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:36:55.785Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:36:55.785Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:36:55.785Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:36:55.785Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_IPgnvn
Description:service
Model UUID:2f349639-8d1c-4426-847b-a7e9a637b6bb
Model Version:NULL
Model InvariantUuid:bd102090-e681-48e4-a334-54893263869f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_IPgnvn
Model UUID:48ccb44d-df92-4b48-a35c-aac9280b58c6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a9e7ef3c-5c95-459a-af6c-e6c1c90fc7e8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d6040fc6-1e21-4e78-84ef-8a039fdef963
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3c1ac18b-20df-461a-86ea-e5be62eec024
ModelName:BasicOnboardIpgnvn..base_ubuntu18..module-0
ModelUuid:13f49eb8-ca66-4985-8e99-79ac9057aac8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3caef80e-a588-4535-bb48-37698acd9b97
ModelInvariantUuid:2a28e620-6cc6-4057-8a2d-031166451635
ModelName:basic_onboard_IPgnvn-nodes.ubuntu18Cvfc
ModelUuid:f6e526e3-c85d-49f1-ac45-bc0af20bce8a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:2adc1f6c-f61e-4820-b2a9-4903187f35d5
ModelInvariantUuid:27168acf-6ad9-494f-a5fd-3214e6be60a5
ModelName:BasicOnboardIpgnvn.compute.nodes.heat.ubuntu18
ModelUuid:1f40886e-fd77-4037-941e-4d8f6756eb7c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-04T08:36:55.811Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 82c9ac9e-f4aa-446a-9947-f70aa241e30c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-04T08:36:55.904Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||basic_onboard_IPgnvn 0
2021-06-04T08:36:55.910Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 82c9ac9e-f4aa-446a-9947-f70aa241e30c
2021-06-04T08:36:55.910Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 595646e6-e1aa-407a-b3c9-93ae52a2a6f8 from URL: /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json
2021-06-04T08:36:55.911Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T08:36:55.911Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json
2021-06-04T08:36:56.647Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T08:36:56.647Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json 595646e6-e1aa-407a-b3c9-93ae52a2a6f8 798
2021-06-04T08:36:56.648Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json ASDC sendASDCNotification
2021-06-04T08:36:56.648Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json
2021-06-04T08:36:56.648Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:36:56.648Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:36:56.650Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:36:56.650Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795816647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:36:56.750Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:36:56.751Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:36:56.751Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:56.761Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:36:56.762Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-04T08:36:57.651Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardIpgnvn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3c1ac18b-20df-461a-86ea-e5be62eec024",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "13f49eb8-ca66-4985-8e99-79ac9057aac8",
    "vfModuleModelCustomizationUUID": "bd7cfd5a-e5da-4581-8d1e-4d076c6188de",
    "isBase": true,
    "artifacts": [
      "9ae32c1a-6010-4f8a-bcd5-60d03bec6b56",
      "0fa3f50b-2cf5-4df3-bc70-df976037d1a4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-04T08:36:57.674Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIpgnvn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:13f49eb8-ca66-4985-8e99-79ac9057aac8
VfModuleModelInvariantUUID:3c1ac18b-20df-461a-86ea-e5be62eec024
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ae32c1a-6010-4f8a-bcd5-60d03bec6b56
,
0fa3f50b-2cf5-4df3-bc70-df976037d1a4

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

isBase:true


}

2021-06-04T08:36:57.677Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardIpgnvn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3c1ac18b-20df-461a-86ea-e5be62eec024",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "13f49eb8-ca66-4985-8e99-79ac9057aac8",
    "vfModuleModelCustomizationUUID": "bd7cfd5a-e5da-4581-8d1e-4d076c6188de",
    "isBase": true,
    "artifacts": [
      "9ae32c1a-6010-4f8a-bcd5-60d03bec6b56",
      "0fa3f50b-2cf5-4df3-bc70-df976037d1a4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-04T08:36:57.677Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIpgnvn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:13f49eb8-ca66-4985-8e99-79ac9057aac8
VfModuleModelInvariantUUID:3c1ac18b-20df-461a-86ea-e5be62eec024
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ae32c1a-6010-4f8a-bcd5-60d03bec6b56
,
0fa3f50b-2cf5-4df3-bc70-df976037d1a4

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

isBase:true


}

2021-06-04T08:36:57.677Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9ae32c1a-6010-4f8a-bcd5-60d03bec6b56 from URL: /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml
2021-06-04T08:36:57.677Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T08:36:57.677Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml
2021-06-04T08:36:58.643Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T08:36:58.644Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml 9ae32c1a-6010-4f8a-bcd5-60d03bec6b56 5033
2021-06-04T08:36:58.644Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-04T08:36:58.644Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml
2021-06-04T08:36:58.644Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:36:58.644Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:36:58.646Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:36:58.646Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795818644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:36:58.747Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:36:58.747Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:36:58.748Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:36:58.758Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:36:58.758Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-04T08:36:59.647Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0fa3f50b-2cf5-4df3-bc70-df976037d1a4 from URL: /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env
2021-06-04T08:36:59.648Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T08:36:59.648Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env
2021-06-04T08:37:00.630Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T08:37:00.630Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env 0fa3f50b-2cf5-4df3-bc70-df976037d1a4 909
2021-06-04T08:37:00.631Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-04T08:37:00.631Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env
2021-06-04T08:37:00.631Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:37:00.632Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:37:00.634Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:37:00.635Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795820631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:37:00.735Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-04T08:37:00.735Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:37:00.736Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:37:00.747Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:37:00.748Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-04T08:37:01.635Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2f349639-8d1c-4426-847b-a7e9a637b6bb
2021-06-04T08:37:01.636Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_IPgnvn 0 82c9ac9e-f4aa-446a-9947-f70aa241e30c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-04T08:37:01.669Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:37:01.669Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:37:01.669Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-06-04T08:37:01.669Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= d6040fc6-1e21-4e78-84ef-8a039fdef963
2021-06-04T08:37:01.670Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d6040fc6-1e21-4e78-84ef-8a039fdef963 matches Tosca VF Customization UUID: d6040fc6-1e21-4e78-84ef-8a039fdef963
2021-06-04T08:37:01.670Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: d6040fc6-1e21-4e78-84ef-8a039fdef963  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-06-04T08:37:01.676Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:37:01.676Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:37:01.677Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id d6040fc6-1e21-4e78-84ef-8a039fdef963: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-06-04T08:37:01.677Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6287d9f8
2021-06-04T08:37:01.678Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:37:01.678Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-04T08:37:01.678Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bd7cfd5a-e5da-4581-8d1e-4d076c6188de
2021-06-04T08:37:01.679Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bd7cfd5a-e5da-4581-8d1e-4d076c6188de
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-06-04T08:37:01.685Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:37:01.685Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is matching search criteria
2021-06-04T08:37:01.685Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IPgnvn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:37:01.686Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:37:01.686Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is matching search criteria
2021-06-04T08:37:01.686Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IPgnvn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:37:01.686Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:37:01.686Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is not matching search criteria
2021-06-04T08:37:01.687Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-04T08:37:01.687Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-04T08:37:01.687Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3caef80e-a588-4535-bb48-37698acd9b97
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-04T08:37:01.696Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:37:01.697Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is matching search criteria
2021-06-04T08:37:01.697Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IPgnvn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:37:01.697Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:37:01.697Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IPgnvn 0 is matching search criteria
2021-06-04T08:37:01.697Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IPgnvn 0] matching following query criteria: sdcType=VF, customizationUUID=d6040fc6-1e21-4e78-84ef-8a039fdef963
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-04T08:37:01.699Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:37:01.699Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:37:01.700Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2f349639-8d1c-4426-847b-a7e9a637b6bb: basic_onboard_IPgnvn
2021-06-04T08:37:01.700Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:37:01.700Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:37:01.700Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:37:01.700Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:37:01.700Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:37:01.701Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:37:01.701Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:37:01.701Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:37:01.701Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:37:01.701Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IPgnvn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:37:01.701Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_IPgnvn 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:37:01.900Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_IPgnvn 82c9ac9e-f4aa-446a-9947-f70aa241e30c 1 ASDC deployResourceStructure
2021-06-04T08:37:01.901Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json ASDC sendASDCNotification
2021-06-04T08:37:01.901Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json
2021-06-04T08:37:01.901Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:37:01.901Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:37:01.903Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:37:01.903Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795821901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:37:02.003Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:37:02.004Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:37:02.004Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:37:02.028Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:37:02.029Z||pool-14-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:37:02.904Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-04T08:37:02.904Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml
2021-06-04T08:37:02.904Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:37:02.904Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:37:02.906Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:37:02.906Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795822904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-06-04T08:37:03.007Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:37:03.007Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:37:03.008Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:37:03.020Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:37:03.021Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:37:03.907Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-04T08:37:03.907Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env
2021-06-04T08:37:03.908Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:37:03.908Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:37:03.910Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:37:03.910Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795823907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-06-04T08:37:04.010Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:37:04.011Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:37:04.011Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:37:04.021Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:37:04.022Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:37:04.911Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar ASDC sendASDCNotification
2021-06-04T08:37:04.911Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar
2021-06-04T08:37:04.911Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:37:04.911Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:37:04.913Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:37:04.913Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795824911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:37:05.013Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:37:05.014Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:37:05.014Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:37:05.026Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:37:05.026Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:37:05.914Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e95383d-0423-4b46-afa9-aa953e612077
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:37:05.938Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e95383d-0423-4b46-afa9-aa953e612077
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:37:05.940Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:37:05.941Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:37:05.941Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:37:35.941Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e95383d-0423-4b46-afa9-aa953e612077
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:37:35.950Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e95383d-0423-4b46-afa9-aa953e612077
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:37:35.953Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:37:35.953Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:37:35.953Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:37:43.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:37:43.010Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:37:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:37:43.134Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:37:43.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:37:43.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795802960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:37:43.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:05.954Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e95383d-0423-4b46-afa9-aa953e612077
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:38:05.964Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e95383d-0423-4b46-afa9-aa953e612077
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:38:05.966Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:38:05.967Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:38:05.967Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:38:35.967Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e95383d-0423-4b46-afa9-aa953e612077
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:38:35.977Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e95383d-0423-4b46-afa9-aa953e612077
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:38:35.979Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:38:35.979Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:38:35.979Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:38:43.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:38:43.010Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:38:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:38:43.034Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:38:43.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795803008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795804239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795804241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "cds",
  "timestamp": 1622795804260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "policy-id",
  "timestamp": 1622795804249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795802960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:38:43.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795803008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:38:43.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "policy-id",
  "timestamp": 1622795805257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:38:43.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "cds",
  "timestamp": 1622795805281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:38:43.051Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e95383d-0423-4b46-afa9-aa953e612077
2021-06-04T08:38:43.052Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e95383d-0423-4b46-afa9-aa953e612077 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:38:43.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795802960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:38:43.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795803008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:38:43.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795806128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.062Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795806134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.062Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "policy-id",
  "timestamp": 1622795806261,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:38:43.066Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e95383d-0423-4b46-afa9-aa953e612077
2021-06-04T08:38:43.066Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e95383d-0423-4b46-afa9-aa953e612077 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:38:43.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "aai-ml",
  "timestamp": 1622795805768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795802960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795803008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "aai-ml",
  "timestamp": 1622795805768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795802960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795803008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795807933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795807946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "aai-ml",
  "timestamp": 1622795805768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795802960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795803008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795808952,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:38:43.081Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e95383d-0423-4b46-afa9-aa953e612077
2021-06-04T08:38:43.081Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e95383d-0423-4b46-afa9-aa953e612077 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-04T08:38:43.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "aai-ml",
  "timestamp": 1622795805768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795802960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:38:43.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795803008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:38:43.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795809957,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:38:43.088Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795810135,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:38:43.092Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e95383d-0423-4b46-afa9-aa953e612077
2021-06-04T08:38:43.092Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e95383d-0423-4b46-afa9-aa953e612077 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-04T08:38:43.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "aai-ml",
  "timestamp": 1622795805768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795811140,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:38:43.098Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "clamp",
  "timestamp": 1622795810686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "aai-ml",
  "timestamp": 1622795805768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795811456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "clamp",
  "timestamp": 1622795810686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795812354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "aai-ml",
  "timestamp": 1622795805768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622795812262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "clamp",
  "timestamp": 1622795810686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795813634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622795812262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "aai-ml",
  "timestamp": 1622795814082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "clamp",
  "timestamp": 1622795810686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622795812262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "clamp",
  "timestamp": 1622795810686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795815448,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.102Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622795812262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "clamp",
  "timestamp": 1622795810686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795816456,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:38:43.106Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e95383d-0423-4b46-afa9-aa953e612077
2021-06-04T08:38:43.107Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e95383d-0423-4b46-afa9-aa953e612077 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-04T08:38:43.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795816647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.113Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622795812262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "clamp",
  "timestamp": 1622795810686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:38:43.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795817460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622795812262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795818644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622795812262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795820631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622795821165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795821901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/basic_onboard_ipgnvn0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795822904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795823907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/resourceInstances/basic_onboard_ipgnvn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795824911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:38:43.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622795825888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:38:43.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622795826892,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:38:43.121Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e95383d-0423-4b46-afa9-aa953e612077
2021-06-04T08:38:43.121Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e95383d-0423-4b46-afa9-aa953e612077 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:38:43.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "aai-ml",
  "timestamp": 1622795830548,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:38:43.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "aai-ml",
  "timestamp": 1622795831553,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:38:43.133Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e95383d-0423-4b46-afa9-aa953e612077
2021-06-04T08:38:43.133Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e95383d-0423-4b46-afa9-aa953e612077 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:38:43.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "clamp",
  "timestamp": 1622795832083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:38:43.142Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "clamp",
  "timestamp": 1622795835075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIpgnvn/1.0/artifacts/service-BasicOnboardIpgnvn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:38:43.142Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:38:43.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "clamp",
  "timestamp": 1622795836079,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:38:43.146Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9e95383d-0423-4b46-afa9-aa953e612077
2021-06-04T08:38:43.146Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e95383d-0423-4b46-afa9-aa953e612077 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:38:43.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "dcae-sch",
  "timestamp": 1622795849283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795850983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795854739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "cds",
  "timestamp": 1622795851902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "policy-id",
  "timestamp": 1622795851471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795854739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "dcae-sch",
  "timestamp": 1622795849283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795850983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "cds",
  "timestamp": 1622795851902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "policy-id",
  "timestamp": 1622795851471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795854739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:38:43.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795850983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "dcae-sch",
  "timestamp": 1622795849283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "cds",
  "timestamp": 1622795851902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "policy-id",
  "timestamp": 1622795851471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795854739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "dcae-sch",
  "timestamp": 1622795849283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795850983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "cds",
  "timestamp": 1622795851902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "policy-id",
  "timestamp": 1622795851471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:38:43.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:39:05.979Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e95383d-0423-4b46-afa9-aa953e612077
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:39:05.990Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e95383d-0423-4b46-afa9-aa953e612077
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:39:05.992Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:39:05.992Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-04T08:39:05.993Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-04T08:39:05.993Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-04T08:39:05.993Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:39:05.993Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:39:05.993Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:39:05.993Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:39:05.993Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:39:05.993Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:39:05.993Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:39:05.998Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-04T08:39:35.998Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e95383d-0423-4b46-afa9-aa953e612077 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-06-04T08:39:36.007Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e95383d-0423-4b46-afa9-aa953e612077 and serviceModelVersionId: 2f349639-8d1c-4426-847b-a7e9a637b6bb
2021-06-04T08:39:36.008Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd102090-e681-48e4-a334-54893263869f
2021-06-04T08:39:43.009Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:39:43.010Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:39:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:39:43.032Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:39:43.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:39:43.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795854739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-04T08:39:43.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:39:47.424Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd102090-e681-48e4-a334-54893263869f/model-vers/model-ver/2f349639-8d1c-4426-847b-a7e9a637b6bb?depth=0
2021-06-04T08:39:47.521Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-04T08:39:48.277Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd102090-e681-48e4-a334-54893263869f/model-vers/model-ver/2f349639-8d1c-4426-847b-a7e9a637b6bb?depth=0|INFO|500||Invoke
2021-06-04T08:39:48.286Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd102090-e681-48e4-a334-54893263869f/model-vers/model-ver/2f349639-8d1c-4426-847b-a7e9a637b6bb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd102090-e681-48e4-a334-54893263869f/model-vers/model-ver/2f349639-8d1c-4426-847b-a7e9a637b6bb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9e95383d-0423-4b46-afa9-aa953e612077], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8d3322d3-7449-429d-ad66-c4e4981b553f], X-ECOMP-RequestID=[9e95383d-0423-4b46-afa9-aa953e612077], X-TransactionId=[], X-ONAP-RequestID=[9e95383d-0423-4b46-afa9-aa953e612077], Content-Type=[application/merge-patch+json]}
2021-06-04T08:39:48.406Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd102090-e681-48e4-a334-54893263869f/model-vers/model-ver/2f349639-8d1c-4426-847b-a7e9a637b6bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-04T08:39:48.672Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd102090-e681-48e4-a334-54893263869f/model-vers/model-ver/2f349639-8d1c-4426-847b-a7e9a637b6bb?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/bd102090-e681-48e4-a334-54893263869f/model-vers/model-ver/2f349639-8d1c-4426-847b-a7e9a637b6bb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210604-08:39:48:415-89973], vertex-id=[340008], Content-Length=[0], Date=[Fri, 04 Jun 2021 08:39:48 GMT], Content-Type=[application/json]}
2021-06-04T08:39:48.673Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd102090-e681-48e4-a334-54893263869f/model-vers/model-ver/2f349639-8d1c-4426-847b-a7e9a637b6bb?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-04T08:39:48.674Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bd102090-e681-48e4-a334-54893263869f/model-vers/model-ver/2f349639-8d1c-4426-847b-a7e9a637b6bb?depth=0|INFO|500||InvokeReturn
2021-06-04T08:39:48.677Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-04T08:39:48.678Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-04T08:39:48.682Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-06-04T08:39:48.683Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e95383d-0423-4b46-afa9-aa953e612077 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-04T08:39:48.684Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-04T08:39:48.684Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:39:48.686Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:39:48.686Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795988683,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T08:39:48.786Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:39:48.787Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:39:48.787Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:39:48.797Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:39:48.797Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-04T08:39:49.698Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:39:49.699Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:39:49.699Z|9e95383d-0423-4b46-afa9-aa953e612077|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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:39:54.043Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:39:54.044Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-06-04T08:39:54.045Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a7841fc-87a1-4a5c-88da-294070c048c5","serviceName":"vFW 2021-06-04 08-35-02","serviceVersion":"1.0","serviceUUID":"f023f124-3e75-484d-9394-6c6785aa05ed","serviceDescription":"catalog service description","serviceInvariantUUID":"b26857c5-81a2-45c8-931f-02e03cb1b7aa","resources":[{"resourceInstanceName":"vFW 096f6479-b66c 0","resourceName":"vFW 096f6479-b66c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ed96ebad-e47c-4a13-8381-0cf712bdc43d","resourceInvariantUUID":"f1ea11df-a26e-41a0-9ee1-45931aeac02a","resourceCustomizationUUID":"e4945a1b-bc4a-4b37-adeb-b59d67165823","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml","artifactChecksum":"YjE0ZmUzMGFhMDUxYjJmODYxNmZmOWRiNGM4YWY5YmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a17d2484-ba31-4e73-b9df-f5827f26ee68","artifactVersion":"1"},{"artifactName":"vfw096f6479b66c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json","artifactChecksum":"OTNhMzIyMzBmZDVhY2E5Njc3ZWUyZGRhNmVlNWMyZjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"05cc6665-cbd7-4b76-a2d1-18cfa33a61e4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"00fbaa67-22cd-482f-9f19-a9f3c4abc9f0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml","artifactChecksum":"YTcxMmQ3NWY1MzgwNWY0MDY1ZDE0ZjUzMDk5ODI5OTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f95c0fcf-2a4c-4d07-a33d-7d127576c7eb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7da2b0b2-33df-4c59-899e-6af51a873a26","artifactVersion":"2","generatedFromUUID":"00fbaa67-22cd-482f-9f19-a9f3c4abc9f0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210604083502-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml","artifactChecksum":"M2UxZTdkYjE1ZDRjMzdhMGJhMDc4ZDk0ZThmNzgwZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c468edcf-0174-4370-ad3c-ec59f3e9b0e4","artifactVersion":"1"},{"artifactName":"service-Vfw20210604083502-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar","artifactChecksum":"MDg4NTU5ZDE0MWYxNjliMjFiYzdkMDhkNTA5YmZkNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cf66bccb-8e6a-4861-9478-210a3907fe26","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-04T08:39:54.047Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:39:54.047Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:39:54.049Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:39:54.049Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795989698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:39:54.149Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:39:54.150Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:39:54.150Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:39:54.160Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:39:54.160Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:39:55.049Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:39:55.050Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:39:55.052Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:39:55.053Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795989698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:39:55.152Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-04T08:39:55.153Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:39:55.153Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:39:55.164Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:39:55.164Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:39:56.053Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:39:56.054Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:39:56.063Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:39:56.063Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795989698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:39:56.157Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-06-04T08:39:56.158Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:39:56.158Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:39:56.166Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:39:56.166Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-06-04T08:39:57.063Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:39:57.064Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:39:57.066Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:39:57.067Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795989698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:39:57.167Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:39:57.168Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:39:57.168Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:39:57.176Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:39:57.177Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:39:58.068Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:39:58.068Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:39:58.070Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:39:58.070Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795989698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-04T08:39:58.170Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:39:58.171Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:39:58.171Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:39:58.181Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:39:58.182Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:39:59.071Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:39:59.072Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:39:59.073Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:39:59.073Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795989698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:39:59.173Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:39:59.174Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:39:59.174Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:39:59.184Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:39:59.184Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:40:00.074Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:40:00.075Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:40:00.076Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:40:00.077Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795989698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:40:00.177Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:40:00.178Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:40:00.178Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:40:00.188Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:40:00.188Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-04T08:40:01.078Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "serviceName": "vFW 2021-06-04 08-35-02",
  "serviceVersion": "1.0",
  "serviceUUID": "f023f124-3e75-484d-9394-6c6785aa05ed",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b26857c5-81a2-45c8-931f-02e03cb1b7aa",
  "resources": [
    {
      "resourceInstanceName": "vFW 096f6479-b66c 0",
      "resourceCustomizationUUID": "e4945a1b-bc4a-4b37-adeb-b59d67165823",
      "resourceName": "vFW 096f6479-b66c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ed96ebad-e47c-4a13-8381-0cf712bdc43d",
      "resourceInvariantUUID": "f1ea11df-a26e-41a0-9ee1-45931aeac02a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw096f6479b66c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
          "artifactChecksum": "OTNhMzIyMzBmZDVhY2E5Njc3ZWUyZGRhNmVlNWMyZjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "05cc6665-cbd7-4b76-a2d1-18cfa33a61e4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "00fbaa67-22cd-482f-9f19-a9f3c4abc9f0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7da2b0b2-33df-4c59-899e-6af51a873a26",
            "generatedFromUUID": "00fbaa67-22cd-482f-9f19-a9f3c4abc9f0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7da2b0b2-33df-4c59-899e-6af51a873a26",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210604083502-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
      "artifactChecksum": "MDg4NTU5ZDE0MWYxNjliMjFiYzdkMDhkNTA5YmZkNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cf66bccb-8e6a-4861-9478-210a3907fe26"
    }
  ],
  "workloadContext": "Production"
}
2021-06-04T08:40:01.078Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-04T08:40:01.078Z|9e95383d-0423-4b46-afa9-aa953e612077|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f023f124-3e75-484d-9394-6c6785aa05ed ASDC
2021-06-04T08:40:01.079Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:7a7841fc-87a1-4a5c-88da-294070c048c5
ServiceName:vFW 2021-06-04 08-35-02
ServiceVersion:1.0
ServiceUUID:f023f124-3e75-484d-9394-6c6785aa05ed
ServiceInvariantUUID:b26857c5-81a2-45c8-931f-02e03cb1b7aa
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210604083502-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar
ArtifactUUID:cf66bccb-8e6a-4861-9478-210a3907fe26
ArtifactChecksum:MDg4NTU5ZDE0MWYxNjliMjFiYzdkMDhkNTA5YmZkNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 096f6479-b66c 0
ResourceCustomizationUUID:e4945a1b-bc4a-4b37-adeb-b59d67165823
ResourceInvariantUUID:f1ea11df-a26e-41a0-9ee1-45931aeac02a
ResourceName:vFW 096f6479-b66c
ResourceType:VF
ResourceUUID:ed96ebad-e47c-4a13-8381-0cf712bdc43d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw096f6479b66c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json
ArtifactUUID:05cc6665-cbd7-4b76-a2d1-18cfa33a61e4
ArtifactChecksum:OTNhMzIyMzBmZDVhY2E5Njc3ZWUyZGRhNmVlNWMyZjg=
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/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml
ArtifactUUID:00fbaa67-22cd-482f-9f19-a9f3c4abc9f0
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/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env
ArtifactUUID:7da2b0b2-33df-4c59-899e-6af51a873a26
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/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env
ArtifactUUID:7da2b0b2-33df-4c59-899e-6af51a873a26
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-04T08:40:01.079Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f023f124-3e75-484d-9394-6c6785aa05ed ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:40:01.160Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:40:01.161Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-04T08:40:01.161Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-04T08:40:01.161Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cf66bccb-8e6a-4861-9478-210a3907fe26 from URL: /sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:01.161Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T08:40:01.161Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:01.932Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T08:40:01.939Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar cf66bccb-8e6a-4861-9478-210a3907fe26 110247
2021-06-04T08:40:01.939Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar ASDC sendASDCNotification
2021-06-04T08:40:01.940Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:01.940Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:40:01.940Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:40:01.942Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:40:01.942Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796001939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:40:02.042Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:40:02.043Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:40:02.043Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:40:02.053Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:40:02.053Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:40:02.942Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:40:02.943Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-06-04T08:40:02.944Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: cf66bccb-8e6a-4861-9478-210a3907fe26, URL: /sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar to file: /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:02.944Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210604083502-csar.csar
2021-06-04T08:40:02.944Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:02.944Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:03.328Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14174408005367531603/Definitions/service-Vfw20210604083502-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-06-04T08:40:05.396Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-04T08:40:05.397Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-04T08:40:05.397Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.397Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-06-04T08:40:05.397Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.397Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.397Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 096f6479-b66c 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-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.397Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.397Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 096f6479-b66c 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:05.398Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:05.399Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is matching search criteria
2021-06-04T08:40:05.399Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-04T08:40:05.399Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 096f6479-b66c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:40:05.399Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:05.399Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:05.399Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is matching search criteria
2021-06-04T08:40:05.399Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-06-04T08:40:05.399Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 096f6479-b66c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:40:05.400Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:05.400Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:05.400Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:05.400Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is not matching search criteria
2021-06-04T08:40:05.400Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-04T08:40:05.400Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-04T08:40:05.400Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:05.400Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.400Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-04T08:40:05.400Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.400Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-04T08:40:05.401Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-04T08:40:05.401Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-04T08:40:05.401Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.401Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:05.401Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-04T08:40:05.401Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:05.401Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-04T08:40:05.401Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.401Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-04T08:40:05.401Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:05.402Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-04T08:40:05.402Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:05.402Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is matching search criteria
2021-06-04T08:40:05.402Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 096f6479-b66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:40:05.402Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:05.402Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is matching search criteria
2021-06-04T08:40:05.402Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 096f6479-b66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:40:05.403Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:05.403Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is matching search criteria
2021-06-04T08:40:05.403Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 096f6479-b66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:40:05.403Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:05.403Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is not matching search criteria
2021-06-04T08:40:05.403Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-04T08:40:05.403Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-04T08:40:05.403Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-04T08:40:05.403Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-04T08:40:05.403Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-04T08:40:05.404Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.404Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:05.404Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-04T08:40:05.404Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:05.404Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-04T08:40:05.404Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.404Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=84cda826-e79c-44da-90cc-1f2f6ef5fa63
2021-06-04T08:40:05.404Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:05.404Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is not matching search criteria
2021-06-04T08:40:05.404Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-04T08:40:05.404Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-04T08:40:05.405Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:05.405Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.405Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-04T08:40:05.405Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.405Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-04T08:40:05.405Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-04T08:40:05.405Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-04T08:40:05.405Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:05.405Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-04T08:40:05.406Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.406Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9444c44f-bfcf-4372-8461-344d917d195a
2021-06-04T08:40:05.406Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:05.406Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is not matching search criteria
2021-06-04T08:40:05.406Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-04T08:40:05.406Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-04T08:40:05.406Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:05.406Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.406Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-04T08:40:05.407Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.407Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-04T08:40:05.407Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-04T08:40:05.407Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-04T08:40:05.407Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-04T08:40:05.407Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:05.407Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-04T08:40:05.407Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7f83374d-f71a-4c87-a9d5-fbfe06b187ec
2021-06-04T08:40:05.407Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:05.407Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:05.407Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:05.408Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:05.408Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:05.408Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:05.408Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:05.408Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:05.408Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-06-04 08-35-02
Description:catalog service description
Model UUID:f023f124-3e75-484d-9394-6c6785aa05ed
Model Version:NULL
Model InvariantUuid:b26857c5-81a2-45c8-931f-02e03cb1b7aa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 096f6479-b66c
Model UUID:63fbdf8e-2391-4c36-a3aa-71e2245c6ae5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f1ea11df-a26e-41a0-9ee1-45931aeac02a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e4945a1b-bc4a-4b37-adeb-b59d67165823
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:83e961f7-440d-40f4-9ca0-4fc2cc06e6c4
ModelName:Vfw096f6479B66c..base_vfw..module-0
ModelUuid:bb95c261-c0ac-4826-af26-41beb92f57fb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:84cda826-e79c-44da-90cc-1f2f6ef5fa63
ModelInvariantUuid:4c6edcf9-7b5f-4b14-acba-df6a140f2fe0
ModelName:vFW 096f6479-b66c-nodes.vfwCvfc
ModelUuid:dbb377b8-c755-42b6-a1b7-2c54e1145d69
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b43ee6a6-717a-4f33-bc80-a138ec8d6d73
ModelInvariantUuid:aadcb087-6c84-4d9c-8330-6496ad83117f
ModelName:Vfw096f6479B66c.compute.nodes.heat.vfw
ModelUuid:0063f32f-704d-4fd9-8e35-9425ed7912bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9444c44f-bfcf-4372-8461-344d917d195a
ModelInvariantUuid:96f4adc9-9727-4308-864b-b79d5ab3256b
ModelName:vFW 096f6479-b66c-nodes.vsnCvfc
ModelUuid:d440b99d-5e6d-4117-953f-e0f8819b5516
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:cf3850d4-f21d-454f-8ef7-436efc90e8a9
ModelInvariantUuid:93208fbb-b771-45ba-a524-22eb6b22ced6
ModelName:Vfw096f6479B66c.compute.nodes.heat.vsn
ModelUuid:1a8b92cb-fb46-4fb8-bd5e-2bf98efa7856
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7f83374d-f71a-4c87-a9d5-fbfe06b187ec
ModelInvariantUuid:d1d4bdcd-992a-4f06-84c4-8eef02af4fbb
ModelName:vFW 096f6479-b66c-nodes.vpgCvfc
ModelUuid:6b6c559b-da0d-40db-85b1-77c1025e6442
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0141d003-23f9-438d-82d4-1e38f6090d62
ModelInvariantUuid:46f1bd03-6cb0-4e73-9111-f318164ab24a
ModelName:Vfw096f6479B66c.compute.nodes.heat.vpg
ModelUuid:3377e5b4-acdc-48ca-9a17-e12ff22d7e3d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-04T08:40:05.414Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ed96ebad-e47c-4a13-8381-0cf712bdc43d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-04T08:40:05.416Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||vFW 096f6479-b66c 0
2021-06-04T08:40:05.417Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ed96ebad-e47c-4a13-8381-0cf712bdc43d
2021-06-04T08:40:05.417Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 05cc6665-cbd7-4b76-a2d1-18cfa33a61e4 from URL: /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json
2021-06-04T08:40:05.417Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T08:40:05.417Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json
2021-06-04T08:40:05.909Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T08:40:05.909Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json 05cc6665-cbd7-4b76-a2d1-18cfa33a61e4 785
2021-06-04T08:40:05.909Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json ASDC sendASDCNotification
2021-06-04T08:40:05.910Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json
2021-06-04T08:40:05.910Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:40:05.910Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:40:05.912Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:40:05.912Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796005909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:40:06.012Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:40:06.013Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:40:06.013Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:40:06.023Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:40:06.024Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:40:06.912Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw096f6479B66c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "83e961f7-440d-40f4-9ca0-4fc2cc06e6c4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bb95c261-c0ac-4826-af26-41beb92f57fb",
    "vfModuleModelCustomizationUUID": "743c3c5c-deca-468b-bf01-adbfef1e769d",
    "isBase": true,
    "artifacts": [
      "00fbaa67-22cd-482f-9f19-a9f3c4abc9f0",
      "7da2b0b2-33df-4c59-899e-6af51a873a26"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-04T08:40:06.917Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw096f6479B66c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb95c261-c0ac-4826-af26-41beb92f57fb
VfModuleModelInvariantUUID:83e961f7-440d-40f4-9ca0-4fc2cc06e6c4
VfModuleModelDescription:NULL
Artifacts UUID List:{
00fbaa67-22cd-482f-9f19-a9f3c4abc9f0
,
7da2b0b2-33df-4c59-899e-6af51a873a26

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

isBase:true


}

2021-06-04T08:40:06.919Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw096f6479B66c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "83e961f7-440d-40f4-9ca0-4fc2cc06e6c4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bb95c261-c0ac-4826-af26-41beb92f57fb",
    "vfModuleModelCustomizationUUID": "743c3c5c-deca-468b-bf01-adbfef1e769d",
    "isBase": true,
    "artifacts": [
      "00fbaa67-22cd-482f-9f19-a9f3c4abc9f0",
      "7da2b0b2-33df-4c59-899e-6af51a873a26"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-04T08:40:06.920Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw096f6479B66c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb95c261-c0ac-4826-af26-41beb92f57fb
VfModuleModelInvariantUUID:83e961f7-440d-40f4-9ca0-4fc2cc06e6c4
VfModuleModelDescription:NULL
Artifacts UUID List:{
00fbaa67-22cd-482f-9f19-a9f3c4abc9f0
,
7da2b0b2-33df-4c59-899e-6af51a873a26

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

isBase:true


}

2021-06-04T08:40:06.920Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 00fbaa67-22cd-482f-9f19-a9f3c4abc9f0 from URL: /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml
2021-06-04T08:40:06.920Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T08:40:06.920Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml
2021-06-04T08:40:07.831Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T08:40:07.832Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml 00fbaa67-22cd-482f-9f19-a9f3c4abc9f0 20368
2021-06-04T08:40:07.833Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-04T08:40:07.833Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml
2021-06-04T08:40:07.833Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:40:07.833Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:40:07.835Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:40:07.836Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796007832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:40:07.936Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:40:07.937Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:40:07.937Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:40:07.947Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:40:07.947Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-04T08:40:08.836Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7da2b0b2-33df-4c59-899e-6af51a873a26 from URL: /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env
2021-06-04T08:40:08.837Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-06-04T08:40:08.837Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env
2021-06-04T08:40:09.605Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-06-04T08:40:09.606Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env 7da2b0b2-33df-4c59-899e-6af51a873a26 2098
2021-06-04T08:40:09.606Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-04T08:40:09.606Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env
2021-06-04T08:40:09.606Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:40:09.607Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:40:09.609Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:40:09.609Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796009606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:40:09.709Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:40:09.710Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:40:09.710Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:40:09.722Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:40:09.723Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-06-04T08:40:10.610Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: f023f124-3e75-484d-9394-6c6785aa05ed
2021-06-04T08:40:10.610Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 096f6479-b66c 0 ed96ebad-e47c-4a13-8381-0cf712bdc43d ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-04T08:40:10.626Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:10.626Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:10.627Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-06-04T08:40:10.627Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= e4945a1b-bc4a-4b37-adeb-b59d67165823
2021-06-04T08:40:10.627Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e4945a1b-bc4a-4b37-adeb-b59d67165823 matches Tosca VF Customization UUID: e4945a1b-bc4a-4b37-adeb-b59d67165823
2021-06-04T08:40:10.627Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: e4945a1b-bc4a-4b37-adeb-b59d67165823  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-06-04T08:40:10.629Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:10.630Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:10.630Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id e4945a1b-bc4a-4b37-adeb-b59d67165823: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-06-04T08:40:10.631Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@551e3f8e
2021-06-04T08:40:10.631Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:10.631Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-04T08:40:10.631Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 743c3c5c-deca-468b-bf01-adbfef1e769d
2021-06-04T08:40:10.631Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 743c3c5c-deca-468b-bf01-adbfef1e769d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-06-04T08:40:10.633Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:10.634Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is matching search criteria
2021-06-04T08:40:10.634Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 096f6479-b66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:40:10.634Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:10.634Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is matching search criteria
2021-06-04T08:40:10.634Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 096f6479-b66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:40:10.635Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:10.635Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is not matching search criteria
2021-06-04T08:40:10.635Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-04T08:40:10.635Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-04T08:40:10.635Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-04T08:40:10.635Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-04T08:40:10.636Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-04T08:40:10.636Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-04T08:40:10.636Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:10.636Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-04T08:40:10.636Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:10.636Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-04T08:40:10.636Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T08:40:10.636Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=84cda826-e79c-44da-90cc-1f2f6ef5fa63
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-04T08:40:10.638Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:10.638Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is matching search criteria
2021-06-04T08:40:10.639Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 096f6479-b66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:40:10.639Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:10.639Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is not matching search criteria
2021-06-04T08:40:10.639Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-04T08:40:10.639Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-04T08:40:10.639Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:10.639Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-04T08:40:10.640Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-04T08:40:10.640Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T08:40:10.640Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-04T08:40:10.640Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-04T08:40:10.640Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-04T08:40:10.640Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:10.640Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-04T08:40:10.641Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T08:40:10.641Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9444c44f-bfcf-4372-8461-344d917d195a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-04T08:40:10.643Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:10.643Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is matching search criteria
2021-06-04T08:40:10.643Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 096f6479-b66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:40:10.646Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:10.646Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is not matching search criteria
2021-06-04T08:40:10.646Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-04T08:40:10.646Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-04T08:40:10.646Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:10.646Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-04T08:40:10.647Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-04T08:40:10.647Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-04T08:40:10.647Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-04T08:40:10.647Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-04T08:40:10.647Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-04T08:40:10.647Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-04T08:40:10.647Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-04T08:40:10.647Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-04T08:40:10.647Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7f83374d-f71a-4c87-a9d5-fbfe06b187ec
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-04T08:40:10.650Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:10.650Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is matching search criteria
2021-06-04T08:40:10.650Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 096f6479-b66c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:40:10.651Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:10.651Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Node template vFW 096f6479-b66c 0 is matching search criteria
2021-06-04T08:40:10.651Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 096f6479-b66c 0] matching following query criteria: sdcType=VF, customizationUUID=e4945a1b-bc4a-4b37-adeb-b59d67165823
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-04T08:40:10.653Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:10.653Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:10.653Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid f023f124-3e75-484d-9394-6c6785aa05ed: vFW 096f6479-b66c
2021-06-04T08:40:10.654Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:10.654Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:10.654Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:10.654Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:10.654Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:10.655Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:10.656Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:10.656Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:10.656Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:40:10.657Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 08-35-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:40:10.657Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-06-04 08-35-02 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:40:10.816Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 096f6479-b66c ed96ebad-e47c-4a13-8381-0cf712bdc43d 1 ASDC deployResourceStructure
2021-06-04T08:40:10.817Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json ASDC sendASDCNotification
2021-06-04T08:40:10.817Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json
2021-06-04T08:40:10.817Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:40:10.817Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:40:10.819Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:40:10.819Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796010816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:40:10.919Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:40:10.920Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:40:10.920Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:40:10.936Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:40:10.937Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:40:11.820Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-04T08:40:11.820Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml
2021-06-04T08:40:11.820Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:40:11.820Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:40:11.822Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:40:11.822Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796011820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-06-04T08:40:11.922Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:40:11.923Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:40:11.923Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:40:11.932Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:40:11.932Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:40:12.823Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-04T08:40:12.823Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env
2021-06-04T08:40:12.823Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:40:12.824Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:40:12.825Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:40:12.825Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796012823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-06-04T08:40:12.926Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:40:12.927Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:40:12.927Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:40:12.937Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:40:12.938Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-06-04T08:40:13.826Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar ASDC sendASDCNotification
2021-06-04T08:40:13.827Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar
2021-06-04T08:40:13.827Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:40:13.827Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:40:13.829Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:40:13.829Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796013826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:40:13.929Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:40:13.930Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:40:13.930Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:40:13.942Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:40:13.943Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:40:14.830Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a7841fc-87a1-4a5c-88da-294070c048c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:40:14.839Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a7841fc-87a1-4a5c-88da-294070c048c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:40:14.842Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:40:14.842Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:40:14.842Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:40:43.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:40:43.010Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:40:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:40:43.043Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:40:43.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "dcae-sch",
  "timestamp": 1622795849283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795850983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-04T08:40:43.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "cds",
  "timestamp": 1622795851902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "policy-id",
  "timestamp": 1622795851471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795862960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795854739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795850983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "dcae-sch",
  "timestamp": 1622795849283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "cds",
  "timestamp": 1622795851902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "policy-id",
  "timestamp": 1622795851471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795862960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:40:43.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795850983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "dcae-sch",
  "timestamp": 1622795849283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795854739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "cds",
  "timestamp": 1622795851902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:40:43.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "policy-id",
  "timestamp": 1622795851471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795862960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "aai-ml",
  "timestamp": 1622795865768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795862960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795867151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "cds",
  "timestamp": 1622795867161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "policy-id",
  "timestamp": 1622795867244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795867282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "aai-ml",
  "timestamp": 1622795865768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795862960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-04T08:40:43.052Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622795867259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.052Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "cds",
  "timestamp": 1622795868168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:40:43.059Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a7841fc-87a1-4a5c-88da-294070c048c5
2021-06-04T08:40:43.059Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a7841fc-87a1-4a5c-88da-294070c048c5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:40:43.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "policy-id",
  "timestamp": 1622795868248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:40:43.067Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "aai-ml",
  "timestamp": 1622795865768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795862960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795868836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622795867259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795869005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.068Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "policy-id",
  "timestamp": 1622795869250,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:40:43.074Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a7841fc-87a1-4a5c-88da-294070c048c5
2021-06-04T08:40:43.074Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a7841fc-87a1-4a5c-88da-294070c048c5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:40:43.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "aai-ml",
  "timestamp": 1622795865768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795862960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:40:43.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622795867259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "aai-ml",
  "timestamp": 1622795865768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795870799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622795867259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795871086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "clamp",
  "timestamp": 1622795870686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "aai-ml",
  "timestamp": 1622795865768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795871577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.083Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795871818,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:40:43.087Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a7841fc-87a1-4a5c-88da-294070c048c5
2021-06-04T08:40:43.087Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a7841fc-87a1-4a5c-88da-294070c048c5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-04T08:40:43.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622795867259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795872091,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:40:43.096Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a7841fc-87a1-4a5c-88da-294070c048c5
2021-06-04T08:40:43.096Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a7841fc-87a1-4a5c-88da-294070c048c5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-04T08:40:43.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "clamp",
  "timestamp": 1622795870686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:40:43.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "aai-ml",
  "timestamp": 1622795865768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:40:43.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622795872821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622795872262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622795867259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622795873095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795873291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "clamp",
  "timestamp": 1622795870686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622795872262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622795867259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "aai-ml",
  "timestamp": 1622795873950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "clamp",
  "timestamp": 1622795870686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622795872262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795875025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "clamp",
  "timestamp": 1622795870686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622795872262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795876030,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:40:43.109Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a7841fc-87a1-4a5c-88da-294070c048c5
2021-06-04T08:40:43.109Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a7841fc-87a1-4a5c-88da-294070c048c5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-04T08:40:43.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "clamp",
  "timestamp": 1622795870686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622795872262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622795877033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:40:43.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "clamp",
  "timestamp": 1622795870686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622795872262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622795872262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622795880744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "aai-ml",
  "timestamp": 1622795883430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "aai-ml",
  "timestamp": 1622795884434,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:40:43.119Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a7841fc-87a1-4a5c-88da-294070c048c5
2021-06-04T08:40:43.119Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a7841fc-87a1-4a5c-88da-294070c048c5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:40:43.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622795884564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:40:43.127Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622795885567,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:40:43.131Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a7841fc-87a1-4a5c-88da-294070c048c5
2021-06-04T08:40:43.131Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a7841fc-87a1-4a5c-88da-294070c048c5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:40:43.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "clamp",
  "timestamp": 1622795886088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:40:43.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "clamp",
  "timestamp": 1622795888096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:40:43.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:40:43.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:40:43.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "clamp",
  "timestamp": 1622795889099,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:40:43.143Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7a7841fc-87a1-4a5c-88da-294070c048c5
2021-06-04T08:40:43.143Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a7841fc-87a1-4a5c-88da-294070c048c5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:40:44.842Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a7841fc-87a1-4a5c-88da-294070c048c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:40:44.851Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a7841fc-87a1-4a5c-88da-294070c048c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:40:44.853Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:40:44.853Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-04T08:40:44.853Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-04T08:40:44.853Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-04T08:40:44.853Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:40:44.853Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:40:44.853Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:40:44.854Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:40:44.854Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:40:44.854Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:40:44.854Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:40:44.858Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-04T08:41:14.858Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a7841fc-87a1-4a5c-88da-294070c048c5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-06-04T08:41:14.862Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a7841fc-87a1-4a5c-88da-294070c048c5 and serviceModelVersionId: f023f124-3e75-484d-9394-6c6785aa05ed
2021-06-04T08:41:14.862Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b26857c5-81a2-45c8-931f-02e03cb1b7aa
2021-06-04T08:41:14.863Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b26857c5-81a2-45c8-931f-02e03cb1b7aa/model-vers/model-ver/f023f124-3e75-484d-9394-6c6785aa05ed?depth=0
2021-06-04T08:41:14.867Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-06-04T08:41:14.905Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b26857c5-81a2-45c8-931f-02e03cb1b7aa/model-vers/model-ver/f023f124-3e75-484d-9394-6c6785aa05ed?depth=0|INFO|500||Invoke
2021-06-04T08:41:14.905Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b26857c5-81a2-45c8-931f-02e03cb1b7aa/model-vers/model-ver/f023f124-3e75-484d-9394-6c6785aa05ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b26857c5-81a2-45c8-931f-02e03cb1b7aa/model-vers/model-ver/f023f124-3e75-484d-9394-6c6785aa05ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7a7841fc-87a1-4a5c-88da-294070c048c5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[139930bf-5624-4d0e-9177-228af92702ab], X-ECOMP-RequestID=[7a7841fc-87a1-4a5c-88da-294070c048c5], X-TransactionId=[], X-ONAP-RequestID=[7a7841fc-87a1-4a5c-88da-294070c048c5], Content-Type=[application/merge-patch+json]}
2021-06-04T08:41:14.926Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b26857c5-81a2-45c8-931f-02e03cb1b7aa/model-vers/model-ver/f023f124-3e75-484d-9394-6c6785aa05ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-04T08:41:15.065Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b26857c5-81a2-45c8-931f-02e03cb1b7aa/model-vers/model-ver/f023f124-3e75-484d-9394-6c6785aa05ed?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/b26857c5-81a2-45c8-931f-02e03cb1b7aa/model-vers/model-ver/f023f124-3e75-484d-9394-6c6785aa05ed?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210604-08:41:14:933-37944], vertex-id=[188640], Content-Length=[0], Date=[Fri, 04 Jun 2021 08:41:14 GMT], Content-Type=[application/json]}
2021-06-04T08:41:15.065Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b26857c5-81a2-45c8-931f-02e03cb1b7aa/model-vers/model-ver/f023f124-3e75-484d-9394-6c6785aa05ed?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-04T08:41:15.066Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b26857c5-81a2-45c8-931f-02e03cb1b7aa/model-vers/model-ver/f023f124-3e75-484d-9394-6c6785aa05ed?depth=0|INFO|500||InvokeReturn
2021-06-04T08:41:15.066Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-04T08:41:15.066Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-04T08:41:15.070Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-06-04T08:41:15.070Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a7841fc-87a1-4a5c-88da-294070c048c5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-04T08:41:15.070Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-04T08:41:15.071Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:41:15.073Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:41:15.073Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796075070,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T08:41:15.173Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:41:15.174Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:41:15.174Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:41:15.186Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:41:15.187Z||pool-34-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-06-04T08:41:16.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:41:16.087Z||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-06-04T08:41:16.087Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:41:25.628Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:41:25.629Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:41:25.629Z||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-06-04T08:41:25.629Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:41:35.169Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:41:35.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:41:35.170Z||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-06-04T08:41:35.170Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:41:43.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:41:43.010Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:41:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:41:43.028Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:41:43.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e95383d-0423-4b46-afa9-aa953e612077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795988683,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T08:41:43.030Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:41:43.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795989698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:41:43.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:41:43.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795989698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:41:43.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:41:43.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795989698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:41:43.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:41:43.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795989698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:41:43.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:41:43.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795989698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-06-04T08:41:43.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:41:43.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795989698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:41:43.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:41:43.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622795989698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:41:43.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:41:43.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796001939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:41:43.033Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:41:43.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796005909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:41:43.033Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:41:43.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796007832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:41:43.033Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:41:43.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796009606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:41:43.034Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:41:43.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796010816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/vfw096f6479b66c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:41:43.034Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:41:43.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796011820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-06-04T08:41:43.034Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:41:43.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796012823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/resourceInstances/vfw096f6479b66c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-06-04T08:41:43.035Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:41:43.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:41:43.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796013826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210604083502/1.0/artifacts/service-Vfw20210604083502-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:41:43.035Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:41:44.706Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:41:44.707Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:41:44.707Z||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-06-04T08:41:44.707Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:41:54.247Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:42:43.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:42:43.009Z||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-06-04T08:42:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:42:43.009Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:42:43.010Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:42:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:42:43.529Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:42:43.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-06-04T08:42:43.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a7841fc-87a1-4a5c-88da-294070c048c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796075070,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T08:42:43.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:42:52.551Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:43:43.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:43:43.009Z||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-06-04T08:43:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:43:43.010Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:43:43.010Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:43:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:43:52.551Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:43:52.551Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:44:43.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:44:43.009Z||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-06-04T08:44:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:44:43.009Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:44:43.010Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:44:43.010Z|7a7841fc-87a1-4a5c-88da-294070c048c5|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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:44:52.548Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:44:52.554Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:45:43.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:45:43.009Z||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-06-04T08:45:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:45:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:45:43.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:45:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:45:45.274Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:45:45.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T08:45:45.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"613400c7-2f80-46fd-bab6-d2b7b4078462","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"6a75a5d5-201c-4544-bb90-053d75c81a6b","serviceDescription":"service","serviceInvariantUUID":"09176383-6e1e-4133-b35f-d9d3c851c348","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8b8f24b5-e4a7-410e-9c9f-f70691b24c60","resourceInvariantUUID":"639d23f2-bad5-4e85-810f-1febf02ec748","resourceCustomizationUUID":"8c2f924f-a387-4080-85a2-cf0b674095a8","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":"MzFlZDA0OWFiZTFlMTdmNDc5ZDAxMGRiNzFkYjE2ODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"288409e4-c894-4115-be0a-beafed1889c9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTBiZDViMThmNDI3NTE4ZDc1M2YwZDljNzE3YTU2MDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50d5695b-aeee-430e-a0f5-956c5206b7f1","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-04T08:45:45.276Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:45:45.276Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:45:45.278Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:45:45.278Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796343008,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:45:45.378Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:45:45.379Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:45:45.379Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:45:45.388Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:45:45.389Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:45:46.036Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:45:46.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:45:46.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796343008,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:45:46.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:45:46.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:45:46.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796342960,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:45:46.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:45:46.279Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:45:46.280Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:45:46.281Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:45:46.282Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796343008,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:45:46.382Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:45:46.382Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:45:46.383Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:45:46.393Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:45:46.393Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:45:47.282Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "6a75a5d5-201c-4544-bb90-053d75c81a6b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "09176383-6e1e-4133-b35f-d9d3c851c348",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "8c2f924f-a387-4080-85a2-cf0b674095a8",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "8b8f24b5-e4a7-410e-9c9f-f70691b24c60",
      "resourceInvariantUUID": "639d23f2-bad5-4e85-810f-1febf02ec748",
      "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": "MTBiZDViMThmNDI3NTE4ZDc1M2YwZDljNzE3YTU2MDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50d5695b-aeee-430e-a0f5-956c5206b7f1"
    }
  ],
  "workloadContext": "Production"
}
2021-06-04T08:45:47.283Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-04T08:45:47.283Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6a75a5d5-201c-4544-bb90-053d75c81a6b ASDC
2021-06-04T08:45:47.283Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:613400c7-2f80-46fd-bab6-d2b7b4078462
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:6a75a5d5-201c-4544-bb90-053d75c81a6b
ServiceInvariantUUID:09176383-6e1e-4133-b35f-d9d3c851c348
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:50d5695b-aeee-430e-a0f5-956c5206b7f1
ArtifactChecksum:MTBiZDViMThmNDI3NTE4ZDc1M2YwZDljNzE3YTU2MDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8c2f924f-a387-4080-85a2-cf0b674095a8
ResourceInvariantUUID:639d23f2-bad5-4e85-810f-1febf02ec748
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8b8f24b5-e4a7-410e-9c9f-f70691b24c60
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-06-04T08:45:47.283Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a75a5d5-201c-4544-bb90-053d75c81a6b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:45:47.304Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:45:47.305Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:45:47.305Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:45:47.305Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 50d5695b-aeee-430e-a0f5-956c5206b7f1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-04T08:45:47.305Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-06-04T08:45:47.306Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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-06-04T08:45:48.156Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-06-04T08:45:48.158Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 50d5695b-aeee-430e-a0f5-956c5206b7f1 52222
2021-06-04T08:45:48.158Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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-06-04T08:45:48.158Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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-06-04T08:45:48.158Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:45:48.159Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:45:48.160Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:45:48.160Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796348158,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:45:48.261Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-04T08:45:48.262Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:45:48.262Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:45:48.271Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:45:48.272Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:45:49.161Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:45:49.162Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:45:49.162Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 50d5695b-aeee-430e-a0f5-956c5206b7f1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-04T08:45:49.162Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-06-04T08:45:49.163Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-04T08:45:49.163Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-04T08:45:49.239Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8107730853787925788/Definitions/service-BasicNetwork-template.yml
2021-06-04T08:45:49.560Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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-06-04T08:45:49.561Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-06-04T08:45:49.562Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:45:49.562Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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-06-04T08:45:49.562Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-04T08:45:49.562Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-06-04T08:45:49.562Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:45:49.562Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:45:49.562Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.562Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-04T08:45:49.563Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-06-04T08:45:49.563Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:45:49.563Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:45:49.563Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.563Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:45:49.563Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.563Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:45:49.563Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.564Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:45:49.564Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.564Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:45:49.564Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.564Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:6a75a5d5-201c-4544-bb90-053d75c81a6b
Model Version:NULL
Model InvariantUuid:09176383-6e1e-4133-b35f-d9d3c851c348
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:639d23f2-bad5-4e85-810f-1febf02ec748
Model UUID:1094643c-1cf7-4eef-9921-dc0b819111c0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:8c2f924f-a387-4080-85a2-cf0b674095a8
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-04T08:45:49.569Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 8b8f24b5-e4a7-410e-9c9f-f70691b24c60
2021-06-04T08:45:49.570Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||No resources found for Service: 6a75a5d5-201c-4544-bb90-053d75c81a6b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-04T08:45:49.573Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||
2021-06-04T08:45:49.573Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-06-04T08:45:49.574Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 6a75a5d5-201c-4544-bb90-053d75c81a6b
2021-06-04T08:45:49.574Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 6a75a5d5-201c-4544-bb90-053d75c81a6b
2021-06-04T08:45:49.574Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-06-04T08:45:49.574Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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-06-04T08:45:49.579Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:45:49.580Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.580Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:45:49.580Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.580Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 6a75a5d5-201c-4544-bb90-053d75c81a6b: Generic NeutronNet
2021-06-04T08:45:49.580Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:45:49.580Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.581Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:45:49.581Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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-06-04T08:45:49.614Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:45:49.614Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.614Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:45:49.614Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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-06-04T08:45:49.614Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:45:49.614Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:45:49.614Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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-06-04T08:45:49.681Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-06-04T08:45:49.681Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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-06-04T08:45:49.682Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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-06-04T08:45:49.682Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:45:49.682Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:45:49.684Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:45:49.684Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796349681,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:45:49.784Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:45:49.785Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:45:49.785Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:45:49.794Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:45:49.795Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:45:50.685Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 613400c7-2f80-46fd-bab6-d2b7b4078462
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:45:50.695Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 613400c7-2f80-46fd-bab6-d2b7b4078462
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:45:50.697Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:45:50.697Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:45:50.697Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:46:20.698Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 613400c7-2f80-46fd-bab6-d2b7b4078462
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:46:20.706Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 613400c7-2f80-46fd-bab6-d2b7b4078462
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:46:20.709Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:46:20.709Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:46:20.709Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:46:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:46:43.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:46:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:46:43.135Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:46:43.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:46:43.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796342960,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:46:43.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:46:50.709Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 613400c7-2f80-46fd-bab6-d2b7b4078462
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:46:50.719Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 613400c7-2f80-46fd-bab6-d2b7b4078462
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:46:50.721Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:46:50.722Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:46:50.722Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:47:20.722Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 613400c7-2f80-46fd-bab6-d2b7b4078462
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:47:20.732Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 613400c7-2f80-46fd-bab6-d2b7b4078462
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:47:20.736Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:47:20.736Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:47:20.736Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:47:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:47:43.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:47:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:47:43.034Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:47:43.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796343008,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:47:43.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:47:43.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "aai-ml",
  "timestamp": 1622796345767,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:47:43.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:47:43.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "aai-ml",
  "timestamp": 1622796345767,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "cds",
  "timestamp": 1622796346902,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796347259,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796348158,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "cds",
  "timestamp": 1622796346902,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796347259,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "aai-ml",
  "timestamp": 1622796349236,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796349681,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "dcae-sch",
  "timestamp": 1622796349283,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "cds",
  "timestamp": 1622796350155,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:47:43.038Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:47:43.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "dcae-sch",
  "timestamp": 1622796349283,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:47:43.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:47:43.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "cds",
  "timestamp": 1622796351164,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:47:43.046Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 613400c7-2f80-46fd-bab6-d2b7b4078462
2021-06-04T08:47:43.046Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 613400c7-2f80-46fd-bab6-d2b7b4078462 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:47:43.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "clamp",
  "timestamp": 1622796350686,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:47:43.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:47:43.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796350983,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:47:43.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:47:43.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "policy-id",
  "timestamp": 1622796351470,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:47:43.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:47:43.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "clamp",
  "timestamp": 1622796350686,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:47:43.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:47:43.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796350983,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796352262,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "policy-id",
  "timestamp": 1622796351470,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "aai-ml",
  "timestamp": 1622796353152,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796352262,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "aai-ml",
  "timestamp": 1622796354162,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:47:43.059Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 613400c7-2f80-46fd-bab6-d2b7b4078462
2021-06-04T08:47:43.059Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 613400c7-2f80-46fd-bab6-d2b7b4078462 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:47:43.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "policy-id",
  "timestamp": 1622796354750,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:47:43.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:47:43.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796354739,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:47:43.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:47:43.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796355640,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:47:43.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:47:43.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "policy-id",
  "timestamp": 1622796355754,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:47:43.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:47:43.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "clamp",
  "timestamp": 1622796356160,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:47:43.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:47:43.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796354739,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:47:43.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:47:43.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "policy-id",
  "timestamp": 1622796356757,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:47:43.071Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 613400c7-2f80-46fd-bab6-d2b7b4078462
2021-06-04T08:47:43.071Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 613400c7-2f80-46fd-bab6-d2b7b4078462 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:47:43.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796357172,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:47:43.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:47:43.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "clamp",
  "timestamp": 1622796358172,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:47:43.078Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:47:43.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796358176,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:47:43.082Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 613400c7-2f80-46fd-bab6-d2b7b4078462
2021-06-04T08:47:43.082Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 613400c7-2f80-46fd-bab6-d2b7b4078462 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:47:43.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:47:43.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "clamp",
  "timestamp": 1622796359176,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:47:43.092Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 613400c7-2f80-46fd-bab6-d2b7b4078462
2021-06-04T08:47:43.092Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 613400c7-2f80-46fd-bab6-d2b7b4078462 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:47:50.736Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 613400c7-2f80-46fd-bab6-d2b7b4078462
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:47:50.746Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 613400c7-2f80-46fd-bab6-d2b7b4078462
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:47:50.749Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:47:50.749Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-04T08:47:50.749Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-04T08:47:50.749Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-04T08:47:50.749Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:47:50.749Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:47:50.749Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:47:50.749Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:47:50.749Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:47:50.749Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:47:50.750Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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-06-04T08:47:50.754Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-04T08:48:20.755Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 613400c7-2f80-46fd-bab6-d2b7b4078462 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-06-04T08:48:20.761Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 613400c7-2f80-46fd-bab6-d2b7b4078462 and serviceModelVersionId: 6a75a5d5-201c-4544-bb90-053d75c81a6b
2021-06-04T08:48:20.761Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09176383-6e1e-4133-b35f-d9d3c851c348
2021-06-04T08:48:20.762Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09176383-6e1e-4133-b35f-d9d3c851c348/model-vers/model-ver/6a75a5d5-201c-4544-bb90-053d75c81a6b?depth=0
2021-06-04T08:48:20.766Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-06-04T08:48:20.808Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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/09176383-6e1e-4133-b35f-d9d3c851c348/model-vers/model-ver/6a75a5d5-201c-4544-bb90-053d75c81a6b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-06-04T08:48:20.809Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09176383-6e1e-4133-b35f-d9d3c851c348/model-vers/model-ver/6a75a5d5-201c-4544-bb90-053d75c81a6b?depth=0|INFO|500||Invoke
2021-06-04T08:48:20.838Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09176383-6e1e-4133-b35f-d9d3c851c348/model-vers/model-ver/6a75a5d5-201c-4544-bb90-053d75c81a6b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-04T08:48:21.153Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/09176383-6e1e-4133-b35f-d9d3c851c348/model-vers/model-ver/6a75a5d5-201c-4544-bb90-053d75c81a6b?depth=0|INFO|500||InvokeReturn
2021-06-04T08:48:21.153Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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/09176383-6e1e-4133-b35f-d9d3c851c348/model-vers/model-ver/6a75a5d5-201c-4544-bb90-053d75c81a6b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210604-08:48:20:846-67667], vertex-id=[229544], Content-Length=[0], Date=[Fri, 04 Jun 2021 08:48:20 GMT], Content-Type=[application/json]}
2021-06-04T08:48:21.154Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-06-04T08:48:21.154Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-04T08:48:21.154Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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-06-04T08:48:21.158Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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-06-04T08:48:21.158Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 613400c7-2f80-46fd-bab6-d2b7b4078462 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-04T08:48:21.159Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-04T08:48:21.159Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:48:21.161Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:48:21.162Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796501159,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T08:48:21.262Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:48:21.263Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:48:21.263Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:21.276Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:48:21.276Z||pool-39-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-06-04T08:48:22.173Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:48:22.173Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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-06-04T08:48:22.173Z|613400c7-2f80-46fd-bab6-d2b7b4078462|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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:26.472Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:48:26.473Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T08:48:26.473Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6371be36-3590-4aa3-bcfd-61b7b203401c","serviceName":"Demo_pNF_T5IAU6ivAD41HZNLkOd8","serviceVersion":"1.0","serviceUUID":"aee85b6f-778c-4f39-8440-98f9b5d9a52e","serviceDescription":"catalog service description","serviceInvariantUUID":"d76f2d63-86be-4cf7-970a-8a0f7ec45e19","resources":[{"resourceInstanceName":"pNF fc6d6e2c-d392 0","resourceName":"pNF fc6d6e2c-d392","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bb970e75-6dab-4a62-af55-0db8f7389958","resourceInvariantUUID":"36fd1de1-c3f0-4f09-80ac-39505de5b63a","resourceCustomizationUUID":"16746c20-c336-4025-b946-eaa4e3116994","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vf-license-model.xml","artifactChecksum":"MGY2MzQ0YjVkNTI4YzMxZTU4ZjBhYTJiZmQ0MmEyMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a29464f-cd11-4886-bf65-9166112e43c7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/pNF.csar","artifactChecksum":"MGU1NWVhYmQ0MGNlNTc4YTllNDBjMjljMmQyYzc2OTM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e0a8688-2a86-4971-a5b2-7bd945350c02","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8baa6000-6e84-4a3e-9283-82e98f72f6cd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vendor-license-model.xml","artifactChecksum":"ZTI2YjQ3MjEyZmZmMzc0NjNjZGY3ZmZiZmRiMjU0Y2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"650a66ae-1c7d-4c46-8b3a-8b885189a877","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3670f3a6-f08b-46bb-ab91-84a299b99d06","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19e3348d-5d3f-49a4-a7f0-6c787f28ba60","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfT5iau6ivad41hznlkod8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-template.yml","artifactChecksum":"MjljNTk0NjYyZTg1NTY1OWU5MGFmNmUzYmE2ZjRlMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4aa5af3e-2ffd-4a84-b1d2-52e295361140","artifactVersion":"1"},{"artifactName":"service-DemoPnfT5iau6ivad41hznlkod8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar","artifactChecksum":"YzU4NThlNDM2YWE5YWYzNjE1OTQwZDAyNDkzMjhhYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"afea3e8b-218f-4660-b052-70a1eb9ac855","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-04T08:48:26.475Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:48:26.475Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:48:26.477Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:48:26.477Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796502173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:26.578Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-04T08:48:26.579Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:48:26.579Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:26.590Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:48:26.590Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:48:27.478Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:48:27.478Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:48:27.480Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:48:27.480Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796502173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:27.581Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-04T08:48:27.581Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:48:27.582Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:27.591Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:48:27.592Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:48:28.481Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:48:28.481Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:48:28.483Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:48:28.483Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796502173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:28.584Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-04T08:48:28.584Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:48:28.584Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:28.594Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:48:28.594Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:48:29.484Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:48:29.485Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:48:29.486Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:48:29.487Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796502173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:29.587Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:48:29.588Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:48:29.588Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:29.596Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:48:29.597Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:48:30.487Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:48:30.488Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:48:30.490Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:48:30.490Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796502173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:30.590Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:48:30.591Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:48:30.591Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:30.602Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:48:30.602Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:48:31.490Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:48:31.491Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:48:31.492Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:48:31.493Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796502173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:31.593Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:48:31.593Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:48:31.594Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:31.604Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:48:31.604Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:48:32.493Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:48:32.494Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:48:32.496Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:48:32.497Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796502173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:32.597Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-04T08:48:32.597Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:48:32.597Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:32.606Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:48:32.606Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-06-04T08:48:33.497Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:48:33.498Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:48:33.500Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:48:33.501Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796502173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:48:33.601Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:48:33.602Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:48:33.602Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:33.611Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:48:33.612Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:48:34.502Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "serviceName": "Demo_pNF_T5IAU6ivAD41HZNLkOd8",
  "serviceVersion": "1.0",
  "serviceUUID": "aee85b6f-778c-4f39-8440-98f9b5d9a52e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d76f2d63-86be-4cf7-970a-8a0f7ec45e19",
  "resources": [
    {
      "resourceInstanceName": "pNF fc6d6e2c-d392 0",
      "resourceCustomizationUUID": "16746c20-c336-4025-b946-eaa4e3116994",
      "resourceName": "pNF fc6d6e2c-d392",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "bb970e75-6dab-4a62-af55-0db8f7389958",
      "resourceInvariantUUID": "36fd1de1-c3f0-4f09-80ac-39505de5b63a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
      "artifactChecksum": "YzU4NThlNDM2YWE5YWYzNjE1OTQwZDAyNDkzMjhhYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "afea3e8b-218f-4660-b052-70a1eb9ac855"
    }
  ],
  "workloadContext": "Production"
}
2021-06-04T08:48:34.502Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-04T08:48:34.503Z|613400c7-2f80-46fd-bab6-d2b7b4078462|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 aee85b6f-778c-4f39-8440-98f9b5d9a52e ASDC
2021-06-04T08:48:34.503Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6371be36-3590-4aa3-bcfd-61b7b203401c
ServiceName:Demo_pNF_T5IAU6ivAD41HZNLkOd8
ServiceVersion:1.0
ServiceUUID:aee85b6f-778c-4f39-8440-98f9b5d9a52e
ServiceInvariantUUID:d76f2d63-86be-4cf7-970a-8a0f7ec45e19
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
ArtifactUUID:afea3e8b-218f-4660-b052-70a1eb9ac855
ArtifactChecksum:YzU4NThlNDM2YWE5YWYzNjE1OTQwZDAyNDkzMjhhYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fc6d6e2c-d392 0
ResourceCustomizationUUID:16746c20-c336-4025-b946-eaa4e3116994
ResourceInvariantUUID:36fd1de1-c3f0-4f09-80ac-39505de5b63a
ResourceName:pNF fc6d6e2c-d392
ResourceType:PNF
ResourceUUID:bb970e75-6dab-4a62-af55-0db8f7389958
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-06-04T08:48:34.503Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aee85b6f-778c-4f39-8440-98f9b5d9a52e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:48:34.524Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:48:34.524Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:48:34.525Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:48:34.525Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: afea3e8b-218f-4660-b052-70a1eb9ac855 from URL: /sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:34.525Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-06-04T08:48:34.525Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:35.343Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-06-04T08:48:35.348Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar afea3e8b-218f-4660-b052-70a1eb9ac855 83326
2021-06-04T08:48:35.348Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar ASDC sendASDCNotification
2021-06-04T08:48:35.348Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:35.348Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:48:35.348Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:48:35.351Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:48:35.351Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796515348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:48:35.451Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:48:35.452Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:48:35.452Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:35.462Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:48:35.462Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:48:36.352Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:48:36.353Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:48:36.353Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: afea3e8b-218f-4660-b052-70a1eb9ac855, URL: /sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar to file: /app/ASDC/1/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:36.354Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:36.354Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:36.354Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:36.444Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14719890201448305312/Definitions/service-DemoPnfT5iau6ivad41hznlkod8-template.yml
2021-06-04T08:48:37.040Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-04T08:48:37.041Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-06-04T08:48:37.041Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:37.041Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-06-04T08:48:37.041Z|6371be36-3590-4aa3-bcfd-61b7b203401c|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-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:37.041Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fc6d6e2c-d392 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-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:37.041Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fc6d6e2c-d392 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:37.041Z|6371be36-3590-4aa3-bcfd-61b7b203401c|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-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:37.041Z|6371be36-3590-4aa3-bcfd-61b7b203401c|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-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:37.041Z|6371be36-3590-4aa3-bcfd-61b7b203401c|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-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:37.042Z|6371be36-3590-4aa3-bcfd-61b7b203401c|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-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:37.042Z|6371be36-3590-4aa3-bcfd-61b7b203401c|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-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:37.042Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-06-04T08:48:37.042Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:48:37.042Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_T5IAU6ivAD41HZNLkOd8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:48:37.042Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Node template pNF fc6d6e2c-d392 0 is matching search criteria
2021-06-04T08:48:37.043Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-06-04T08:48:37.043Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF fc6d6e2c-d392 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:48:37.043Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:48:37.043Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_T5IAU6ivAD41HZNLkOd8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:48:37.043Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Node template pNF fc6d6e2c-d392 0 is matching search criteria
2021-06-04T08:48:37.043Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-06-04T08:48:37.043Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF fc6d6e2c-d392 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:48:37.044Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:48:37.044Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_T5IAU6ivAD41HZNLkOd8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:48:37.044Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:48:37.044Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_T5IAU6ivAD41HZNLkOd8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:48:37.044Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:48:37.044Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_T5IAU6ivAD41HZNLkOd8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:48:37.045Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:48:37.045Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_T5IAU6ivAD41HZNLkOd8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:48:37.045Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:48:37.045Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_T5IAU6ivAD41HZNLkOd8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:48:37.045Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_T5IAU6ivAD41HZNLkOd8
Description:catalog service description
Model UUID:aee85b6f-778c-4f39-8440-98f9b5d9a52e
Model Version:NULL
Model InvariantUuid:d76f2d63-86be-4cf7-970a-8a0f7ec45e19
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-04T08:48:37.051Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: bb970e75-6dab-4a62-af55-0db8f7389958
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-04T08:48:37.053Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||pNF fc6d6e2c-d392 0
2021-06-04T08:48:37.053Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bb970e75-6dab-4a62-af55-0db8f7389958
2021-06-04T08:48:37.053Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||No resources found for Service: aee85b6f-778c-4f39-8440-98f9b5d9a52e
2021-06-04T08:48:37.053Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: aee85b6f-778c-4f39-8440-98f9b5d9a52e
2021-06-04T08:48:37.054Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fc6d6e2c-d392 0 bb970e75-6dab-4a62-af55-0db8f7389958 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-04T08:48:37.057Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:48:37.057Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_T5IAU6ivAD41HZNLkOd8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:48:37.057Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid aee85b6f-778c-4f39-8440-98f9b5d9a52e: pNF fc6d6e2c-d392
2021-06-04T08:48:37.057Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||Processing PNF resource: bb970e75-6dab-4a62-af55-0db8f7389958
2021-06-04T08:48:37.057Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:48:37.057Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_T5IAU6ivAD41HZNLkOd8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:48:37.058Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||Resource customization UUID: 16746c20-c336-4025-b946-eaa4e3116994 is the same as notified resource customizationUUID: 16746c20-c336-4025-b946-eaa4e3116994
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-06-04T08:48:37.118Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fc6d6e2c-d392 bb970e75-6dab-4a62-af55-0db8f7389958 0 ASDC deployResourceStructure
2021-06-04T08:48:37.119Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar ASDC sendASDCNotification
2021-06-04T08:48:37.119Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar
2021-06-04T08:48:37.119Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:48:37.119Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:48:37.120Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:48:37.120Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796517118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:48:37.221Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-04T08:48:37.221Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:48:37.221Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:37.230Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:48:37.230Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:48:38.121Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6371be36-3590-4aa3-bcfd-61b7b203401c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:48:38.129Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6371be36-3590-4aa3-bcfd-61b7b203401c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:48:38.130Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:48:38.131Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:48:38.131Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:48:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:48:43.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:48:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:48:43.044Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:48:43.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796402960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "aai-ml",
  "timestamp": 1622796405767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796402960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "aai-ml",
  "timestamp": 1622796405767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "cds",
  "timestamp": 1622796406902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796402960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796407259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "aai-ml",
  "timestamp": 1622796405767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "cds",
  "timestamp": 1622796406902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796402960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796407259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "aai-ml",
  "timestamp": 1622796405767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "cds",
  "timestamp": 1622796406902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796402960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796407259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "dcae-sch",
  "timestamp": 1622796409283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "aai-ml",
  "timestamp": 1622796405767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "cds",
  "timestamp": 1622796406902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796402960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796407259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "dcae-sch",
  "timestamp": 1622796409283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "clamp",
  "timestamp": 1622796410686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "aai-ml",
  "timestamp": 1622796405767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "cds",
  "timestamp": 1622796406902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796410983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796402960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796407259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "dcae-sch",
  "timestamp": 1622796409283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "policy-id",
  "timestamp": 1622796411470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "clamp",
  "timestamp": 1622796410686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "aai-ml",
  "timestamp": 1622796405767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "cds",
  "timestamp": 1622796406902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796410983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796402960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:48:43.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796412262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796407259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:48:43.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "dcae-sch",
  "timestamp": 1622796409283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "policy-id",
  "timestamp": 1622796411470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "clamp",
  "timestamp": 1622796410686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "aai-ml",
  "timestamp": 1622796405767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:48:43.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "cds",
  "timestamp": 1622796406902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796410983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796412262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796407259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "dcae-sch",
  "timestamp": 1622796409283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "policy-id",
  "timestamp": 1622796411470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "clamp",
  "timestamp": 1622796410686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "cds",
  "timestamp": 1622796406902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:48:43.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796410983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796412262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796407259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "dcae-sch",
  "timestamp": 1622796409283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "policy-id",
  "timestamp": 1622796411470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "aai-ml",
  "timestamp": 1622796415153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:48:43.057Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:48:43.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "clamp",
  "timestamp": 1622796410686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796414739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796410983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796412262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "dcae-sch",
  "timestamp": 1622796409283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "policy-id",
  "timestamp": 1622796411470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "cds",
  "timestamp": 1622796416137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:48:43.059Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:48:43.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "clamp",
  "timestamp": 1622796410686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796414739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796416566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:48:43.059Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:48:43.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796410983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796412262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "dcae-sch",
  "timestamp": 1622796409283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "policy-id",
  "timestamp": 1622796411470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "cds",
  "timestamp": 1622796417142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:48:43.067Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6371be36-3590-4aa3-bcfd-61b7b203401c
2021-06-04T08:48:43.067Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6371be36-3590-4aa3-bcfd-61b7b203401c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:48:43.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "clamp",
  "timestamp": 1622796410686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796414739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796410983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796417835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-06-04T08:48:43.075Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:48:43.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796412262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "policy-id",
  "timestamp": 1622796411470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "clamp",
  "timestamp": 1622796410686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:48:43.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796414739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796410983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:48:43.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796418840,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:48:43.080Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6371be36-3590-4aa3-bcfd-61b7b203401c
2021-06-04T08:48:43.080Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6371be36-3590-4aa3-bcfd-61b7b203401c and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:48:43.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796412262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "policy-id",
  "timestamp": 1622796411470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:48:43.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796414739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "aai-ml",
  "timestamp": 1622796419736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:48:43.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:48:43.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796412262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:48:43.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796414739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "aai-ml",
  "timestamp": 1622796420740,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:48:43.091Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6371be36-3590-4aa3-bcfd-61b7b203401c
2021-06-04T08:48:43.091Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6371be36-3590-4aa3-bcfd-61b7b203401c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:48:43.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "policy-id",
  "timestamp": 1622796421137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:48:43.099Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:48:43.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796414739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:48:43.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "policy-id",
  "timestamp": 1622796422140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:48:43.100Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:48:43.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796422245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:48:43.100Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:48:43.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796414739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:48:43.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:48:43.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "policy-id",
  "timestamp": 1622796423143,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:48:43.105Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6371be36-3590-4aa3-bcfd-61b7b203401c
2021-06-04T08:48:43.105Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6371be36-3590-4aa3-bcfd-61b7b203401c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:48:43.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796424049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:48:43.118Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:48:43.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796425052,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:48:43.122Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6371be36-3590-4aa3-bcfd-61b7b203401c
2021-06-04T08:48:43.122Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6371be36-3590-4aa3-bcfd-61b7b203401c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:48:43.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "clamp",
  "timestamp": 1622796427171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:48:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:48:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "clamp",
  "timestamp": 1622796429178,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:48:43.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:48:43.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:48:43.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "clamp",
  "timestamp": 1622796430181,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:48:43.133Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6371be36-3590-4aa3-bcfd-61b7b203401c
2021-06-04T08:48:43.134Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6371be36-3590-4aa3-bcfd-61b7b203401c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:49:08.131Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6371be36-3590-4aa3-bcfd-61b7b203401c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:49:08.141Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6371be36-3590-4aa3-bcfd-61b7b203401c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:49:08.143Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:49:08.143Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-04T08:49:08.143Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-04T08:49:08.144Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-04T08:49:08.144Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:49:08.144Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:49:08.144Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:49:08.144Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:49:08.144Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:49:08.144Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:49:08.144Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:49:08.144Z|6371be36-3590-4aa3-bcfd-61b7b203401c|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-06-04T08:49:08.148Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-04T08:49:38.148Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6371be36-3590-4aa3-bcfd-61b7b203401c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-06-04T08:49:38.152Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6371be36-3590-4aa3-bcfd-61b7b203401c and serviceModelVersionId: aee85b6f-778c-4f39-8440-98f9b5d9a52e
2021-06-04T08:49:38.152Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d76f2d63-86be-4cf7-970a-8a0f7ec45e19
2021-06-04T08:49:38.153Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d76f2d63-86be-4cf7-970a-8a0f7ec45e19/model-vers/model-ver/aee85b6f-778c-4f39-8440-98f9b5d9a52e?depth=0
2021-06-04T08:49:38.157Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-06-04T08:49:38.190Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d76f2d63-86be-4cf7-970a-8a0f7ec45e19/model-vers/model-ver/aee85b6f-778c-4f39-8440-98f9b5d9a52e?depth=0|INFO|500||Invoke
2021-06-04T08:49:38.191Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d76f2d63-86be-4cf7-970a-8a0f7ec45e19/model-vers/model-ver/aee85b6f-778c-4f39-8440-98f9b5d9a52e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d76f2d63-86be-4cf7-970a-8a0f7ec45e19/model-vers/model-ver/aee85b6f-778c-4f39-8440-98f9b5d9a52e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6371be36-3590-4aa3-bcfd-61b7b203401c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[70bb87d0-3b31-424e-88eb-c4021171eaa0], X-ECOMP-RequestID=[6371be36-3590-4aa3-bcfd-61b7b203401c], X-TransactionId=[], X-ONAP-RequestID=[6371be36-3590-4aa3-bcfd-61b7b203401c], Content-Type=[application/merge-patch+json]}
2021-06-04T08:49:38.210Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d76f2d63-86be-4cf7-970a-8a0f7ec45e19/model-vers/model-ver/aee85b6f-778c-4f39-8440-98f9b5d9a52e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-04T08:49:38.828Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d76f2d63-86be-4cf7-970a-8a0f7ec45e19/model-vers/model-ver/aee85b6f-778c-4f39-8440-98f9b5d9a52e?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/d76f2d63-86be-4cf7-970a-8a0f7ec45e19/model-vers/model-ver/aee85b6f-778c-4f39-8440-98f9b5d9a52e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210604-08:49:38:219-52705], vertex-id=[229432], Content-Length=[0], Date=[Fri, 04 Jun 2021 08:49:38 GMT], Content-Type=[application/json]}
2021-06-04T08:49:38.829Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d76f2d63-86be-4cf7-970a-8a0f7ec45e19/model-vers/model-ver/aee85b6f-778c-4f39-8440-98f9b5d9a52e?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-04T08:49:38.829Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d76f2d63-86be-4cf7-970a-8a0f7ec45e19/model-vers/model-ver/aee85b6f-778c-4f39-8440-98f9b5d9a52e?depth=0|INFO|500||InvokeReturn
2021-06-04T08:49:38.830Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-04T08:49:38.830Z|6371be36-3590-4aa3-bcfd-61b7b203401c|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-06-04T08:49:38.836Z|6371be36-3590-4aa3-bcfd-61b7b203401c|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-06-04T08:49:38.836Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6371be36-3590-4aa3-bcfd-61b7b203401c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-04T08:49:38.836Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-04T08:49:38.836Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:49:38.838Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:49:38.838Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796578836,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T08:49:38.938Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:49:38.939Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:49:38.939Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:49:38.956Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:49:38.957Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-04T08:49:39.850Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:49:39.850Z|6371be36-3590-4aa3-bcfd-61b7b203401c|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-06-04T08:49:39.850Z|6371be36-3590-4aa3-bcfd-61b7b203401c|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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:49:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:49:43.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:49:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:49:43.032Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:49:43.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:49:43.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "613400c7-2f80-46fd-bab6-d2b7b4078462",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796501159,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T08:49:43.034Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:49:43.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:49:43.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796502173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:49:43.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:49:43.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:49:43.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796502173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:49:43.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:49:43.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:49:43.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796502173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:49:43.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:49:43.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:49:43.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796502173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:49:43.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:49:43.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:49:43.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796502173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:49:43.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:49:43.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:49:43.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796502173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/resourceInstances/pnffc6d6e2cd3920/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:49:43.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:49:43.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:49:43.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796502173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:49:43.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:49:43.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:49:43.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796502173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:49:43.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:49:43.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:49:43.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796515348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:49:43.035Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:49:43.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:49:43.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796517118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT5iau6ivad41hznlkod8/1.0/artifacts/service-DemoPnfT5iau6ivad41hznlkod8-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:49:43.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:49:49.391Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:49:49.392Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:49:49.392Z|6371be36-3590-4aa3-bcfd-61b7b203401c|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-06-04T08:49:49.392Z|6371be36-3590-4aa3-bcfd-61b7b203401c|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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:49:58.931Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:49:58.931Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:49:58.932Z|6371be36-3590-4aa3-bcfd-61b7b203401c|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-06-04T08:49:58.932Z|6371be36-3590-4aa3-bcfd-61b7b203401c|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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:50:05.152Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:50:05.153Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T08:50:05.153Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b84a3b84-112d-4cca-a4d3-a4cf011030f2","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e10bd22d-bd99-4895-8426-45d4b1ea18a6","serviceDescription":"service","serviceInvariantUUID":"2de26560-1bf8-4008-af5d-48e62df1e9f3","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"62e84fa2-caa1-4629-8d0c-f386746eb2dc","resourceInvariantUUID":"2e71ecc9-8a62-4bdb-a053-444aba0002e6","resourceCustomizationUUID":"8612ac5b-f1ab-4c73-81f1-7d1ea09a2a67","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":"OGE5YjdlMWY0NjZhNjE3ZjZkOWZlYjFiNzgyYTY2YWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d35c83df-bc87-4d15-9d52-b33fe5651f91","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":"ZTE4YmFkNDk5OTVmZmYyZmM3MjRiYjlhMjE3MWU1NzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2d13317b-8aef-452e-ab3c-1f724ad3cc3b","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":"9afa9b89-2c56-414d-8c72-c3a80145ad3c","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":"e24de243-5f39-4bb8-81f6-03aae86f66c5","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":"697f27c6-eb8a-437b-8bc3-d28fce561ec0","artifactVersion":"2","generatedFromUUID":"9afa9b89-2c56-414d-8c72-c3a80145ad3c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MWIyYmRiYjI4N2ViYjQzMmE3MDhhNTkxMjkxMDA2MzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d7a8b58-3be7-4be4-81a3-93af2329fbe3","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NGE4OGYyOTZjOGY1NGFjZDM4MDkyYTNhY2UwOWYwMmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"67035b03-9bb1-4d99-b16d-f3b8640dd019","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-04T08:50:05.154Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:50:05.154Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:50:05.156Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:50:05.156Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796598931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:50:05.256Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:50:05.257Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:50:05.257Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:50:05.266Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:50:05.267Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:50:06.156Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:50:06.157Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:50:06.159Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:50:06.159Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796598931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:50:06.259Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:50:06.260Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:50:06.260Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:50:06.270Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:50:06.270Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:50:07.159Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:50:07.160Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:50:07.162Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:50:07.162Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796598931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:50:07.263Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-04T08:50:07.263Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:50:07.263Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:50:07.271Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:50:07.271Z||pool-53-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:50:08.163Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:50:08.164Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:50:08.166Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:50:08.166Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796598931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:50:08.266Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:50:08.267Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:50:08.267Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:50:08.276Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:50:08.277Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:50:09.166Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:50:09.167Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:50:09.169Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:50:09.169Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796598931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-04T08:50:09.269Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:50:09.270Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:50:09.270Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:50:09.283Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:50:09.283Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:50:10.169Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:50:10.170Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:50:10.172Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:50:10.172Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796598931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:50:10.272Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:50:10.273Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:50:10.273Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:50:10.282Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:50:10.283Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:50:11.172Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:50:11.174Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:50:11.175Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:50:11.176Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796598931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:50:11.276Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:50:11.277Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:50:11.277Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:50:11.286Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:50:11.286Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:50:12.177Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e10bd22d-bd99-4895-8426-45d4b1ea18a6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2de26560-1bf8-4008-af5d-48e62df1e9f3",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "8612ac5b-f1ab-4c73-81f1-7d1ea09a2a67",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "62e84fa2-caa1-4629-8d0c-f386746eb2dc",
      "resourceInvariantUUID": "2e71ecc9-8a62-4bdb-a053-444aba0002e6",
      "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": "ZTE4YmFkNDk5OTVmZmYyZmM3MjRiYjlhMjE3MWU1NzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2d13317b-8aef-452e-ab3c-1f724ad3cc3b",
          "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": "9afa9b89-2c56-414d-8c72-c3a80145ad3c",
          "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": "697f27c6-eb8a-437b-8bc3-d28fce561ec0",
            "generatedFromUUID": "9afa9b89-2c56-414d-8c72-c3a80145ad3c"
          },
          "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": "697f27c6-eb8a-437b-8bc3-d28fce561ec0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NGE4OGYyOTZjOGY1NGFjZDM4MDkyYTNhY2UwOWYwMmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "67035b03-9bb1-4d99-b16d-f3b8640dd019"
    }
  ],
  "workloadContext": "Production"
}
2021-06-04T08:50:12.177Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-04T08:50:12.177Z|6371be36-3590-4aa3-bcfd-61b7b203401c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e10bd22d-bd99-4895-8426-45d4b1ea18a6 ASDC
2021-06-04T08:50:12.178Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:b84a3b84-112d-4cca-a4d3-a4cf011030f2
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e10bd22d-bd99-4895-8426-45d4b1ea18a6
ServiceInvariantUUID:2de26560-1bf8-4008-af5d-48e62df1e9f3
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:67035b03-9bb1-4d99-b16d-f3b8640dd019
ArtifactChecksum:NGE4OGYyOTZjOGY1NGFjZDM4MDkyYTNhY2UwOWYwMmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:8612ac5b-f1ab-4c73-81f1-7d1ea09a2a67
ResourceInvariantUUID:2e71ecc9-8a62-4bdb-a053-444aba0002e6
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:62e84fa2-caa1-4629-8d0c-f386746eb2dc
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:2d13317b-8aef-452e-ab3c-1f724ad3cc3b
ArtifactChecksum:ZTE4YmFkNDk5OTVmZmYyZmM3MjRiYjlhMjE3MWU1NzM=
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:9afa9b89-2c56-414d-8c72-c3a80145ad3c
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:697f27c6-eb8a-437b-8bc3-d28fce561ec0
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:697f27c6-eb8a-437b-8bc3-d28fce561ec0
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-04T08:50:12.178Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e10bd22d-bd99-4895-8426-45d4b1ea18a6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:50:12.205Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:50:12.205Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:50:12.206Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:50:12.206Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 67035b03-9bb1-4d99-b16d-f3b8640dd019 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-06-04T08:50:12.206Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-06-04T08:50:12.206Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-06-04T08:50:13.444Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-06-04T08:50:13.447Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 67035b03-9bb1-4d99-b16d-f3b8640dd019 74284
2021-06-04T08:50:13.448Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-06-04T08:50:13.448Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-06-04T08:50:13.448Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:50:13.448Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:50:13.449Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:50:13.450Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796613448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:50:13.550Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:50:13.551Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:50:13.551Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:50:13.561Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:50:13.561Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:50:14.450Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:50:14.451Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:50:14.451Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 67035b03-9bb1-4d99-b16d-f3b8640dd019, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-06-04T08:50:14.452Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-06-04T08:50:14.452Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-06-04T08:50:14.452Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-06-04T08:50:14.816Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18418864517178033074/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-06-04T08:50:15.744Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-04T08:50:15.744Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-06-04T08:50:15.745Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-04T08:50:15.745Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-06-04T08:50:15.745Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-04T08:50:15.745Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-04T08:50:15.745Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-04T08:50:15.745Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|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-BasicVm-csar.csar
2021-06-04T08:50:15.745Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|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-BasicVm-csar.csar
2021-06-04T08:50:15.745Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|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-BasicVm-csar.csar
2021-06-04T08:50:15.745Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-04T08:50:15.746Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|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-BasicVm-csar.csar
2021-06-04T08:50:15.746Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-06-04T08:50:15.746Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|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-BasicVm-csar.csar
2021-06-04T08:50:15.746Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-06-04T08:50:15.746Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:15.746Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:50:15.746Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-04T08:50:15.747Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-06-04T08:50:15.747Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:50:15.747Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:15.747Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:50:15.747Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-04T08:50:15.747Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-06-04T08:50:15.747Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:50:15.747Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:15.748Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:50:15.748Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:15.748Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-06-04T08:50:15.748Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-04T08:50:15.748Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-06-04T08:50:15.748Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-06-04T08:50:15.748Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-06-04T08:50:15.749Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-04T08:50:15.749Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:15.749Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-04T08:50:15.749Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:15.749Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-04T08:50:15.749Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:50:15.750Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:15.750Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-04T08:50:15.750Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:50:15.750Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:15.750Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-04T08:50:15.750Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:50:15.751Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:15.751Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-06-04T08:50:15.751Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-04T08:50:15.751Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-06-04T08:50:15.751Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9ab87790-ec61-4960-8547-49c2708c6ca7
2021-06-04T08:50:15.751Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:15.752Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:50:15.752Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:15.752Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:50:15.752Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:15.752Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:50:15.752Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:15.752Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:50:15.753Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:e10bd22d-bd99-4895-8426-45d4b1ea18a6
Model Version:NULL
Model InvariantUuid:2de26560-1bf8-4008-af5d-48e62df1e9f3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:d026ee4c-c2a8-4f1e-8a58-5421c1882652
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2e71ecc9-8a62-4bdb-a053-444aba0002e6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8612ac5b-f1ab-4c73-81f1-7d1ea09a2a67
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f0feb984-4083-4f34-8339-bb6c4815f18c
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:d31f9395-0915-4a7f-a702-d160c79b45ed
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ab87790-ec61-4960-8547-49c2708c6ca7
ModelInvariantUuid:214f3ebb-237e-4df1-9397-4ca13a96f30e
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:2441aac7-29f0-4a87-8c86-c8eb44bec85d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:0397b932-63a0-4abd-b9d6-fa9856a09aef
ModelInvariantUuid:bd21eca6-9e44-476c-9818-c00d3b1a8342
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:db35c263-7c19-4e2e-aa51-f94a9b457ce1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-04T08:50:15.759Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 62e84fa2-caa1-4629-8d0c-f386746eb2dc
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-04T08:50:15.762Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||basic_vm 0
2021-06-04T08:50:15.762Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 62e84fa2-caa1-4629-8d0c-f386746eb2dc
2021-06-04T08:50:15.762Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2d13317b-8aef-452e-ab3c-1f724ad3cc3b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-06-04T08:50:15.762Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-06-04T08:50:15.763Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-06-04T08:50:16.742Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-06-04T08:50:16.742Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2d13317b-8aef-452e-ab3c-1f724ad3cc3b 787
2021-06-04T08:50:16.743Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-06-04T08:50:16.743Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-06-04T08:50:16.743Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:50:16.743Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:50:16.744Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:50:16.745Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796616743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:50:16.845Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:50:16.845Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:50:16.846Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:50:16.857Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:50:16.857Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:50:17.745Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f0feb984-4083-4f34-8339-bb6c4815f18c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d31f9395-0915-4a7f-a702-d160c79b45ed",
    "vfModuleModelCustomizationUUID": "0f90872c-1acc-4607-aba2-621be843e55a",
    "isBase": true,
    "artifacts": [
      "9afa9b89-2c56-414d-8c72-c3a80145ad3c",
      "697f27c6-eb8a-437b-8bc3-d28fce561ec0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-04T08:50:17.748Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d31f9395-0915-4a7f-a702-d160c79b45ed
VfModuleModelInvariantUUID:f0feb984-4083-4f34-8339-bb6c4815f18c
VfModuleModelDescription:NULL
Artifacts UUID List:{
9afa9b89-2c56-414d-8c72-c3a80145ad3c
,
697f27c6-eb8a-437b-8bc3-d28fce561ec0

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

isBase:true


}

2021-06-04T08:50:17.750Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f0feb984-4083-4f34-8339-bb6c4815f18c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d31f9395-0915-4a7f-a702-d160c79b45ed",
    "vfModuleModelCustomizationUUID": "0f90872c-1acc-4607-aba2-621be843e55a",
    "isBase": true,
    "artifacts": [
      "9afa9b89-2c56-414d-8c72-c3a80145ad3c",
      "697f27c6-eb8a-437b-8bc3-d28fce561ec0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-04T08:50:17.750Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d31f9395-0915-4a7f-a702-d160c79b45ed
VfModuleModelInvariantUUID:f0feb984-4083-4f34-8339-bb6c4815f18c
VfModuleModelDescription:NULL
Artifacts UUID List:{
9afa9b89-2c56-414d-8c72-c3a80145ad3c
,
697f27c6-eb8a-437b-8bc3-d28fce561ec0

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

isBase:true


}

2021-06-04T08:50:17.751Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9afa9b89-2c56-414d-8c72-c3a80145ad3c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-06-04T08:50:17.751Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-06-04T08:50:17.751Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-06-04T08:50:18.641Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-06-04T08:50:18.642Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 9afa9b89-2c56-414d-8c72-c3a80145ad3c 5033
2021-06-04T08:50:18.642Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-06-04T08:50:18.642Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-06-04T08:50:18.642Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:50:18.642Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:50:18.644Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:50:18.644Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796618642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:50:18.744Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:50:18.745Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:50:18.745Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:50:18.755Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:50:18.755Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:50:19.644Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 697f27c6-eb8a-437b-8bc3-d28fce561ec0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-06-04T08:50:19.645Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-06-04T08:50:19.645Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-06-04T08:50:20.636Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-06-04T08:50:20.637Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 697f27c6-eb8a-437b-8bc3-d28fce561ec0 903
2021-06-04T08:50:20.637Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-06-04T08:50:20.637Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-06-04T08:50:20.637Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:50:20.638Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:50:20.639Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:50:20.639Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796620637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:50:20.739Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:50:20.740Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:50:20.740Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:50:20.749Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:50:20.749Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:50:21.640Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e10bd22d-bd99-4895-8426-45d4b1ea18a6
2021-06-04T08:50:21.640Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 62e84fa2-caa1-4629-8d0c-f386746eb2dc ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-04T08:50:21.653Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:21.653Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:50:21.654Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-06-04T08:50:21.654Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 8612ac5b-f1ab-4c73-81f1-7d1ea09a2a67
2021-06-04T08:50:21.654Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8612ac5b-f1ab-4c73-81f1-7d1ea09a2a67 matches Tosca VF Customization UUID: 8612ac5b-f1ab-4c73-81f1-7d1ea09a2a67
2021-06-04T08:50:21.654Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 8612ac5b-f1ab-4c73-81f1-7d1ea09a2a67  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-06-04T08:50:21.656Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:21.656Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:50:21.656Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 8612ac5b-f1ab-4c73-81f1-7d1ea09a2a67: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-06-04T08:50:21.657Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42dcf91a
2021-06-04T08:50:21.657Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:21.657Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-04T08:50:21.657Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0f90872c-1acc-4607-aba2-621be843e55a
2021-06-04T08:50:21.657Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0f90872c-1acc-4607-aba2-621be843e55a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-06-04T08:50:21.659Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:21.659Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-04T08:50:21.659Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:50:21.660Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:21.660Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-04T08:50:21.660Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:50:21.660Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:21.660Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-06-04T08:50:21.661Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-04T08:50:21.661Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-06-04T08:50:21.661Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9ab87790-ec61-4960-8547-49c2708c6ca7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-04T08:50:21.663Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:21.663Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-04T08:50:21.663Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:50:21.663Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:21.664Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-06-04T08:50:21.664Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8612ac5b-f1ab-4c73-81f1-7d1ea09a2a67
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-04T08:50:21.665Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:21.665Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:50:21.665Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e10bd22d-bd99-4895-8426-45d4b1ea18a6: basic_vm
2021-06-04T08:50:21.665Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:21.666Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:50:21.666Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:21.666Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:50:21.666Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:21.666Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:50:21.666Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:21.666Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:50:21.666Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:50:21.666Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:50:21.667Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:50:21.729Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 62e84fa2-caa1-4629-8d0c-f386746eb2dc 1 ASDC deployResourceStructure
2021-06-04T08:50:21.729Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-06-04T08:50:21.730Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-06-04T08:50:21.730Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:50:21.730Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:50:21.731Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:50:21.731Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796621729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:50:21.832Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:50:21.832Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:50:21.833Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:50:21.842Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:50:21.843Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:50:22.733Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-06-04T08:50:22.733Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-06-04T08:50:22.734Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:50:22.734Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:50:22.736Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:50:22.737Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796622733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-06-04T08:50:22.837Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:50:22.837Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:50:22.838Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:50:22.848Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:50:22.848Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:50:23.737Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-06-04T08:50:23.738Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-06-04T08:50:23.738Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:50:23.739Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:50:23.740Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:50:23.741Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796623737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-06-04T08:50:23.841Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:50:23.842Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:50:23.842Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:50:23.852Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:50:23.852Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:50:24.741Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-06-04T08:50:24.742Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-06-04T08:50:24.743Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:50:24.743Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:50:24.744Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:50:24.745Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796624741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:50:24.845Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:50:24.846Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:50:24.846Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:50:24.854Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:50:24.854Z||pool-65-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:50:25.745Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b84a3b84-112d-4cca-a4d3-a4cf011030f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:50:25.756Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b84a3b84-112d-4cca-a4d3-a4cf011030f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:50:25.758Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:50:25.758Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:50:25.759Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:50:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:50:43.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:50:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:50:43.034Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:50:43.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:50:43.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6371be36-3590-4aa3-bcfd-61b7b203401c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796578836,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T08:50:43.035Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:50:55.759Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b84a3b84-112d-4cca-a4d3-a4cf011030f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:50:55.770Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b84a3b84-112d-4cca-a4d3-a4cf011030f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:50:55.772Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:50:55.772Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:50:55.772Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:51:25.772Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b84a3b84-112d-4cca-a4d3-a4cf011030f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:51:25.782Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b84a3b84-112d-4cca-a4d3-a4cf011030f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:51:25.784Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:51:25.785Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:51:25.785Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:51:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:51:43.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:51:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:51:43.025Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:51:43.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796598931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "cds",
  "timestamp": 1622796601902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796602960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796598931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796602960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "cds",
  "timestamp": 1622796601902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796598931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796602960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "cds",
  "timestamp": 1622796601902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796607259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796598931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796602960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "cds",
  "timestamp": 1622796601902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796607259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796602960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "cds",
  "timestamp": 1622796601902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796598931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796607259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "dcae-sch",
  "timestamp": 1622796609283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796598931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796602960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "cds",
  "timestamp": 1622796601902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796607259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "dcae-sch",
  "timestamp": 1622796609283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796602960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796598931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "cds",
  "timestamp": 1622796601902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796610983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796607259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "dcae-sch",
  "timestamp": 1622796609283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "policy-id",
  "timestamp": 1622796611470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796610983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796607259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "dcae-sch",
  "timestamp": 1622796609283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "policy-id",
  "timestamp": 1622796611470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796613448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "cds",
  "timestamp": 1622796613459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796613539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796610983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796607259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "dcae-sch",
  "timestamp": 1622796609283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "policy-id",
  "timestamp": 1622796611470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "cds",
  "timestamp": 1622796614466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:51:43.056Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b84a3b84-112d-4cca-a4d3-a4cf011030f2
2021-06-04T08:51:43.056Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b84a3b84-112d-4cca-a4d3-a4cf011030f2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:51:43.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796610983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796607259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "dcae-sch",
  "timestamp": 1622796609283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "policy-id",
  "timestamp": 1622796611470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796615243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796614739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796610983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796607259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "dcae-sch",
  "timestamp": 1622796609283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "policy-id",
  "timestamp": 1622796611470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796614739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "aai-ml",
  "timestamp": 1622796615767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796610983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796616743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796607259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "dcae-sch",
  "timestamp": 1622796609283,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "policy-id",
  "timestamp": 1622796611470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796617333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796614739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "aai-ml",
  "timestamp": 1622796615767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "cds",
  "timestamp": 1622796616902,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796610983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796607259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "dcae-sch",
  "timestamp": 1622796609283,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "policy-id",
  "timestamp": 1622796611470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796618340,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:51:43.076Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b84a3b84-112d-4cca-a4d3-a4cf011030f2
2021-06-04T08:51:43.076Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b84a3b84-112d-4cca-a4d3-a4cf011030f2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:51:43.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796614739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "aai-ml",
  "timestamp": 1622796615767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "cds",
  "timestamp": 1622796616902,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796618642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.084Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796607259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "dcae-sch",
  "timestamp": 1622796609283,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796619343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:51:43.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796614739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "aai-ml",
  "timestamp": 1622796615767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796619538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "cds",
  "timestamp": 1622796616902,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796607259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "dcae-sch",
  "timestamp": 1622796609283,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "policy-id",
  "timestamp": 1622796620231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.086Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796614739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "aai-ml",
  "timestamp": 1622796615767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "cds",
  "timestamp": 1622796616902,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796620637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796607259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "dcae-sch",
  "timestamp": 1622796609283,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "policy-id",
  "timestamp": 1622796621233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:51:43.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "clamp",
  "timestamp": 1622796620687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796614739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "aai-ml",
  "timestamp": 1622796615767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "cds",
  "timestamp": 1622796616902,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796621547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.088Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796621729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:51:43.088Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796607259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "dcae-sch",
  "timestamp": 1622796609283,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "policy-id",
  "timestamp": 1622796622236,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:51:43.093Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b84a3b84-112d-4cca-a4d3-a4cf011030f2
2021-06-04T08:51:43.093Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b84a3b84-112d-4cca-a4d3-a4cf011030f2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-04T08:51:43.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "clamp",
  "timestamp": 1622796620687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "aai-ml",
  "timestamp": 1622796615767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "cds",
  "timestamp": 1622796616902,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796622733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-06-04T08:51:43.100Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796622262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "dcae-sch",
  "timestamp": 1622796609283,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796623040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.101Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796623257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.102Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "policy-id",
  "timestamp": 1622796611470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.102Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "clamp",
  "timestamp": 1622796620687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.102Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "cds",
  "timestamp": 1622796616902,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796622960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796623737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-06-04T08:51:43.103Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796622262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.104Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "dcae-sch",
  "timestamp": 1622796609283,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.104Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "aai-ml",
  "timestamp": 1622796624053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "policy-id",
  "timestamp": 1622796611470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796624278,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:51:43.109Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b84a3b84-112d-4cca-a4d3-a4cf011030f2
2021-06-04T08:51:43.109Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b84a3b84-112d-4cca-a4d3-a4cf011030f2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-04T08:51:43.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "clamp",
  "timestamp": 1622796620687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "cds",
  "timestamp": 1622796616902,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796622960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796624740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.120Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796624741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:51:43.120Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796622262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "policy-id",
  "timestamp": 1622796611470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796625280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:51:43.121Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "clamp",
  "timestamp": 1622796620687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796622960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796622262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "policy-id",
  "timestamp": 1622796611470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796610983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "clamp",
  "timestamp": 1622796620687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "cds",
  "timestamp": 1622796626451,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.122Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796622960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796626638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.122Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796622262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "policy-id",
  "timestamp": 1622796611470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796610983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "clamp",
  "timestamp": 1622796620687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "cds",
  "timestamp": 1622796627458,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:51:43.135Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9fba997d-0aaf-4dee-a929-b81fae84694b
2021-06-04T08:51:43.135Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fba997d-0aaf-4dee-a929-b81fae84694b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:51:43.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796622960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796627641,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:51:43.146Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b84a3b84-112d-4cca-a4d3-a4cf011030f2
2021-06-04T08:51:43.147Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b84a3b84-112d-4cca-a4d3-a4cf011030f2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-04T08:51:43.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796627259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796622262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "dcae-sch",
  "timestamp": 1622796628155,
  "artifactURL": "/sdc/v1/catalog/services/21d22460-85eb-488b-b635-06b8c00ee5d5/resourceInstances/basicclamp0/artifacts/439dec3a-42f1-4ee8-ace4-87f8691034d3",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.153Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "policy-id",
  "timestamp": 1622796611470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796610983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796622960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796628644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:51:43.153Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796627259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796622262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "policy-id",
  "timestamp": 1622796611470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796610983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "dcae-sch",
  "timestamp": 1622796629497,
  "artifactURL": "/sdc/v1/catalog/services/21d22460-85eb-488b-b635-06b8c00ee5d5/resourceInstances/basicclamp0/artifacts/439dec3a-42f1-4ee8-ace4-87f8691034d3",
  "status": "DEPLOY_OK"
}
2021-06-04T08:51:43.154Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796622960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796614739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796627259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "policy-id",
  "timestamp": 1622796611470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796610983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "dcae-sch",
  "timestamp": 1622796630501,
  "artifactURL": "/sdc/v1/catalog/services/21d22460-85eb-488b-b635-06b8c00ee5d5/resourceInstances/basicclamp0/artifacts/439dec3a-42f1-4ee8-ace4-87f8691034d3",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:51:43.159Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 9fba997d-0aaf-4dee-a929-b81fae84694b
2021-06-04T08:51:43.159Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fba997d-0aaf-4dee-a929-b81fae84694b and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:51:43.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796622960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796614739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796630764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796627259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796610983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "aai-ml",
  "timestamp": 1622796631436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:51:43.168Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796614739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796627259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "dcae-sch",
  "timestamp": 1622796631506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "policy-id",
  "timestamp": 1622796632151,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.169Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796610983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "aai-ml",
  "timestamp": 1622796632440,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:51:43.173Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b84a3b84-112d-4cca-a4d3-a4cf011030f2
2021-06-04T08:51:43.173Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b84a3b84-112d-4cca-a4d3-a4cf011030f2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:51:43.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "cds",
  "timestamp": 1622796631902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796614739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796632734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796627259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796633008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:51:43.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "dcae-sch",
  "timestamp": 1622796631506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "policy-id",
  "timestamp": 1622796633154,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:51:43.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796610983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "aai-ml",
  "timestamp": 1622796615767,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "cds",
  "timestamp": 1622796631902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796614739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796627259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796634015,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:51:43.187Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b84a3b84-112d-4cca-a4d3-a4cf011030f2
2021-06-04T08:51:43.187Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b84a3b84-112d-4cca-a4d3-a4cf011030f2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:51:43.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "dcae-sch",
  "timestamp": 1622796631506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "policy-id",
  "timestamp": 1622796634156,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:51:43.198Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fba997d-0aaf-4dee-a929-b81fae84694b
2021-06-04T08:51:43.198Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fba997d-0aaf-4dee-a929-b81fae84694b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:51:43.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "aai-ml",
  "timestamp": 1622796615767,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "cds",
  "timestamp": 1622796631902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796614739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796634844,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.205Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796627259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796622262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796635056,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.205Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "dcae-sch",
  "timestamp": 1622796631506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "aai-ml",
  "timestamp": 1622796615767,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "cds",
  "timestamp": 1622796631902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796614739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "policy-id",
  "timestamp": 1622796635159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796622262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "dcae-sch",
  "timestamp": 1622796631506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "clamp",
  "timestamp": 1622796636202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.206Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "aai-ml",
  "timestamp": 1622796615767,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "cds",
  "timestamp": 1622796631902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796636626,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.207Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796614739,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "policy-id",
  "timestamp": 1622796635159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796636847,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.207Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796622262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "dcae-sch",
  "timestamp": 1622796631506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "aai-ml",
  "timestamp": 1622796615767,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "cds",
  "timestamp": 1622796631902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796637631,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:51:43.212Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fba997d-0aaf-4dee-a929-b81fae84694b
2021-06-04T08:51:43.212Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fba997d-0aaf-4dee-a929-b81fae84694b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-04T08:51:43.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "policy-id",
  "timestamp": 1622796635159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796622262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "dcae-sch",
  "timestamp": 1622796631506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "clamp",
  "timestamp": 1622796638211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:51:43.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "aai-ml",
  "timestamp": 1622796615767,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796638538,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "cds",
  "timestamp": 1622796631902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796638635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:51:43.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796638824,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "policy-id",
  "timestamp": 1622796635159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796622262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "dcae-sch",
  "timestamp": 1622796631506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "clamp",
  "timestamp": 1622796639214,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:51:43.227Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b84a3b84-112d-4cca-a4d3-a4cf011030f2
2021-06-04T08:51:43.227Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b84a3b84-112d-4cca-a4d3-a4cf011030f2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:51:43.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "aai-ml",
  "timestamp": 1622796615767,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "cds",
  "timestamp": 1622796631902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "policy-id",
  "timestamp": 1622796635159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796622262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "clamp",
  "timestamp": 1622796620687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796640324,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:51:43.238Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fba997d-0aaf-4dee-a929-b81fae84694b
2021-06-04T08:51:43.238Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fba997d-0aaf-4dee-a929-b81fae84694b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-04T08:51:43.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "aai-ml",
  "timestamp": 1622796615767,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796640546,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.244Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "policy-id",
  "timestamp": 1622796635159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796622262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "clamp",
  "timestamp": 1622796620687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "cds",
  "timestamp": 1622796641230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.244Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796641327,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:51:43.245Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "policy-id",
  "timestamp": 1622796635159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:51:43.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796622262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "aai-ml",
  "timestamp": 1622796642143,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.245Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "clamp",
  "timestamp": 1622796620687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:43.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796642225,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:51:43.246Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:51:43.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:51:43.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "policy-id",
  "timestamp": 1622796635159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:51:43.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:51:55.785Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b84a3b84-112d-4cca-a4d3-a4cf011030f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:51:55.795Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b84a3b84-112d-4cca-a4d3-a4cf011030f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:51:55.798Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:51:55.798Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-04T08:51:55.798Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-04T08:51:55.798Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-04T08:51:55.798Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:51:55.798Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:51:55.798Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:51:55.798Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:51:55.798Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:51:55.799Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:51:55.799Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|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-06-04T08:51:55.803Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-04T08:52:25.803Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b84a3b84-112d-4cca-a4d3-a4cf011030f2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-06-04T08:52:25.808Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b84a3b84-112d-4cca-a4d3-a4cf011030f2 and serviceModelVersionId: e10bd22d-bd99-4895-8426-45d4b1ea18a6
2021-06-04T08:52:25.809Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2de26560-1bf8-4008-af5d-48e62df1e9f3
2021-06-04T08:52:25.810Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2de26560-1bf8-4008-af5d-48e62df1e9f3/model-vers/model-ver/e10bd22d-bd99-4895-8426-45d4b1ea18a6?depth=0
2021-06-04T08:52:25.813Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-06-04T08:52:25.845Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2de26560-1bf8-4008-af5d-48e62df1e9f3/model-vers/model-ver/e10bd22d-bd99-4895-8426-45d4b1ea18a6?depth=0|INFO|500||Invoke
2021-06-04T08:52:25.845Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2de26560-1bf8-4008-af5d-48e62df1e9f3/model-vers/model-ver/e10bd22d-bd99-4895-8426-45d4b1ea18a6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2de26560-1bf8-4008-af5d-48e62df1e9f3/model-vers/model-ver/e10bd22d-bd99-4895-8426-45d4b1ea18a6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b84a3b84-112d-4cca-a4d3-a4cf011030f2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[02d3bc62-3e77-426c-aa30-172baed9ba6c], X-ECOMP-RequestID=[b84a3b84-112d-4cca-a4d3-a4cf011030f2], X-TransactionId=[], X-ONAP-RequestID=[b84a3b84-112d-4cca-a4d3-a4cf011030f2], Content-Type=[application/merge-patch+json]}
2021-06-04T08:52:25.861Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2de26560-1bf8-4008-af5d-48e62df1e9f3/model-vers/model-ver/e10bd22d-bd99-4895-8426-45d4b1ea18a6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-04T08:52:26.226Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2de26560-1bf8-4008-af5d-48e62df1e9f3/model-vers/model-ver/e10bd22d-bd99-4895-8426-45d4b1ea18a6?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/2de26560-1bf8-4008-af5d-48e62df1e9f3/model-vers/model-ver/e10bd22d-bd99-4895-8426-45d4b1ea18a6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210604-08:52:25:869-85388], vertex-id=[205016], Content-Length=[0], Date=[Fri, 04 Jun 2021 08:52:25 GMT], Content-Type=[application/json]}
2021-06-04T08:52:26.226Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2de26560-1bf8-4008-af5d-48e62df1e9f3/model-vers/model-ver/e10bd22d-bd99-4895-8426-45d4b1ea18a6?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-04T08:52:26.227Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2de26560-1bf8-4008-af5d-48e62df1e9f3/model-vers/model-ver/e10bd22d-bd99-4895-8426-45d4b1ea18a6?depth=0|INFO|500||InvokeReturn
2021-06-04T08:52:26.227Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-04T08:52:26.227Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|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-06-04T08:52:26.232Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|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-06-04T08:52:26.232Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b84a3b84-112d-4cca-a4d3-a4cf011030f2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-04T08:52:26.232Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-04T08:52:26.232Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:52:26.234Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:52:26.234Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796746232,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T08:52:26.334Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:52:26.335Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:52:26.335Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:52:26.347Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:52:26.348Z||pool-66-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-06-04T08:52:27.245Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:52:27.245Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|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-06-04T08:52:27.245Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:52:31.543Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:52:31.544Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T08:52:31.544Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9fba997d-0aaf-4dee-a929-b81fae84694b","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"21d22460-85eb-488b-b635-06b8c00ee5d5","serviceDescription":"service","serviceInvariantUUID":"500941bc-e0fa-4aa4-9087-427a020d3c45","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e7f7e094-e4f5-479b-9ea6-ce5733f7a031","resourceInvariantUUID":"3f22e194-8cac-4e41-a14c-143623fd8f73","resourceCustomizationUUID":"e9c59e5c-10c2-4f1b-9966-152ad40fc6d5","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":"439dec3a-42f1-4ee8-ace4-87f8691034d3","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":"ZjZjYzgxYmYzMmM3Zjk1MWQ0YjM2YzI3NzczYmFmMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f1c46ce-41bf-4679-b54d-f8701e530b09","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":"MDI4MWY2NTY4ZDJmZjJkZTQ0YWZmNGU0NmM0YjJmY2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e0c3d4c7-8030-4d59-9cc6-6b22d2b50303","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":"8563d7bf-303b-4e25-9e00-1640e30d2ebe","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":"a8919da4-e104-4c4e-80ef-2ee86337b700","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":"8962bfe4-4da4-4231-9dab-297cc54288ec","artifactVersion":"2","generatedFromUUID":"8563d7bf-303b-4e25-9e00-1640e30d2ebe"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YWZkY2I2YTExOGI4ZWJjMzBiNmU0ODZkZjE3MDY4ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0037936-768e-4ab2-a70e-ee7c997da95a","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MmExZjE0M2NiZTQwOTJlMmE5OTkxMTYyZWZmNmZiNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0f7392b7-c104-4559-ac00-6bed9cf97fec","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-04T08:52:31.545Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:52:31.546Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:52:31.547Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:52:31.547Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:52:31.648Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:52:31.648Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:52:31.649Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:52:31.658Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:52:31.658Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:52:32.548Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:52:32.548Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:52:32.550Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:52:32.550Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:52:32.650Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:52:32.651Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:52:32.651Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:52:32.660Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:52:32.661Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:52:33.551Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:52:33.552Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:52:33.554Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:52:33.554Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:52:33.654Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:52:33.655Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:52:33.655Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:52:33.664Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:52:33.665Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:52:34.554Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:52:34.555Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:52:34.557Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:52:34.557Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:52:34.657Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:52:34.658Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:52:34.658Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:52:34.667Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:52:34.667Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:52:35.557Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:52:35.558Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:52:35.559Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:52:35.560Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:52:35.660Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:52:35.660Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:52:35.661Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:52:35.670Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:52:35.671Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:52:36.560Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:52:36.561Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:52:36.562Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:52:36.562Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-04T08:52:36.663Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:52:36.663Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:52:36.664Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:52:36.674Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:52:36.675Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:52:37.563Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:52:37.564Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:52:37.566Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:52:37.566Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:52:37.666Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:52:37.667Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:52:37.667Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:52:37.676Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:52:37.676Z||pool-73-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:52:38.567Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:52:38.567Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:52:38.569Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:52:38.569Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:52:38.669Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:52:38.670Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:52:38.670Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:52:38.679Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:52:38.679Z||pool-74-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:52:39.570Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "21d22460-85eb-488b-b635-06b8c00ee5d5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "500941bc-e0fa-4aa4-9087-427a020d3c45",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "e9c59e5c-10c2-4f1b-9966-152ad40fc6d5",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e7f7e094-e4f5-479b-9ea6-ce5733f7a031",
      "resourceInvariantUUID": "3f22e194-8cac-4e41-a14c-143623fd8f73",
      "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": "MDI4MWY2NTY4ZDJmZjJkZTQ0YWZmNGU0NmM0YjJmY2E\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e0c3d4c7-8030-4d59-9cc6-6b22d2b50303",
          "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": "8563d7bf-303b-4e25-9e00-1640e30d2ebe",
          "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": "8962bfe4-4da4-4231-9dab-297cc54288ec",
            "generatedFromUUID": "8563d7bf-303b-4e25-9e00-1640e30d2ebe"
          },
          "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": "8962bfe4-4da4-4231-9dab-297cc54288ec",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MmExZjE0M2NiZTQwOTJlMmE5OTkxMTYyZWZmNmZiNDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0f7392b7-c104-4559-ac00-6bed9cf97fec"
    }
  ],
  "workloadContext": "Production"
}
2021-06-04T08:52:39.571Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-04T08:52:39.571Z|b84a3b84-112d-4cca-a4d3-a4cf011030f2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 21d22460-85eb-488b-b635-06b8c00ee5d5 ASDC
2021-06-04T08:52:39.571Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9fba997d-0aaf-4dee-a929-b81fae84694b
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:21d22460-85eb-488b-b635-06b8c00ee5d5
ServiceInvariantUUID:500941bc-e0fa-4aa4-9087-427a020d3c45
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:0f7392b7-c104-4559-ac00-6bed9cf97fec
ArtifactChecksum:MmExZjE0M2NiZTQwOTJlMmE5OTkxMTYyZWZmNmZiNDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:e9c59e5c-10c2-4f1b-9966-152ad40fc6d5
ResourceInvariantUUID:3f22e194-8cac-4e41-a14c-143623fd8f73
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:e7f7e094-e4f5-479b-9ea6-ce5733f7a031
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:e0c3d4c7-8030-4d59-9cc6-6b22d2b50303
ArtifactChecksum:MDI4MWY2NTY4ZDJmZjJkZTQ0YWZmNGU0NmM0YjJmY2E=
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:8563d7bf-303b-4e25-9e00-1640e30d2ebe
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:8962bfe4-4da4-4231-9dab-297cc54288ec
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:8962bfe4-4da4-4231-9dab-297cc54288ec
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-04T08:52:39.571Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 21d22460-85eb-488b-b635-06b8c00ee5d5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-04T08:52:39.597Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:52:39.597Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:52:39.598Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:52:39.598Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0f7392b7-c104-4559-ac00-6bed9cf97fec from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-06-04T08:52:39.598Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-06-04T08:52:39.598Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-06-04T08:52:40.629Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-06-04T08:52:40.633Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 0f7392b7-c104-4559-ac00-6bed9cf97fec 76835
2021-06-04T08:52:40.633Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-06-04T08:52:40.633Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-06-04T08:52:40.633Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:52:40.633Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:52:40.635Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:52:40.635Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796760633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:52:40.735Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:52:40.736Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:52:40.737Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:52:40.746Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:52:40.747Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:52:41.636Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:52:41.637Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:52:41.637Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0f7392b7-c104-4559-ac00-6bed9cf97fec, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-04T08:52:41.637Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-06-04T08:52:41.638Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-04T08:52:41.638Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-04T08:52:41.769Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2295372998846701963/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-06-04T08:52:42.686Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-04T08:52:42.686Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-06-04T08:52:42.686Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-04T08:52:42.686Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-06-04T08:52:42.686Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-04T08:52:42.686Z|9fba997d-0aaf-4dee-a929-b81fae84694b|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-Basicclamp-csar.csar
2021-06-04T08:52:42.686Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-06-04T08:52:42.686Z|9fba997d-0aaf-4dee-a929-b81fae84694b|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-Basicclamp-csar.csar
2021-06-04T08:52:42.687Z|9fba997d-0aaf-4dee-a929-b81fae84694b|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-Basicclamp-csar.csar
2021-06-04T08:52:42.687Z|9fba997d-0aaf-4dee-a929-b81fae84694b|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-Basicclamp-csar.csar
2021-06-04T08:52:42.687Z|9fba997d-0aaf-4dee-a929-b81fae84694b|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-Basicclamp-csar.csar
2021-06-04T08:52:42.687Z|9fba997d-0aaf-4dee-a929-b81fae84694b|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-Basicclamp-csar.csar
2021-06-04T08:52:42.687Z|9fba997d-0aaf-4dee-a929-b81fae84694b|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-Basicclamp-csar.csar
2021-06-04T08:52:42.687Z|9fba997d-0aaf-4dee-a929-b81fae84694b|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-Basicclamp-csar.csar
2021-06-04T08:52:42.687Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-06-04T08:52:42.687Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:42.687Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:52:42.687Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-04T08:52:42.687Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-06-04T08:52:42.688Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:52:42.688Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:42.688Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:52:42.688Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-04T08:52:42.688Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-06-04T08:52:42.688Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:52:42.689Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:42.689Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:52:42.689Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:42.689Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-06-04T08:52:42.689Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-06-04T08:52:42.689Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-06-04T08:52:42.690Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-06-04T08:52:42.690Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-04T08:52:42.690Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-04T08:52:42.690Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:42.690Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-04T08:52:42.690Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:42.690Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-04T08:52:42.691Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:52:42.691Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:42.691Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-04T08:52:42.691Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:52:42.691Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:42.692Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-04T08:52:42.692Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:52:42.692Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:42.692Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-06-04T08:52:42.693Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-04T08:52:42.693Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-04T08:52:42.693Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=62e62918-e106-47c4-9e1b-08ea4ac4f33d
2021-06-04T08:52:42.693Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:42.693Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:52:42.693Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:42.694Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:52:42.694Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:42.694Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:52:42.694Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:42.694Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:52:42.694Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:21d22460-85eb-488b-b635-06b8c00ee5d5
Model Version:NULL
Model InvariantUuid:500941bc-e0fa-4aa4-9087-427a020d3c45
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:83e62234-f160-431e-b003-363866440ee1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3f22e194-8cac-4e41-a14c-143623fd8f73
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e9c59e5c-10c2-4f1b-9966-152ad40fc6d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b55752a9-ff1f-4d35-a6b8-c68e4f1e9caa
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:8060d598-7b33-4322-9a5e-efbdc09598a5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:62e62918-e106-47c4-9e1b-08ea4ac4f33d
ModelInvariantUuid:397b6846-803c-4435-a561-439b3342e7e6
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:a4694688-9c81-469d-b632-70d306b83b69
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:75fe5eff-48f4-48e6-ad8d-babdf9c2a164
ModelInvariantUuid:c605d6d7-6c60-4d3f-814c-3245a8815de2
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:c6a30a68-e57a-4fb6-b145-ac8d4e2415a7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-04T08:52:42.700Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e7f7e094-e4f5-479b-9ea6-ce5733f7a031
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-04T08:52:42.703Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||basicclamp 0
2021-06-04T08:52:42.703Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e7f7e094-e4f5-479b-9ea6-ce5733f7a031
2021-06-04T08:52:42.703Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e0c3d4c7-8030-4d59-9cc6-6b22d2b50303 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-06-04T08:52:42.704Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-06-04T08:52:42.704Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-06-04T08:52:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:52:43.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:52:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:52:43.029Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:52:43.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:52:43.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796642332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:52:43.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:52:43.829Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-06-04T08:52:43.829Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json e0c3d4c7-8030-4d59-9cc6-6b22d2b50303 790
2021-06-04T08:52:43.829Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-06-04T08:52:43.830Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-06-04T08:52:43.830Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:52:43.830Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:52:43.832Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:52:43.832Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796763829,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:52:43.932Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:52:43.933Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:52:43.933Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:52:43.942Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:52:43.942Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:52:44.832Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b55752a9-ff1f-4d35-a6b8-c68e4f1e9caa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8060d598-7b33-4322-9a5e-efbdc09598a5",
    "vfModuleModelCustomizationUUID": "19f39dbc-1255-4e6e-8473-59e2d77cfc68",
    "isBase": true,
    "artifacts": [
      "8563d7bf-303b-4e25-9e00-1640e30d2ebe",
      "8962bfe4-4da4-4231-9dab-297cc54288ec"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-04T08:52:44.836Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8060d598-7b33-4322-9a5e-efbdc09598a5
VfModuleModelInvariantUUID:b55752a9-ff1f-4d35-a6b8-c68e4f1e9caa
VfModuleModelDescription:NULL
Artifacts UUID List:{
8563d7bf-303b-4e25-9e00-1640e30d2ebe
,
8962bfe4-4da4-4231-9dab-297cc54288ec

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

isBase:true


}

2021-06-04T08:52:44.837Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b55752a9-ff1f-4d35-a6b8-c68e4f1e9caa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8060d598-7b33-4322-9a5e-efbdc09598a5",
    "vfModuleModelCustomizationUUID": "19f39dbc-1255-4e6e-8473-59e2d77cfc68",
    "isBase": true,
    "artifacts": [
      "8563d7bf-303b-4e25-9e00-1640e30d2ebe",
      "8962bfe4-4da4-4231-9dab-297cc54288ec"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-04T08:52:44.838Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8060d598-7b33-4322-9a5e-efbdc09598a5
VfModuleModelInvariantUUID:b55752a9-ff1f-4d35-a6b8-c68e4f1e9caa
VfModuleModelDescription:NULL
Artifacts UUID List:{
8563d7bf-303b-4e25-9e00-1640e30d2ebe
,
8962bfe4-4da4-4231-9dab-297cc54288ec

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

isBase:true


}

2021-06-04T08:52:44.838Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8563d7bf-303b-4e25-9e00-1640e30d2ebe from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-06-04T08:52:44.838Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-06-04T08:52:44.838Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-06-04T08:52:45.547Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-06-04T08:52:45.547Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 8563d7bf-303b-4e25-9e00-1640e30d2ebe 5033
2021-06-04T08:52:45.547Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-04T08:52:45.547Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-06-04T08:52:45.548Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:52:45.548Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:52:45.549Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:52:45.549Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796765547,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:52:45.650Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-04T08:52:45.650Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:52:45.650Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:52:45.660Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:52:45.660Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:52:46.550Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8962bfe4-4da4-4231-9dab-297cc54288ec from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-06-04T08:52:46.551Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-06-04T08:52:46.551Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-06-04T08:52:47.454Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-06-04T08:52:47.454Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 8962bfe4-4da4-4231-9dab-297cc54288ec 909
2021-06-04T08:52:47.455Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-04T08:52:47.455Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-06-04T08:52:47.455Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:52:47.455Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:52:47.457Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:52:47.457Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796767455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:52:47.557Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:52:47.558Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:52:47.558Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:52:47.573Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:52:47.573Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:52:48.458Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 21d22460-85eb-488b-b635-06b8c00ee5d5
2021-06-04T08:52:48.458Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 e7f7e094-e4f5-479b-9ea6-ce5733f7a031 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-04T08:52:48.469Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:48.470Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:52:48.470Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-06-04T08:52:48.470Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e9c59e5c-10c2-4f1b-9966-152ad40fc6d5
2021-06-04T08:52:48.470Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e9c59e5c-10c2-4f1b-9966-152ad40fc6d5 matches Tosca VF Customization UUID: e9c59e5c-10c2-4f1b-9966-152ad40fc6d5
2021-06-04T08:52:48.470Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e9c59e5c-10c2-4f1b-9966-152ad40fc6d5  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-06-04T08:52:48.472Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:48.473Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:52:48.473Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e9c59e5c-10c2-4f1b-9966-152ad40fc6d5: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-06-04T08:52:48.473Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f48d50
2021-06-04T08:52:48.474Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:48.474Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-04T08:52:48.474Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 19f39dbc-1255-4e6e-8473-59e2d77cfc68
2021-06-04T08:52:48.474Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 19f39dbc-1255-4e6e-8473-59e2d77cfc68
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-06-04T08:52:48.476Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:48.477Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-04T08:52:48.477Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:52:48.477Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:48.477Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-04T08:52:48.477Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:52:48.478Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:48.478Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-06-04T08:52:48.478Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-04T08:52:48.478Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-04T08:52:48.478Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=62e62918-e106-47c4-9e1b-08ea4ac4f33d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-04T08:52:48.480Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:48.480Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-04T08:52:48.480Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:52:48.481Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:48.481Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-06-04T08:52:48.481Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=e9c59e5c-10c2-4f1b-9966-152ad40fc6d5
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-04T08:52:48.482Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:48.483Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:52:48.483Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 21d22460-85eb-488b-b635-06b8c00ee5d5: basicclamp
2021-06-04T08:52:48.483Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:48.483Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:52:48.483Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:48.483Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:52:48.483Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:48.483Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:52:48.484Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:48.484Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:52:48.484Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:52:48.484Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:52:48.484Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:52:48.557Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp e7f7e094-e4f5-479b-9ea6-ce5733f7a031 1 ASDC deployResourceStructure
2021-06-04T08:52:48.557Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-06-04T08:52:48.558Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-06-04T08:52:48.558Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:52:48.558Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:52:48.560Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:52:48.560Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796768557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:52:48.660Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:52:48.661Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:52:48.661Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:52:48.671Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:52:48.671Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:52:49.561Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-04T08:52:49.561Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-06-04T08:52:49.562Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:52:49.562Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:52:49.564Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:52:49.564Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796769561,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-06-04T08:52:49.664Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:52:49.665Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:52:49.665Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:52:49.674Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:52:49.675Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:52:50.565Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-04T08:52:50.566Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-06-04T08:52:50.566Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:52:50.566Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:52:50.568Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:52:50.568Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796770565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-06-04T08:52:50.669Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:52:50.669Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:52:50.670Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:52:50.680Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:52:50.680Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:52:51.569Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-06-04T08:52:51.570Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-06-04T08:52:51.570Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:52:51.570Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:52:51.572Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:52:51.572Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796771569,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:52:51.672Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:52:51.673Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:52:51.673Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:52:51.683Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:52:51.684Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-04T08:52:52.573Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fba997d-0aaf-4dee-a929-b81fae84694b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:52:52.582Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fba997d-0aaf-4dee-a929-b81fae84694b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:52:52.584Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:52:52.584Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:52:52.584Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:53:22.585Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fba997d-0aaf-4dee-a929-b81fae84694b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:53:22.597Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fba997d-0aaf-4dee-a929-b81fae84694b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:53:22.599Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:53:22.599Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:53:22.600Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:53:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:53:43.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:53:43.011Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:53:43.036Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:53:43.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796643231,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:53:43.049Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fba997d-0aaf-4dee-a929-b81fae84694b
2021-06-04T08:53:43.049Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fba997d-0aaf-4dee-a929-b81fae84694b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-04T08:53:43.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "clamp",
  "timestamp": 1622796620687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796642960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "cds",
  "timestamp": 1622796643818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:53:43.068Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 776fbd33-b22f-4a05-bfac-52ca00a74eba
2021-06-04T08:53:43.068Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 776fbd33-b22f-4a05-bfac-52ca00a74eba and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:53:43.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796643841,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:53:43.075Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796642332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:53:43.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "clamp",
  "timestamp": 1622796620687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796644235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:53:43.075Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "policy-id",
  "timestamp": 1622796644337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:53:43.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796642960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:53:43.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796642332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:53:43.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "clamp",
  "timestamp": 1622796620687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "policy-id",
  "timestamp": 1622796645340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:53:43.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796642960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:53:43.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796645239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.077Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796642332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.077Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796646003,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:53:43.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "clamp",
  "timestamp": 1622796620687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.077Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "policy-id",
  "timestamp": 1622796646343,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:53:43.081Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 776fbd33-b22f-4a05-bfac-52ca00a74eba
2021-06-04T08:53:43.081Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 776fbd33-b22f-4a05-bfac-52ca00a74eba and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:53:43.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796642960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796645239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:53:43.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796642332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-04T08:53:43.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796647006,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:53:43.092Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9fba997d-0aaf-4dee-a929-b81fae84694b
2021-06-04T08:53:43.092Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fba997d-0aaf-4dee-a929-b81fae84694b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:53:43.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "clamp",
  "timestamp": 1622796620687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:53:43.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796642960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-04T08:53:43.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796645239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:53:43.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796642332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796642960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796645239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796642332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "aai-ml",
  "timestamp": 1622796649438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:53:43.100Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796642960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796645239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-04T08:53:43.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796642332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:53:43.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "aai-ml",
  "timestamp": 1622796650442,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:53:43.105Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9fba997d-0aaf-4dee-a929-b81fae84694b
2021-06-04T08:53:43.105Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fba997d-0aaf-4dee-a929-b81fae84694b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:53:43.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796642960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:53:43.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796645239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796651850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:53:43.112Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796645239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "aai-ml",
  "timestamp": 1622796651444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796652632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:53:43.112Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796645239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:53:43.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796652262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "aai-ml",
  "timestamp": 1622796651444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796653372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:53:43.113Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796652262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "aai-ml",
  "timestamp": 1622796651444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796654234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:53:43.114Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796654454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:53:43.114Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796652262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "aai-ml",
  "timestamp": 1622796651444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796655148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:53:43.114Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "clamp",
  "timestamp": 1622796655206,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:53:43.114Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796652262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796655939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:53:43.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "aai-ml",
  "timestamp": 1622796651444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796656155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:53:43.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796656165,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:53:43.119Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 776fbd33-b22f-4a05-bfac-52ca00a74eba
2021-06-04T08:53:43.119Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 776fbd33-b22f-4a05-bfac-52ca00a74eba and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-04T08:53:43.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "clamp",
  "timestamp": 1622796656210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:53:43.125Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796652262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796656945,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:53:43.129Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 776fbd33-b22f-4a05-bfac-52ca00a74eba
2021-06-04T08:53:43.129Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 776fbd33-b22f-4a05-bfac-52ca00a74eba and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-04T08:53:43.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "aai-ml",
  "timestamp": 1622796651444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796657168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:53:43.135Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796657827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:53:43.135Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796652262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796657948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:53:43.135Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "aai-ml",
  "timestamp": 1622796651444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796658831,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:53:43.139Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 776fbd33-b22f-4a05-bfac-52ca00a74eba
2021-06-04T08:53:43.139Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 776fbd33-b22f-4a05-bfac-52ca00a74eba and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-04T08:53:43.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796652262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "aai-ml",
  "timestamp": 1622796651444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:53:43.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796659835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:53:43.145Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796652262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:53:43.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "clamp",
  "timestamp": 1622796660349,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:53:43.145Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "aai-ml",
  "timestamp": 1622796660648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:53:43.145Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "clamp",
  "timestamp": 1622796661352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:53:43.145Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796661830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:53:43.146Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "clamp",
  "timestamp": 1622796662355,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:53:43.149Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9fba997d-0aaf-4dee-a929-b81fae84694b
2021-06-04T08:53:43.149Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fba997d-0aaf-4dee-a929-b81fae84694b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:53:43.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "clamp",
  "timestamp": 1622796663359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.156Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796664229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:53:43.156Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "clamp",
  "timestamp": 1622796663359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:53:43.156Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796665233,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:53:43.160Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 776fbd33-b22f-4a05-bfac-52ca00a74eba
2021-06-04T08:53:43.160Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 776fbd33-b22f-4a05-bfac-52ca00a74eba and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:53:43.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "clamp",
  "timestamp": 1622796663359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "clamp",
  "timestamp": 1622796663359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "aai-ml",
  "timestamp": 1622796667836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:53:43.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "clamp",
  "timestamp": 1622796663359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "aai-ml",
  "timestamp": 1622796668840,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:53:43.171Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 776fbd33-b22f-4a05-bfac-52ca00a74eba
2021-06-04T08:53:43.171Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 776fbd33-b22f-4a05-bfac-52ca00a74eba and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:53:43.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "clamp",
  "timestamp": 1622796663359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "clamp",
  "timestamp": 1622796663359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:53:43.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "clamp",
  "timestamp": 1622796663359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:53:43.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:53:43.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "clamp",
  "timestamp": 1622796678209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:53:43.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "clamp",
  "timestamp": 1622796681213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:53:43.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:53:43.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:53:43.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "clamp",
  "timestamp": 1622796682216,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:53:43.183Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 776fbd33-b22f-4a05-bfac-52ca00a74eba
2021-06-04T08:53:43.183Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 776fbd33-b22f-4a05-bfac-52ca00a74eba and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:53:52.600Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fba997d-0aaf-4dee-a929-b81fae84694b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:53:52.610Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fba997d-0aaf-4dee-a929-b81fae84694b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:53:52.612Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:53:52.612Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-04T08:53:52.612Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-04T08:53:52.612Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-04T08:53:52.612Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:53:52.613Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:53:52.613Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:53:52.613Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:53:52.613Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:53:52.613Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:53:52.613Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:53:52.613Z|9fba997d-0aaf-4dee-a929-b81fae84694b|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-06-04T08:53:52.617Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-04T08:54:22.617Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9fba997d-0aaf-4dee-a929-b81fae84694b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-06-04T08:54:22.624Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9fba997d-0aaf-4dee-a929-b81fae84694b and serviceModelVersionId: 21d22460-85eb-488b-b635-06b8c00ee5d5
2021-06-04T08:54:22.624Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 500941bc-e0fa-4aa4-9087-427a020d3c45
2021-06-04T08:54:22.626Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/500941bc-e0fa-4aa4-9087-427a020d3c45/model-vers/model-ver/21d22460-85eb-488b-b635-06b8c00ee5d5?depth=0
2021-06-04T08:54:22.631Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-06-04T08:54:22.669Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/500941bc-e0fa-4aa4-9087-427a020d3c45/model-vers/model-ver/21d22460-85eb-488b-b635-06b8c00ee5d5?depth=0|INFO|500||Invoke
2021-06-04T08:54:22.669Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/500941bc-e0fa-4aa4-9087-427a020d3c45/model-vers/model-ver/21d22460-85eb-488b-b635-06b8c00ee5d5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/500941bc-e0fa-4aa4-9087-427a020d3c45/model-vers/model-ver/21d22460-85eb-488b-b635-06b8c00ee5d5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9fba997d-0aaf-4dee-a929-b81fae84694b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d501473d-7901-4372-8c9e-24a32a10edc5], X-ECOMP-RequestID=[9fba997d-0aaf-4dee-a929-b81fae84694b], X-TransactionId=[], X-ONAP-RequestID=[9fba997d-0aaf-4dee-a929-b81fae84694b], Content-Type=[application/merge-patch+json]}
2021-06-04T08:54:22.689Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/500941bc-e0fa-4aa4-9087-427a020d3c45/model-vers/model-ver/21d22460-85eb-488b-b635-06b8c00ee5d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-04T08:54:22.846Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/500941bc-e0fa-4aa4-9087-427a020d3c45/model-vers/model-ver/21d22460-85eb-488b-b635-06b8c00ee5d5?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/500941bc-e0fa-4aa4-9087-427a020d3c45/model-vers/model-ver/21d22460-85eb-488b-b635-06b8c00ee5d5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210604-08:54:22:697-38603], vertex-id=[254008], Content-Length=[0], Date=[Fri, 04 Jun 2021 08:54:22 GMT], Content-Type=[application/json]}
2021-06-04T08:54:22.847Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/500941bc-e0fa-4aa4-9087-427a020d3c45/model-vers/model-ver/21d22460-85eb-488b-b635-06b8c00ee5d5?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-04T08:54:22.848Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/500941bc-e0fa-4aa4-9087-427a020d3c45/model-vers/model-ver/21d22460-85eb-488b-b635-06b8c00ee5d5?depth=0|INFO|500||InvokeReturn
2021-06-04T08:54:22.848Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-04T08:54:22.848Z|9fba997d-0aaf-4dee-a929-b81fae84694b|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-06-04T08:54:22.853Z|9fba997d-0aaf-4dee-a929-b81fae84694b|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-06-04T08:54:22.854Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9fba997d-0aaf-4dee-a929-b81fae84694b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-04T08:54:22.854Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-04T08:54:22.854Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:54:22.856Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:54:22.861Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796862854,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T08:54:22.956Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-06-04T08:54:22.957Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:54:22.957Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:54:22.971Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:54:22.971Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-04T08:54:23.874Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T08:54:23.874Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"776fbd33-b22f-4a05-bfac-52ca00a74eba","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e7503a68-2514-4886-929e-126690e35a2e","serviceDescription":"service","serviceInvariantUUID":"d6ddcb9e-1b56-47bf-84e9-89dee358016d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b3ed97d3-6049-44a1-9100-e8d00330dbeb","resourceInvariantUUID":"ee4e48cc-8af3-4d0b-a384-9ee9faa80b95","resourceCustomizationUUID":"954d62ce-da6c-4899-b403-adce3bf35a81","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":"OTNhNzNhMjBhN2U2NzZlYmQ5MzQ1YWY5ZDliZGFiNmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"61fe821c-8e72-4c30-91d0-db12ec835e93","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":"YmFkZWRhZGE0ZmYwYmYzOGY5ZmE4ODAwZDJhNjk1MWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e707d9ae-829c-4538-8160-4051fb82b18f","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":"9af7d422-f48f-4bef-8b63-3cff98b50c64","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":"5823488f-afa3-49e1-9663-ab94ce80b5d9","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":"f4bfa244-97d1-47fd-87d1-bb35c3fe37c6","artifactVersion":"2","generatedFromUUID":"9af7d422-f48f-4bef-8b63-3cff98b50c64"},{"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":"NjgzYWNiYzY2YzAzYjBhZTNmNWM4YWQ0YjcwMTUwNWQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2d183939-9e7c-42d2-9ae1-aaff8805af42","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":"NjdkMjlmOTY0NGFlNzczZjY4NWI5ZmZmZWI5ZTliNDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"31f2d7bb-78a9-4d86-ada4-225953736cb6","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Y2U1NGM0ZGU5Mjg4MDA1OTc3N2IzMTZhZTkzMjA4NDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c31961a-6b79-4972-828d-3f042860bfd7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-04T08:54:23.874Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:54:23.875Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:54:23.876Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:54:23.876Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:54:23.977Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:54:23.977Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:54:23.977Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:54:23.989Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:54:23.990Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:54:24.877Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:54:24.878Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:54:24.879Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:54:24.879Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:54:24.980Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:54:24.981Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:54:24.981Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:54:24.993Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:54:24.993Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:54:25.880Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:54:25.881Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:54:25.883Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:54:25.883Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:54:25.983Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:54:25.986Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:54:25.987Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:54:25.997Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:54:25.997Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:54:26.884Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:54:26.884Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:54:26.886Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:54:26.886Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:54:26.986Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:54:26.987Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:54:26.987Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:54:26.998Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:54:26.998Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:54:27.887Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:54:27.887Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:54:27.889Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:54:27.889Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-04T08:54:27.989Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:54:27.990Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:54:27.990Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:54:28.002Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:54:28.002Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:54:28.890Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:54:28.891Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:54:28.893Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:54:28.893Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:54:28.993Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:54:28.994Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:54:28.994Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:54:29.003Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:54:29.003Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:54:29.893Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:54:29.894Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:54:29.896Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:54:29.896Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:54:29.996Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:54:29.997Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:54:29.997Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:54:30.006Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:54:30.006Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:54:30.897Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:54:30.897Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:54:30.900Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:54:30.900Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:54:30.999Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-04T08:54:31.000Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:54:31.000Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:54:31.007Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:54:31.007Z||pool-91-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:54:31.901Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e7503a68-2514-4886-929e-126690e35a2e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d6ddcb9e-1b56-47bf-84e9-89dee358016d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "954d62ce-da6c-4899-b403-adce3bf35a81",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b3ed97d3-6049-44a1-9100-e8d00330dbeb",
      "resourceInvariantUUID": "ee4e48cc-8af3-4d0b-a384-9ee9faa80b95",
      "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": "YmFkZWRhZGE0ZmYwYmYzOGY5ZmE4ODAwZDJhNjk1MWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e707d9ae-829c-4538-8160-4051fb82b18f",
          "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": "9af7d422-f48f-4bef-8b63-3cff98b50c64",
          "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": "f4bfa244-97d1-47fd-87d1-bb35c3fe37c6",
            "generatedFromUUID": "9af7d422-f48f-4bef-8b63-3cff98b50c64"
          },
          "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": "f4bfa244-97d1-47fd-87d1-bb35c3fe37c6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "Y2U1NGM0ZGU5Mjg4MDA1OTc3N2IzMTZhZTkzMjA4NDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7c31961a-6b79-4972-828d-3f042860bfd7"
    }
  ],
  "workloadContext": "Production"
}
2021-06-04T08:54:31.901Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-04T08:54:31.901Z|9fba997d-0aaf-4dee-a929-b81fae84694b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e7503a68-2514-4886-929e-126690e35a2e ASDC
2021-06-04T08:54:31.902Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:776fbd33-b22f-4a05-bfac-52ca00a74eba
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:e7503a68-2514-4886-929e-126690e35a2e
ServiceInvariantUUID:d6ddcb9e-1b56-47bf-84e9-89dee358016d
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:7c31961a-6b79-4972-828d-3f042860bfd7
ArtifactChecksum:Y2U1NGM0ZGU5Mjg4MDA1OTc3N2IzMTZhZTkzMjA4NDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:954d62ce-da6c-4899-b403-adce3bf35a81
ResourceInvariantUUID:ee4e48cc-8af3-4d0b-a384-9ee9faa80b95
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b3ed97d3-6049-44a1-9100-e8d00330dbeb
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:e707d9ae-829c-4538-8160-4051fb82b18f
ArtifactChecksum:YmFkZWRhZGE0ZmYwYmYzOGY5ZmE4ODAwZDJhNjk1MWQ=
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:9af7d422-f48f-4bef-8b63-3cff98b50c64
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:f4bfa244-97d1-47fd-87d1-bb35c3fe37c6
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:f4bfa244-97d1-47fd-87d1-bb35c3fe37c6
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-04T08:54:31.902Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e7503a68-2514-4886-929e-126690e35a2e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-04T08:54:31.927Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:54:31.928Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:54:31.928Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:54:31.928Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7c31961a-6b79-4972-828d-3f042860bfd7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-06-04T08:54:31.928Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-06-04T08:54:31.928Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-06-04T08:54:32.655Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-06-04T08:54:32.658Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 7c31961a-6b79-4972-828d-3f042860bfd7 82057
2021-06-04T08:54:32.658Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-06-04T08:54:32.658Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-06-04T08:54:32.658Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:54:32.659Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:54:32.660Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:54:32.660Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796872658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:54:32.761Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-04T08:54:32.762Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:54:32.762Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:54:32.770Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:54:32.771Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:54:33.661Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:54:33.662Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:54:33.662Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7c31961a-6b79-4972-828d-3f042860bfd7, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-04T08:54:33.662Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-06-04T08:54:33.663Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-04T08:54:33.663Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-04T08:54:33.783Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12620538001841704104/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-06-04T08:54:34.755Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-04T08:54:34.755Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-06-04T08:54:34.755Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-04T08:54:34.755Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-06-04T08:54:34.755Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-04T08:54:34.756Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-04T08:54:34.756Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-04T08:54:34.756Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|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-BasicVmMacro-csar.csar
2021-06-04T08:54:34.756Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|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-BasicVmMacro-csar.csar
2021-06-04T08:54:34.756Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-04T08:54:34.756Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|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-BasicVmMacro-csar.csar
2021-06-04T08:54:34.756Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-06-04T08:54:34.756Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|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-BasicVmMacro-csar.csar
2021-06-04T08:54:34.757Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|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-BasicVmMacro-csar.csar
2021-06-04T08:54:34.757Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-06-04T08:54:34.757Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:34.757Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:54:34.757Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-04T08:54:34.758Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-06-04T08:54:34.758Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:54:34.758Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:34.758Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:54:34.758Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-04T08:54:34.759Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-06-04T08:54:34.759Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:54:34.759Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:34.759Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:54:34.759Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:34.760Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-06-04T08:54:34.760Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-04T08:54:34.760Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-06-04T08:54:34.760Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-06-04T08:54:34.760Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-06-04T08:54:34.760Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-04T08:54:34.761Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:34.761Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-04T08:54:34.761Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:34.761Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-04T08:54:34.761Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:54:34.762Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:34.762Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-04T08:54:34.762Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:54:34.762Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:34.762Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-04T08:54:34.762Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:54:34.763Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:34.763Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-06-04T08:54:34.763Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-04T08:54:34.763Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-06-04T08:54:34.763Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5fc2a7ff-1cff-4ef4-bb2c-b355c5196a6b
2021-06-04T08:54:34.764Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:34.764Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:54:34.764Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:34.764Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:54:34.764Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:34.764Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:54:34.765Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:34.765Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:54:34.765Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:e7503a68-2514-4886-929e-126690e35a2e
Model Version:NULL
Model InvariantUuid:d6ddcb9e-1b56-47bf-84e9-89dee358016d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c92bf573-20bb-4ef6-a456-2de055fb5522
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ee4e48cc-8af3-4d0b-a384-9ee9faa80b95
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:954d62ce-da6c-4899-b403-adce3bf35a81
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7f64493f-95f7-4b70-9d5d-8cffd0a3e50c
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:fc57f83a-dcd3-4473-b465-34a45c701b1c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5fc2a7ff-1cff-4ef4-bb2c-b355c5196a6b
ModelInvariantUuid:ec6e06c3-e5a1-455f-b6c1-a51d54bdb197
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:a9c8d4ef-6813-4aa7-8e4a-e30799bfa989
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:00059eb1-5765-4a1a-9358-77d69c099e13
ModelInvariantUuid:0a6f905c-3ecc-4a06-8fe0-00f1b3023c21
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:125ba9cf-d862-4c8f-af7e-9d01d98dcf52
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-04T08:54:34.772Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: b3ed97d3-6049-44a1-9100-e8d00330dbeb
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-04T08:54:34.774Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2021-06-04T08:54:34.775Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b3ed97d3-6049-44a1-9100-e8d00330dbeb
2021-06-04T08:54:34.775Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e707d9ae-829c-4538-8160-4051fb82b18f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-06-04T08:54:34.775Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-06-04T08:54:34.775Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-06-04T08:54:35.443Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-06-04T08:54:35.443Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json e707d9ae-829c-4538-8160-4051fb82b18f 792
2021-06-04T08:54:35.444Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-06-04T08:54:35.444Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-06-04T08:54:35.444Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:54:35.444Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:54:35.446Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:54:35.446Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796875444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:54:35.546Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:54:35.547Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:54:35.547Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:54:35.557Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:54:35.558Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:54:36.447Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7f64493f-95f7-4b70-9d5d-8cffd0a3e50c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fc57f83a-dcd3-4473-b465-34a45c701b1c",
    "vfModuleModelCustomizationUUID": "2925c4c3-9004-44dc-bced-44a1e109bb15",
    "isBase": true,
    "artifacts": [
      "9af7d422-f48f-4bef-8b63-3cff98b50c64",
      "f4bfa244-97d1-47fd-87d1-bb35c3fe37c6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-04T08:54:36.450Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fc57f83a-dcd3-4473-b465-34a45c701b1c
VfModuleModelInvariantUUID:7f64493f-95f7-4b70-9d5d-8cffd0a3e50c
VfModuleModelDescription:NULL
Artifacts UUID List:{
9af7d422-f48f-4bef-8b63-3cff98b50c64
,
f4bfa244-97d1-47fd-87d1-bb35c3fe37c6

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

isBase:true


}

2021-06-04T08:54:36.452Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7f64493f-95f7-4b70-9d5d-8cffd0a3e50c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fc57f83a-dcd3-4473-b465-34a45c701b1c",
    "vfModuleModelCustomizationUUID": "2925c4c3-9004-44dc-bced-44a1e109bb15",
    "isBase": true,
    "artifacts": [
      "9af7d422-f48f-4bef-8b63-3cff98b50c64",
      "f4bfa244-97d1-47fd-87d1-bb35c3fe37c6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-04T08:54:36.452Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fc57f83a-dcd3-4473-b465-34a45c701b1c
VfModuleModelInvariantUUID:7f64493f-95f7-4b70-9d5d-8cffd0a3e50c
VfModuleModelDescription:NULL
Artifacts UUID List:{
9af7d422-f48f-4bef-8b63-3cff98b50c64
,
f4bfa244-97d1-47fd-87d1-bb35c3fe37c6

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

isBase:true


}

2021-06-04T08:54:36.453Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9af7d422-f48f-4bef-8b63-3cff98b50c64 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-06-04T08:54:36.453Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-06-04T08:54:36.453Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-06-04T08:54:37.443Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-06-04T08:54:37.443Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 9af7d422-f48f-4bef-8b63-3cff98b50c64 5033
2021-06-04T08:54:37.444Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-06-04T08:54:37.444Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-06-04T08:54:37.444Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:54:37.444Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:54:37.446Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:54:37.446Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796877444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:54:37.546Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:54:37.547Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:54:37.547Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:54:37.557Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:54:37.557Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:54:38.446Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f4bfa244-97d1-47fd-87d1-bb35c3fe37c6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-06-04T08:54:38.447Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-06-04T08:54:38.447Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-06-04T08:54:39.542Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-06-04T08:54:39.542Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env f4bfa244-97d1-47fd-87d1-bb35c3fe37c6 903
2021-06-04T08:54:39.543Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-06-04T08:54:39.543Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-06-04T08:54:39.543Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:54:39.543Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:54:39.545Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:54:39.545Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796879543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:54:39.645Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:54:39.646Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:54:39.646Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:54:39.657Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:54:39.658Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:54:40.546Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e7503a68-2514-4886-929e-126690e35a2e
2021-06-04T08:54:40.547Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 b3ed97d3-6049-44a1-9100-e8d00330dbeb ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-04T08:54:40.557Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:40.558Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:54:40.558Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-06-04T08:54:40.558Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 954d62ce-da6c-4899-b403-adce3bf35a81
2021-06-04T08:54:40.558Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 954d62ce-da6c-4899-b403-adce3bf35a81 matches Tosca VF Customization UUID: 954d62ce-da6c-4899-b403-adce3bf35a81
2021-06-04T08:54:40.558Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 954d62ce-da6c-4899-b403-adce3bf35a81  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-06-04T08:54:40.560Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:40.560Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:54:40.561Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 954d62ce-da6c-4899-b403-adce3bf35a81: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-06-04T08:54:40.561Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ed506c
2021-06-04T08:54:40.561Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:40.561Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-04T08:54:40.561Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2925c4c3-9004-44dc-bced-44a1e109bb15
2021-06-04T08:54:40.561Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2925c4c3-9004-44dc-bced-44a1e109bb15
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-06-04T08:54:40.563Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:40.563Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-04T08:54:40.563Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:54:40.563Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:40.564Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-04T08:54:40.564Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:54:40.564Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:40.564Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-06-04T08:54:40.564Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-06-04T08:54:40.564Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-06-04T08:54:40.565Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5fc2a7ff-1cff-4ef4-bb2c-b355c5196a6b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-04T08:54:40.566Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:40.566Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-04T08:54:40.566Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:54:40.567Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:40.567Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-06-04T08:54:40.567Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=954d62ce-da6c-4899-b403-adce3bf35a81
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-04T08:54:40.568Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:40.568Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:54:40.569Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e7503a68-2514-4886-929e-126690e35a2e: basic_vm_macro
2021-06-04T08:54:40.569Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:40.569Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:54:40.569Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:40.569Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:54:40.570Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:40.570Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:54:40.570Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:40.570Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:54:40.570Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:54:40.571Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:54:40.571Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:54:40.631Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro b3ed97d3-6049-44a1-9100-e8d00330dbeb 1 ASDC deployResourceStructure
2021-06-04T08:54:40.632Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-06-04T08:54:40.632Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-06-04T08:54:40.632Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:54:40.632Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:54:40.634Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:54:40.634Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796880632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:54:40.734Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:54:40.735Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:54:40.735Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:54:40.744Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:54:40.745Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:54:41.635Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-06-04T08:54:41.635Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-06-04T08:54:41.635Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:54:41.636Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:54:41.637Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:54:41.637Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796881635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-06-04T08:54:41.738Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:54:41.738Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:54:41.739Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:54:41.748Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:54:41.748Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:54:42.638Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-06-04T08:54:42.639Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-06-04T08:54:42.639Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:54:42.639Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:54:42.640Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:54:42.641Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796882638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-06-04T08:54:42.741Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:54:42.741Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:54:42.742Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:54:42.751Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:54:42.751Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:54:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:54:43.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:54:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:54:43.028Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:54:43.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:54:43.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b84a3b84-112d-4cca-a4d3-a4cf011030f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796746232,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T08:54:43.029Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:54:43.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:54:43.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:54:43.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:54:43.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:54:43.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:54:43.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:54:43.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:54:43.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:54:43.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:54:43.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:54:43.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:54:43.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:54:43.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:54:43.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:54:43.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:54:43.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:54:43.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-06-04T08:54:43.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:54:43.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:54:43.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:54:43.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:54:43.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:54:43.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:54:43.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:54:43.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:54:43.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796760633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:54:43.031Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:54:43.642Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-06-04T08:54:43.642Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-06-04T08:54:43.642Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:54:43.642Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:54:43.644Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:54:43.644Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796883642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:54:43.744Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:54:43.745Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:54:43.745Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:54:43.754Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:54:43.755Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:54:44.645Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 776fbd33-b22f-4a05-bfac-52ca00a74eba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:54:44.654Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 776fbd33-b22f-4a05-bfac-52ca00a74eba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:54:44.655Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:54:44.655Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-04T08:54:44.655Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-04T08:54:44.656Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-04T08:54:44.656Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:54:44.656Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:54:44.656Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:54:44.656Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:54:44.656Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:54:44.656Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:54:44.656Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|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-06-04T08:54:44.660Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-04T08:55:14.660Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 776fbd33-b22f-4a05-bfac-52ca00a74eba and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-06-04T08:55:14.664Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 776fbd33-b22f-4a05-bfac-52ca00a74eba and serviceModelVersionId: e7503a68-2514-4886-929e-126690e35a2e
2021-06-04T08:55:14.664Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6ddcb9e-1b56-47bf-84e9-89dee358016d
2021-06-04T08:55:14.665Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6ddcb9e-1b56-47bf-84e9-89dee358016d/model-vers/model-ver/e7503a68-2514-4886-929e-126690e35a2e?depth=0
2021-06-04T08:55:14.669Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-06-04T08:55:14.696Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d6ddcb9e-1b56-47bf-84e9-89dee358016d/model-vers/model-ver/e7503a68-2514-4886-929e-126690e35a2e?depth=0|INFO|500||Invoke
2021-06-04T08:55:14.697Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d6ddcb9e-1b56-47bf-84e9-89dee358016d/model-vers/model-ver/e7503a68-2514-4886-929e-126690e35a2e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d6ddcb9e-1b56-47bf-84e9-89dee358016d/model-vers/model-ver/e7503a68-2514-4886-929e-126690e35a2e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[776fbd33-b22f-4a05-bfac-52ca00a74eba], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f0cb2e16-fa2c-407c-b520-50b1dbcf895c], X-ECOMP-RequestID=[776fbd33-b22f-4a05-bfac-52ca00a74eba], X-TransactionId=[], X-ONAP-RequestID=[776fbd33-b22f-4a05-bfac-52ca00a74eba], Content-Type=[application/merge-patch+json]}
2021-06-04T08:55:14.714Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d6ddcb9e-1b56-47bf-84e9-89dee358016d/model-vers/model-ver/e7503a68-2514-4886-929e-126690e35a2e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-04T08:55:14.944Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d6ddcb9e-1b56-47bf-84e9-89dee358016d/model-vers/model-ver/e7503a68-2514-4886-929e-126690e35a2e?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/d6ddcb9e-1b56-47bf-84e9-89dee358016d/model-vers/model-ver/e7503a68-2514-4886-929e-126690e35a2e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210604-08:55:14:722-15403], vertex-id=[245976], Content-Length=[0], Date=[Fri, 04 Jun 2021 08:55:14 GMT], Content-Type=[application/json]}
2021-06-04T08:55:14.945Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d6ddcb9e-1b56-47bf-84e9-89dee358016d/model-vers/model-ver/e7503a68-2514-4886-929e-126690e35a2e?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-04T08:55:14.945Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d6ddcb9e-1b56-47bf-84e9-89dee358016d/model-vers/model-ver/e7503a68-2514-4886-929e-126690e35a2e?depth=0|INFO|500||InvokeReturn
2021-06-04T08:55:14.946Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-04T08:55:14.946Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|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-06-04T08:55:14.950Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|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-06-04T08:55:14.950Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 776fbd33-b22f-4a05-bfac-52ca00a74eba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-04T08:55:14.951Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-04T08:55:14.951Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:55:14.952Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:55:14.952Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796914950,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T08:55:15.053Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:55:15.053Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:55:15.054Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:15.067Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:15.068Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-04T08:55:15.963Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:55:15.963Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|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-06-04T08:55:15.963Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:20.258Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:20.259Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-06-04T08:55:20.259Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"88aae78a-cbcb-4531-a0dd-3bf185a09a78","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f95e6917-2c79-49ea-b96d-42ee2b97424c","serviceDescription":"service","serviceInvariantUUID":"915ed75a-fd0f-4d8f-a831-032ab07bf57e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fcfd1d0f-623d-4795-abf4-d44194b4f486","resourceInvariantUUID":"7f9aa74a-f250-4814-9ccb-0345274de737","resourceCustomizationUUID":"f38ec0e9-addd-4dbb-bce7-bbddde44bc65","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":"NmZmODdlZjI1MzM4YTk1ODVlNTFhZmFiOGJjMGRjZjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d8c538aa-51b6-4275-8ca2-f756c57bfb90","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":"dbc50ec5-49f0-4f83-936b-783df6a6a8e9","artifactVersion":"2","generatedFromUUID":"08b47596-7b37-4e80-b53e-17a97a44efbf"},{"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":"08b47596-7b37-4e80-b53e-17a97a44efbf","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":"MzFjNWU3MmZjYzFhMTc4MTgwZWNiZWZkNTgwYmUwODA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"63491c36-0640-4e6d-8b28-043bc9e78634","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":"796bcca9-ddb2-4cc4-80fa-81bedf608405","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":"332bb951-1b0b-4683-a43d-184e9fe55274","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":"42058e58-f1c3-40d5-96f6-2aa4873fb4a0","artifactVersion":"2","generatedFromUUID":"796bcca9-ddb2-4cc4-80fa-81bedf608405"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"N2YwMWQxNjZkMDljMDY5MTQ0YTE0YmQ2MzIwNjZmMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e08bc2d-1392-48af-a1e1-6ddf31a3b16f","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZGU3OGE2MGI1Mjc0NzFkMzY0YzUzMmFhNzA1NDhlYWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dcdce0ac-c0aa-4af0-89bf-5adc077dc1a4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-04T08:55:20.260Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:55:20.260Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:55:20.262Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:55:20.262Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796915963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:55:20.362Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:55:20.363Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:55:20.363Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:20.372Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:20.373Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:55:21.263Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:55:21.264Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:55:21.266Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:55:21.266Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796915963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-04T08:55:21.366Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:55:21.367Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:55:21.367Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:21.378Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:21.379Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:55:22.266Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:55:22.267Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:55:22.269Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:55:22.269Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796915963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-04T08:55:22.369Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:55:22.370Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:55:22.370Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:22.381Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:22.381Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:55:23.269Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:55:23.270Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:55:23.271Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:55:23.271Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796915963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:55:23.372Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:55:23.372Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:55:23.373Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:23.381Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:23.381Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:55:24.272Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:55:24.272Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:55:24.274Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:55:24.274Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796915963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:55:24.374Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:55:24.375Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:55:24.375Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:24.384Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:24.384Z||pool-105-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-06-04T08:55:25.275Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:55:25.276Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:55:25.278Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:55:25.278Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796915963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:55:25.378Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:55:25.379Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:55:25.379Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:25.387Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:25.388Z||pool-106-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:55:26.279Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:55:26.279Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:55:26.283Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:55:26.283Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796915963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-04T08:55:26.383Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:55:26.383Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:55:26.383Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:26.393Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:26.393Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:55:27.283Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:55:27.284Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:55:27.286Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:55:27.286Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796915963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:55:27.387Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-04T08:55:27.387Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:55:27.387Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:27.398Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:27.399Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:55:28.287Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-04T08:55:28.287Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:55:28.289Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:55:28.289Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796915963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:55:28.389Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:55:28.390Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:55:28.390Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:28.399Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:28.399Z||pool-109-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:55:29.290Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "f95e6917-2c79-49ea-b96d-42ee2b97424c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "915ed75a-fd0f-4d8f-a831-032ab07bf57e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "f38ec0e9-addd-4dbb-bce7-bbddde44bc65",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fcfd1d0f-623d-4795-abf4-d44194b4f486",
      "resourceInvariantUUID": "7f9aa74a-f250-4814-9ccb-0345274de737",
      "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": "dbc50ec5-49f0-4f83-936b-783df6a6a8e9",
          "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": "08b47596-7b37-4e80-b53e-17a97a44efbf",
          "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": "MzFjNWU3MmZjYzFhMTc4MTgwZWNiZWZkNTgwYmUwODA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "63491c36-0640-4e6d-8b28-043bc9e78634",
          "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": "796bcca9-ddb2-4cc4-80fa-81bedf608405",
          "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": "42058e58-f1c3-40d5-96f6-2aa4873fb4a0",
            "generatedFromUUID": "796bcca9-ddb2-4cc4-80fa-81bedf608405"
          },
          "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": "42058e58-f1c3-40d5-96f6-2aa4873fb4a0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZGU3OGE2MGI1Mjc0NzFkMzY0YzUzMmFhNzA1NDhlYWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dcdce0ac-c0aa-4af0-89bf-5adc077dc1a4"
    }
  ],
  "workloadContext": "Production"
}
2021-06-04T08:55:29.291Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-04T08:55:29.291Z|776fbd33-b22f-4a05-bfac-52ca00a74eba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f95e6917-2c79-49ea-b96d-42ee2b97424c ASDC
2021-06-04T08:55:29.291Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:88aae78a-cbcb-4531-a0dd-3bf185a09a78
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:f95e6917-2c79-49ea-b96d-42ee2b97424c
ServiceInvariantUUID:915ed75a-fd0f-4d8f-a831-032ab07bf57e
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:dcdce0ac-c0aa-4af0-89bf-5adc077dc1a4
ArtifactChecksum:ZGU3OGE2MGI1Mjc0NzFkMzY0YzUzMmFhNzA1NDhlYWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:f38ec0e9-addd-4dbb-bce7-bbddde44bc65
ResourceInvariantUUID:7f9aa74a-f250-4814-9ccb-0345274de737
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:fcfd1d0f-623d-4795-abf4-d44194b4f486
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:dbc50ec5-49f0-4f83-936b-783df6a6a8e9
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:08b47596-7b37-4e80-b53e-17a97a44efbf
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:63491c36-0640-4e6d-8b28-043bc9e78634
ArtifactChecksum:MzFjNWU3MmZjYzFhMTc4MTgwZWNiZWZkNTgwYmUwODA=
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:796bcca9-ddb2-4cc4-80fa-81bedf608405
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:42058e58-f1c3-40d5-96f6-2aa4873fb4a0
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:42058e58-f1c3-40d5-96f6-2aa4873fb4a0
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-06-04T08:55:29.291Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f95e6917-2c79-49ea-b96d-42ee2b97424c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:55:29.317Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:55:29.318Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:55:29.318Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:55:29.319Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dcdce0ac-c0aa-4af0-89bf-5adc077dc1a4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-06-04T08:55:29.319Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-06-04T08:55:29.319Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-06-04T08:55:30.039Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-06-04T08:55:30.042Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar dcdce0ac-c0aa-4af0-89bf-5adc077dc1a4 71161
2021-06-04T08:55:30.042Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-06-04T08:55:30.042Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-06-04T08:55:30.042Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:55:30.043Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:55:30.044Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:55:30.044Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796930042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:55:30.145Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:55:30.145Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:55:30.145Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:30.155Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:30.155Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:55:31.045Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-04T08:55:31.046Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-06-04T08:55:31.047Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: dcdce0ac-c0aa-4af0-89bf-5adc077dc1a4, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-04T08:55:31.047Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-06-04T08:55:31.048Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-04T08:55:31.048Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-04T08:55:31.174Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4031870542750855501/Definitions/service-BasicCnf-template.yml
2021-06-04T08:55:32.065Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-04T08:55:32.066Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-06-04T08:55:32.066Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-04T08:55:32.066Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-06-04T08:55:32.066Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-04T08:55:32.066Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-04T08:55:32.066Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|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-BasicCnf-csar.csar
2021-06-04T08:55:32.066Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-04T08:55:32.066Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-06-04T08:55:32.066Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-06-04T08:55:32.066Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:32.066Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:55:32.067Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-04T08:55:32.067Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-06-04T08:55:32.067Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:55:32.067Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:32.067Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:55:32.067Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-04T08:55:32.067Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-06-04T08:55:32.068Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-04T08:55:32.068Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:32.068Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:55:32.068Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:32.068Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-06-04T08:55:32.068Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-06-04T08:55:32.068Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2021-06-04T08:55:32.068Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-04T08:55:32.069Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:32.069Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-04T08:55:32.069Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:32.069Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-04T08:55:32.069Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:55:32.069Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:32.069Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-04T08:55:32.070Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:55:32.070Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:32.070Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-04T08:55:32.070Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:55:32.070Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:32.070Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-06-04T08:55:32.070Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-06-04T08:55:32.070Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5d414e0e-922b-4dd1-b937-399b366ddbbb
2021-06-04T08:55:32.071Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:32.071Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:55:32.071Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:32.071Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:55:32.071Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:32.071Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:55:32.071Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:32.071Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:55:32.072Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:f95e6917-2c79-49ea-b96d-42ee2b97424c
Model Version:NULL
Model InvariantUuid:915ed75a-fd0f-4d8f-a831-032ab07bf57e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:cf163cf1-53d1-4420-b389-c50acfe7dd54
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7f9aa74a-f250-4814-9ccb-0345274de737
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f38ec0e9-addd-4dbb-bce7-bbddde44bc65
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:eb89c1cf-27b2-4c48-b183-10764169f166
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:faea15d3-64f4-4ebc-b359-ddb33f019251
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5d414e0e-922b-4dd1-b937-399b366ddbbb
ModelInvariantUuid:18e2fc3e-4d7c-4904-b3ca-5a7c488b021d
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:91d7fec8-ad6c-448d-b922-5de8e2e4c096
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:ca21870a-7753-4005-841b-2d408356cb1c
ModelInvariantUuid:be6b56d2-af0a-482f-9082-415ef23afe59
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:13c25d05-b073-437e-bc31-5a70982f8fcd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-06-04T08:55:32.078Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: fcfd1d0f-623d-4795-abf4-d44194b4f486
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-04T08:55:32.081Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||basic_cnf 0
2021-06-04T08:55:32.081Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fcfd1d0f-623d-4795-abf4-d44194b4f486
2021-06-04T08:55:32.081Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dbc50ec5-49f0-4f83-936b-783df6a6a8e9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-06-04T08:55:32.081Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-06-04T08:55:32.081Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-06-04T08:55:32.842Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-06-04T08:55:32.843Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env dbc50ec5-49f0-4f83-936b-783df6a6a8e9 12
2021-06-04T08:55:32.843Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-06-04T08:55:32.843Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-06-04T08:55:32.844Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:55:32.844Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:55:32.846Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:55:32.846Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796932843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:55:32.946Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:55:32.947Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:55:32.947Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:32.956Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:32.956Z||pool-111-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:55:33.847Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 08b47596-7b37-4e80-b53e-17a97a44efbf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-06-04T08:55:33.847Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-06-04T08:55:33.847Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-06-04T08:55:34.637Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-06-04T08:55:34.637Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 08b47596-7b37-4e80-b53e-17a97a44efbf 2688
2021-06-04T08:55:34.638Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-06-04T08:55:34.638Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-06-04T08:55:34.638Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:55:34.638Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:55:34.640Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:55:34.640Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796934638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:55:34.740Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:55:34.741Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:55:34.741Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:34.750Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:34.750Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:55:35.641Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 63491c36-0640-4e6d-8b28-043bc9e78634 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-06-04T08:55:35.641Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-06-04T08:55:35.642Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-06-04T08:55:36.241Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-06-04T08:55:36.241Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 63491c36-0640-4e6d-8b28-043bc9e78634 828
2021-06-04T08:55:36.241Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-06-04T08:55:36.242Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-06-04T08:55:36.242Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:55:36.242Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:55:36.244Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:55:36.244Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796936241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:55:36.344Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:55:36.344Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:55:36.345Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:36.354Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:36.354Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:55:37.244Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "eb89c1cf-27b2-4c48-b183-10764169f166",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "faea15d3-64f4-4ebc-b359-ddb33f019251",
    "vfModuleModelCustomizationUUID": "ab3fa4dc-0914-4d40-8b5e-facb51f222bb",
    "isBase": true,
    "artifacts": [
      "08b47596-7b37-4e80-b53e-17a97a44efbf",
      "796bcca9-ddb2-4cc4-80fa-81bedf608405",
      "42058e58-f1c3-40d5-96f6-2aa4873fb4a0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-04T08:55:37.247Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:faea15d3-64f4-4ebc-b359-ddb33f019251
VfModuleModelInvariantUUID:eb89c1cf-27b2-4c48-b183-10764169f166
VfModuleModelDescription:NULL
Artifacts UUID List:{
08b47596-7b37-4e80-b53e-17a97a44efbf
,
796bcca9-ddb2-4cc4-80fa-81bedf608405
,
42058e58-f1c3-40d5-96f6-2aa4873fb4a0

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

isBase:true


}

2021-06-04T08:55:37.249Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "eb89c1cf-27b2-4c48-b183-10764169f166",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "faea15d3-64f4-4ebc-b359-ddb33f019251",
    "vfModuleModelCustomizationUUID": "ab3fa4dc-0914-4d40-8b5e-facb51f222bb",
    "isBase": true,
    "artifacts": [
      "08b47596-7b37-4e80-b53e-17a97a44efbf",
      "796bcca9-ddb2-4cc4-80fa-81bedf608405",
      "42058e58-f1c3-40d5-96f6-2aa4873fb4a0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-06-04T08:55:37.249Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:faea15d3-64f4-4ebc-b359-ddb33f019251
VfModuleModelInvariantUUID:eb89c1cf-27b2-4c48-b183-10764169f166
VfModuleModelDescription:NULL
Artifacts UUID List:{
08b47596-7b37-4e80-b53e-17a97a44efbf
,
796bcca9-ddb2-4cc4-80fa-81bedf608405
,
42058e58-f1c3-40d5-96f6-2aa4873fb4a0

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

isBase:true


}

2021-06-04T08:55:37.249Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 796bcca9-ddb2-4cc4-80fa-81bedf608405 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-06-04T08:55:37.250Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-06-04T08:55:37.250Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-06-04T08:55:38.148Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-06-04T08:55:38.149Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 796bcca9-ddb2-4cc4-80fa-81bedf608405 1164
2021-06-04T08:55:38.149Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-06-04T08:55:38.149Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-06-04T08:55:38.149Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:55:38.150Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:55:38.151Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:55:38.151Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796938149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:55:38.251Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:55:38.252Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:55:38.252Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:38.263Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:38.264Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:55:39.152Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 42058e58-f1c3-40d5-96f6-2aa4873fb4a0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-06-04T08:55:39.153Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-06-04T08:55:39.153Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-06-04T08:55:40.036Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-06-04T08:55:40.037Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 42058e58-f1c3-40d5-96f6-2aa4873fb4a0 200
2021-06-04T08:55:40.037Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-06-04T08:55:40.038Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-06-04T08:55:40.038Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-04T08:55:40.038Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:55:40.040Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:55:40.040Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796940037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:55:40.140Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:55:40.141Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:55:40.141Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:40.151Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:40.151Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:55:41.041Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f95e6917-2c79-49ea-b96d-42ee2b97424c
2021-06-04T08:55:41.041Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 fcfd1d0f-623d-4795-abf4-d44194b4f486 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-06-04T08:55:41.050Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-04T08:55:41.058Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:41.058Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:55:41.058Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-06-04T08:55:41.058Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= f38ec0e9-addd-4dbb-bce7-bbddde44bc65
2021-06-04T08:55:41.058Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f38ec0e9-addd-4dbb-bce7-bbddde44bc65 matches Tosca VF Customization UUID: f38ec0e9-addd-4dbb-bce7-bbddde44bc65
2021-06-04T08:55:41.058Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: f38ec0e9-addd-4dbb-bce7-bbddde44bc65  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-06-04T08:55:41.060Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:41.060Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:55:41.060Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id f38ec0e9-addd-4dbb-bce7-bbddde44bc65: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-06-04T08:55:41.060Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@30dacad8
2021-06-04T08:55:41.061Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:41.061Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-04T08:55:41.061Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ab3fa4dc-0914-4d40-8b5e-facb51f222bb
2021-06-04T08:55:41.061Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ab3fa4dc-0914-4d40-8b5e-facb51f222bb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-06-04T08:55:41.062Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:41.063Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-04T08:55:41.063Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:55:41.063Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:41.063Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-04T08:55:41.063Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:55:41.063Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:41.063Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-06-04T08:55:41.064Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-06-04T08:55:41.064Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5d414e0e-922b-4dd1-b937-399b366ddbbb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-06-04T08:55:41.065Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:41.065Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-04T08:55:41.066Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-04T08:55:41.066Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:41.066Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-06-04T08:55:41.066Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=f38ec0e9-addd-4dbb-bce7-bbddde44bc65
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-04T08:55:41.067Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:41.067Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:55:41.067Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f95e6917-2c79-49ea-b96d-42ee2b97424c: basic_cnf
2021-06-04T08:55:41.068Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:41.068Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:55:41.068Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:41.068Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:55:41.068Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:41.068Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:55:41.068Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:41.068Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:55:41.068Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-06-04T08:55:41.069Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-04T08:55:41.069Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:55:41.125Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf fcfd1d0f-623d-4795-abf4-d44194b4f486 1 ASDC deployResourceStructure
2021-06-04T08:55:41.126Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-06-04T08:55:41.126Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-06-04T08:55:41.126Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-06-04T08:55:41.126Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:55:41.128Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:55:41.128Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796941125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-06-04T08:55:41.228Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:55:41.229Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:55:41.229Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:41.238Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:41.239Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:55:42.129Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-06-04T08:55:42.129Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-06-04T08:55:42.129Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-06-04T08:55:42.129Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:55:42.131Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:55:42.131Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796942129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-06-04T08:55:42.231Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:55:42.232Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:55:42.232Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:42.242Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:42.242Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:55:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:55:43.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:55:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:43.030Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:43.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:55:43.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796763829,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:55:43.032Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:55:43.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:55:43.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796765547,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:55:43.032Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:55:43.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:55:43.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796767455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:55:43.032Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:55:43.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:55:43.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796768557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:55:43.032Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:55:43.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:55:43.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796769561,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-06-04T08:55:43.033Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:55:43.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:55:43.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796770565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-06-04T08:55:43.033Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:55:43.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:55:43.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796771569,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:55:43.034Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:55:43.132Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-06-04T08:55:43.132Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-06-04T08:55:43.132Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:55:43.133Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:55:43.134Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:55:43.134Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796943132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:55:43.235Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-04T08:55:43.235Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:55:43.235Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:43.244Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:43.244Z||pool-118-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:55:44.136Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-06-04T08:55:44.136Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-06-04T08:55:44.136Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:55:44.136Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:55:44.138Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:55:44.138Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796944136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-06-04T08:55:44.239Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-04T08:55:44.240Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:55:44.240Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:44.249Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:44.250Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:55:45.142Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-06-04T08:55:45.143Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-06-04T08:55:45.143Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:55:45.143Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:55:45.144Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:55:45.144Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796945142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-06-04T08:55:45.245Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-04T08:55:45.245Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:55:45.245Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:45.259Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:45.259Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-06-04T08:55:46.147Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-06-04T08:55:46.147Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-06-04T08:55:46.147Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-04T08:55:46.148Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:55:46.150Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:55:46.150Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796946147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:55:46.250Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:55:46.251Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:55:46.251Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:55:46.260Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:55:46.260Z||pool-121-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-04T08:55:47.150Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88aae78a-cbcb-4531-a0dd-3bf185a09a78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:55:47.158Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88aae78a-cbcb-4531-a0dd-3bf185a09a78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:55:47.159Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:55:47.160Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:55:47.160Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:56:17.160Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88aae78a-cbcb-4531-a0dd-3bf185a09a78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:56:17.168Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88aae78a-cbcb-4531-a0dd-3bf185a09a78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:56:17.170Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:56:17.170Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-04T08:56:17.170Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-04T08:56:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:56:43.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:56:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:56:43.026Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:56:43.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796850983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "aai-ml",
  "timestamp": 1622796855768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796854739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "cds",
  "timestamp": 1622796856902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "policy-id",
  "timestamp": 1622796851470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "clamp",
  "timestamp": 1622796860686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796850983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "aai-ml",
  "timestamp": 1622796855768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796854739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "cds",
  "timestamp": 1622796856902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "policy-id",
  "timestamp": 1622796851470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "clamp",
  "timestamp": 1622796860686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796850983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "aai-ml",
  "timestamp": 1622796855768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796854739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "cds",
  "timestamp": 1622796856902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "policy-id",
  "timestamp": 1622796851470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fba997d-0aaf-4dee-a929-b81fae84694b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796862854,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T08:56:43.041Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796862262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "clamp",
  "timestamp": 1622796860686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796862960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796850983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796854739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "aai-ml",
  "timestamp": 1622796855768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "cds",
  "timestamp": 1622796856902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "policy-id",
  "timestamp": 1622796851470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796862262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "clamp",
  "timestamp": 1622796860686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796862960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796850983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "aai-ml",
  "timestamp": 1622796855768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796854739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "cds",
  "timestamp": 1622796856902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "policy-id",
  "timestamp": 1622796851470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796862262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "clamp",
  "timestamp": 1622796860686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796862960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796850983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "aai-ml",
  "timestamp": 1622796855768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796854739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "cds",
  "timestamp": 1622796856902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "policy-id",
  "timestamp": 1622796851470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796862262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "clamp",
  "timestamp": 1622796860686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796862960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796850983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "aai-ml",
  "timestamp": 1622796855768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796854739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "cds",
  "timestamp": 1622796856902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "policy-id",
  "timestamp": 1622796851470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796862262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "clamp",
  "timestamp": 1622796860686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796862960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796850983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "aai-ml",
  "timestamp": 1622796855768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796854739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "cds",
  "timestamp": 1622796856902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "policy-id",
  "timestamp": 1622796851470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796867259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796862262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "clamp",
  "timestamp": 1622796860686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796862960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796850983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "aai-ml",
  "timestamp": 1622796855768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796854739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "cds",
  "timestamp": 1622796856902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "policy-id",
  "timestamp": 1622796851470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796867259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796862262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "clamp",
  "timestamp": 1622796860686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796862960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796867259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796862262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "dcae-sch",
  "timestamp": 1622796869283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796870340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:56:43.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "policy-id",
  "timestamp": 1622796870535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:56:43.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796862960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "aai-ml",
  "timestamp": 1622796870659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:56:43.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796870730,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:56:43.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "cds",
  "timestamp": 1622796870739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:56:43.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796867259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796747245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "dcae-sch",
  "timestamp": 1622796869283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796862262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "policy-id",
  "timestamp": 1622796871538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:56:43.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796862960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:56:43.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "cds",
  "timestamp": 1622796871745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:56:43.060Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 88aae78a-cbcb-4531-a0dd-3bf185a09a78
2021-06-04T08:56:43.060Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88aae78a-cbcb-4531-a0dd-3bf185a09a78 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:56:43.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796871859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:56:43.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796867259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "dcae-sch",
  "timestamp": 1622796869283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796872431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:56:43.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "policy-id",
  "timestamp": 1622796872540,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:56:43.073Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88aae78a-cbcb-4531-a0dd-3bf185a09a78
2021-06-04T08:56:43.073Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88aae78a-cbcb-4531-a0dd-3bf185a09a78 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:56:43.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796872645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:56:43.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796872658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:56:43.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796867259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "dcae-sch",
  "timestamp": 1622796869283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796873250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:56:43.081Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796873649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:56:43.081Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796867259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "dcae-sch",
  "timestamp": 1622796869283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796874239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:56:43.082Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796874848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:56:43.082Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796867259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "dcae-sch",
  "timestamp": 1622796869283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796875048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:56:43.082Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796875444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:56:43.082Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796875444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:56:43.083Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1622796875852,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:56:43.087Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 88aae78a-cbcb-4531-a0dd-3bf185a09a78
2021-06-04T08:56:43.087Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88aae78a-cbcb-4531-a0dd-3bf185a09a78 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:56:43.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1622796867259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "dcae-sch",
  "timestamp": 1622796869283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796876137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:56:43.095Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796876448,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:56:43.099Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88aae78a-cbcb-4531-a0dd-3bf185a09a78
2021-06-04T08:56:43.099Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88aae78a-cbcb-4531-a0dd-3bf185a09a78 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-04T08:56:43.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796876735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:56:43.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "dcae-sch",
  "timestamp": 1622796869283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796877202,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:56:43.109Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88aae78a-cbcb-4531-a0dd-3bf185a09a78
2021-06-04T08:56:43.109Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88aae78a-cbcb-4531-a0dd-3bf185a09a78 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-04T08:56:43.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796877444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:56:43.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1622796877455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:56:43.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "dcae-sch",
  "timestamp": 1622796869283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:56:43.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:56:43.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1622796878205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:56:43.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "clamp",
  "timestamp": 1622796878239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:56:43.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "aai-ml",
  "timestamp": 1622796878331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:56:43.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796879039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:56:43.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "clamp",
  "timestamp": 1622796879265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:56:43.116Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "aai-ml",
  "timestamp": 1622796879334,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:56:43.121Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 88aae78a-cbcb-4531-a0dd-3bf185a09a78
2021-06-04T08:56:43.121Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88aae78a-cbcb-4531-a0dd-3bf185a09a78 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:56:43.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796879543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:56:43.128Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796880045,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:56:43.132Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88aae78a-cbcb-4531-a0dd-3bf185a09a78
2021-06-04T08:56:43.132Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88aae78a-cbcb-4531-a0dd-3bf185a09a78 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-06-04T08:56:43.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "clamp",
  "timestamp": 1622796880269,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-04T08:56:43.141Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 88aae78a-cbcb-4531-a0dd-3bf185a09a78
2021-06-04T08:56:43.141Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88aae78a-cbcb-4531-a0dd-3bf185a09a78 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-04T08:56:43.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796880632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:56:43.148Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1622796881047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:56:43.148Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796881635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-06-04T08:56:43.148Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:43.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:56:43.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796882638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-06-04T08:56:43.148Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:56:47.170Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88aae78a-cbcb-4531-a0dd-3bf185a09a78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:56:47.177Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88aae78a-cbcb-4531-a0dd-3bf185a09a78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-06-04T08:56:47.179Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-04T08:56:47.179Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-04T08:56:47.179Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-04T08:56:47.179Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-04T08:56:47.179Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:56:47.179Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:56:47.179Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:56:47.180Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:56:47.180Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:56:47.180Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-06-04T08:56:47.180Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|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-06-04T08:56:47.183Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-04T08:57:17.184Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88aae78a-cbcb-4531-a0dd-3bf185a09a78 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-06-04T08:57:17.190Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88aae78a-cbcb-4531-a0dd-3bf185a09a78 and serviceModelVersionId: f95e6917-2c79-49ea-b96d-42ee2b97424c
2021-06-04T08:57:17.190Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 915ed75a-fd0f-4d8f-a831-032ab07bf57e
2021-06-04T08:57:17.190Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/915ed75a-fd0f-4d8f-a831-032ab07bf57e/model-vers/model-ver/f95e6917-2c79-49ea-b96d-42ee2b97424c?depth=0
2021-06-04T08:57:17.194Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-06-04T08:57:17.225Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/915ed75a-fd0f-4d8f-a831-032ab07bf57e/model-vers/model-ver/f95e6917-2c79-49ea-b96d-42ee2b97424c?depth=0|INFO|500||Invoke
2021-06-04T08:57:17.225Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/915ed75a-fd0f-4d8f-a831-032ab07bf57e/model-vers/model-ver/f95e6917-2c79-49ea-b96d-42ee2b97424c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/915ed75a-fd0f-4d8f-a831-032ab07bf57e/model-vers/model-ver/f95e6917-2c79-49ea-b96d-42ee2b97424c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88aae78a-cbcb-4531-a0dd-3bf185a09a78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c02f8654-6f90-4b7e-84f4-b53debb7eef2], X-ECOMP-RequestID=[88aae78a-cbcb-4531-a0dd-3bf185a09a78], X-TransactionId=[], X-ONAP-RequestID=[88aae78a-cbcb-4531-a0dd-3bf185a09a78], Content-Type=[application/merge-patch+json]}
2021-06-04T08:57:17.241Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/915ed75a-fd0f-4d8f-a831-032ab07bf57e/model-vers/model-ver/f95e6917-2c79-49ea-b96d-42ee2b97424c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-06-04T08:57:17.534Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/915ed75a-fd0f-4d8f-a831-032ab07bf57e/model-vers/model-ver/f95e6917-2c79-49ea-b96d-42ee2b97424c?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/915ed75a-fd0f-4d8f-a831-032ab07bf57e/model-vers/model-ver/f95e6917-2c79-49ea-b96d-42ee2b97424c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210604-08:57:17:248-91436], vertex-id=[491560], Content-Length=[0], Date=[Fri, 04 Jun 2021 08:57:17 GMT], Content-Type=[application/json]}
2021-06-04T08:57:17.535Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/915ed75a-fd0f-4d8f-a831-032ab07bf57e/model-vers/model-ver/f95e6917-2c79-49ea-b96d-42ee2b97424c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-06-04T08:57:17.535Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/915ed75a-fd0f-4d8f-a831-032ab07bf57e/model-vers/model-ver/f95e6917-2c79-49ea-b96d-42ee2b97424c?depth=0|INFO|500||InvokeReturn
2021-06-04T08:57:17.535Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-04T08:57:17.536Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|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-06-04T08:57:17.539Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|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-06-04T08:57:17.539Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88aae78a-cbcb-4531-a0dd-3bf185a09a78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-04T08:57:17.539Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-04T08:57:17.540Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-06-04T08:57:17.541Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-04T08:57:17.542Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622797037539,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T08:57:17.642Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-04T08:57:17.642Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-04T08:57:17.643Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FHgLFU9Ri67TAgPr) ...
2021-06-04T08:57:17.654Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:57:17.654Z||pool-122-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-06-04T08:57:18.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:57:18.555Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:57:18.555Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:57:28.102Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:57:28.103Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:57:28.103Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:57:28.103Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:57:37.645Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:57:37.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:57:37.646Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:57:37.646Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:57:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:57:43.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:57:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:57:43.027Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:57:43.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:57:43.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796883642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:57:43.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:57:43.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:57:43.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "776fbd33-b22f-4a05-bfac-52ca00a74eba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796914950,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T08:57:43.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:57:43.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:57:43.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796915963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:57:43.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:57:43.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:57:43.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796915963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-06-04T08:57:43.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:57:43.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:57:43.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796915963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-06-04T08:57:43.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:57:43.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:57:43.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796915963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-06-04T08:57:43.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:57:43.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:57:43.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796915963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-06-04T08:57:43.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:57:43.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:57:43.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796915963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:57:43.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:57:43.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:57:43.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796915963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-06-04T08:57:43.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:57:43.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:57:43.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796915963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-06-04T08:57:43.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:57:43.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:57:43.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796915963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-06-04T08:57:43.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-06-04T08:57:43.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:57:43.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796930042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:57:43.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:57:43.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:57:43.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796932843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:57:43.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:57:43.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:57:43.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796934638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:57:43.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:57:43.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:57:43.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796936241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:57:43.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:57:43.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:57:43.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796938149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:57:43.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:57:43.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:57:43.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796940037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-06-04T08:57:43.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:57:43.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:57:43.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796941125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-06-04T08:57:43.031Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:57:43.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-04T08:57:43.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796942129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-06-04T08:57:43.031Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:57:47.180Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:57:47.181Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:57:47.181Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:57:47.181Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:57:56.715Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:57:56.715Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:57:56.716Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:57:56.716Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:58:06.256Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:58:06.257Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:58:06.257Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:58:06.257Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:58:15.798Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:58:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:58:43.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:58:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:58:43.009Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:58:43.010Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:58:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:58:43.061Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:58:43.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-04T08:58:43.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796943132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-06-04T08:58:43.062Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:58:43.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-04T08:58:43.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796944136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-06-04T08:58:43.062Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:58:43.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-04T08:58:43.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796945142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-06-04T08:58:43.063Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:58:43.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-04T08:58:43.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622796946147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-06-04T08:58:43.063Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:58:52.546Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:59:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:59:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:59:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:59:43.009Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T08:59:43.010Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T08:59:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T08:59:43.530Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T08:59:43.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-04T08:59:43.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88aae78a-cbcb-4531-a0dd-3bf185a09a78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1622797037539,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-04T08:59:43.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-04T08:59:52.547Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:00:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:00:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:00:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:00:43.009Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:00:43.010Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:00:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:00:52.551Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:00:52.553Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:01:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:01:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:01:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:01:43.009Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:01:43.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:01:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:01:52.547Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:01:52.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:02:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:02:43.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:02:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:02:43.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:02:43.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:02:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:02:52.551Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:02:52.551Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:03:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:03:43.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:03:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:03:43.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:03:43.010Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:03:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:03:52.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:03:52.548Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:04:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:04:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:04:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:04:43.009Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:04:43.010Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:04:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:04:52.555Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:04:52.555Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:05:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:05:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:05:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:05:43.009Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:05:43.010Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:05:43.010Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:05:52.554Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:05:52.554Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:06:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:06:43.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:06:43.008Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:06:43.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:06:43.010Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:06:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:06:52.554Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:06:52.557Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:07:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:07:43.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:07:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:07:43.009Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:07:43.010Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:07:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:07:52.544Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:07:52.546Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:08:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:08:43.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:08:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:08:43.009Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:08:43.010Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:08:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:08:52.551Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:08:52.553Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:09:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:09:43.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:09:43.008Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:09:43.009Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:09:43.010Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:09:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:09:52.545Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:09:52.546Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:10:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:10:43.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:10:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:10:43.010Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:10:43.010Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:10:43.010Z|7a7841fc-87a1-4a5c-88da-294070c048c5|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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:10:52.552Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:10:52.553Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:11:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:11:43.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:11:43.008Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:11:43.010Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:11:43.010Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:11:43.010Z|7a7841fc-87a1-4a5c-88da-294070c048c5|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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:11:52.547Z|7a7841fc-87a1-4a5c-88da-294070c048c5|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:11:52.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:12:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:12:43.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:12:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:12:43.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:12:43.010Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:12:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:12:52.548Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:12:52.552Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:13:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:13:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:13:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:13:43.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:13:43.010Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:13:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:13:52.551Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:13:52.551Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:14:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:14:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:14:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:14:43.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:14:43.010Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:14:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:14:52.552Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:14:52.557Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:15:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:15:43.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:15:43.008Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:15:43.009Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:15:43.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:15:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:15:52.548Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:15:52.549Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:16:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:16:43.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:16:43.008Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:16:43.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:16:43.010Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:16:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:16:52.549Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:16:52.568Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:17:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:17:43.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:17:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:17:43.010Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:17:43.010Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:17:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:17:52.550Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:17:52.551Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:18:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:18:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:18:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:18:43.009Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:18:43.010Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:18:43.010Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:18:52.551Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:18:52.551Z|88aae78a-cbcb-4531-a0dd-3bf185a09a78|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:19:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:19:43.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:19:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:19:43.009Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:19:43.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:19:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:19:52.551Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:19:52.552Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:20:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:20:43.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:20:43.008Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:20:43.009Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:20:43.010Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:20:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:20:52.570Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:20:52.571Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:21:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:21:43.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:21:43.008Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:21:43.009Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:21:43.010Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:21:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:21:52.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:21:52.548Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:22:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:22:43.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:22:43.008Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:22:43.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:22:43.010Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:22:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:22:52.550Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:22:52.551Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:23:43.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:23:43.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:23:43.009Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:23:43.009Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-04T09:23:43.010Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-04T09:23:43.010Z||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 FHgLFU9Ri67TAgPr) ...
2021-06-04T09:23:52.548Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-06-04T09:23:52.554Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK