Results

By type

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

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

2021-05-14T00:28:14.913Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-wcdvq with PID 14 (/app/app.jar started by so in /app)
2021-05-14T00:28:14.918Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-14T00:28:14.918Z||main|||||INFO|500||The following profiles are active: basic
2021-05-14T00:28:21.171Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-14T00:28:21.172Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-14T00:28:21.242Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-14T00:28:22.479Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-14T00:28:22.620Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-14T00:28:22.940Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-14T00:28:22.947Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-14T00:28:23.021Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-14T00:28:23.116Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-14T00:28:23.491Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-14T00:28:24.151Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-14T00:28:25.700Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-14T00:28:25.736Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-14T00:28:26.303Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-14T00:28:26.515Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-05-14T00:28:27.458Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-14T00:28:28.193Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-05-14T00:28:28.208Z||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$$90724296.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-05-14T00:28:28.208Z||main|||||WARN|500||The sdc end point is not alive
2021-05-14T00:28:30.019Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-05-14T00:28:31.958Z||main|||||WARN|500||---
2021-05-14T00:28:31.959Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-14T00:28:31.959Z||main|||||WARN|500||---
2021-05-14T00:28:32.245Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-14T00:28:34.816Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-14T00:28:34.817Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-14T00:28:34.818Z||main|||||INFO|500||Started Application in 21.556 seconds (JVM running for 22.524)
2021-05-14T00:28:34.825Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-14T00:28:34.845Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-14T00:28:34.924Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c1122f9b-322d-4ecc-ac4c-0f2ade2fef87 url= /sdc/v1/artifactTypes
2021-05-14T00:28:34.924Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-14T00:28:36.032Z||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.35.51] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-05-14T00:28:36.037Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4f97258e
2021-05-14T00:28:36.038Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-14T00:28:36.047Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-14T00:28:36.048Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-14T00:28:36.050Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-05-14T00:29:24.813Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-14T00:29:24.814Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-14T00:29:24.814Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-14T00:29:24.817Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-14T00:29:24.823Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dc1fa4dc-614e-4efc-acc9-c2d095f017d3 url= /sdc/v1/artifactTypes
2021-05-14T00:29:24.823Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-14T00:29:25.854Z||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.35.51] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-05-14T00:29:25.854Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@781fb64b
2021-05-14T00:29:25.855Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-14T00:29:25.855Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-14T00:29:25.855Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-14T00:29:25.855Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-05-14T00:30:14.814Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-14T00:30:14.815Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-14T00:30:14.815Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-14T00:30:14.822Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-14T00:30:14.836Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1f345664-d8af-4f68-af6a-4639903749bb url= /sdc/v1/artifactTypes
2021-05-14T00:30:14.836Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-14T00:30:15.872Z||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.35.51] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-05-14T00:30:15.873Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7eb31606
2021-05-14T00:30:15.874Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-14T00:30:15.874Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-14T00:30:15.875Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-14T00:30:15.876Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-05-14T00:31:04.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-14T00:31:04.816Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-14T00:31:04.816Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-14T00:31:04.823Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-14T00:31:04.829Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e8d3ba8e-80bf-49cc-ae69-f63f63bd981d url= /sdc/v1/artifactTypes
2021-05-14T00:31:04.830Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-14T00:31:05.853Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.35.51] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-05-14T00:31:05.853Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@61da9b16
2021-05-14T00:31:05.853Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-14T00:31:05.854Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-14T00:31:05.854Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-14T00:31:05.855Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-05-14T00:31:54.814Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-14T00:31:54.814Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-14T00:31:54.814Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-14T00:31:54.816Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-14T00:31:54.823Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5c3ff8d3-7aad-4f7b-a546-c188a84b8a7f url= /sdc/v1/artifactTypes
2021-05-14T00:31:54.823Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-14T00:31:55.871Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.35.51] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-05-14T00:31:55.871Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7097b02b
2021-05-14T00:31:55.872Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-14T00:31:55.872Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-14T00:31:55.872Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-14T00:31:55.872Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-05-14T00:32:44.813Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-14T00:32:44.814Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-14T00:32:44.814Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-14T00:32:44.818Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-14T00:32:44.824Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e0d74b1f-466c-4544-8d16-d6c07f219f68 url= /sdc/v1/artifactTypes
2021-05-14T00:32:44.824Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-14T00:32:45.855Z||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.35.51] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-05-14T00:32:45.856Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a842edd
2021-05-14T00:32:45.856Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-14T00:32:45.857Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-14T00:32:45.857Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-14T00:32:45.857Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-05-14T00:33:34.813Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-14T00:33:34.813Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-14T00:33:34.814Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-14T00:33:34.816Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-14T00:33:34.824Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b293fb71-6fe0-4dc2-8c0d-6aa5c5c5edf3 url= /sdc/v1/artifactTypes
2021-05-14T00:33:34.824Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-14T00:33:35.839Z||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.35.51] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-05-14T00:33:35.840Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b295f4d
2021-05-14T00:33:35.840Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-14T00:33:35.840Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-14T00:33:35.841Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-14T00:33:35.841Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-05-14T00:34:24.814Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-14T00:34:24.814Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-14T00:34:24.815Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-14T00:34:24.819Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-14T00:34:24.826Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1d412c9f-f69e-45a5-be63-abd08d54fbc6 url= /sdc/v1/artifactTypes
2021-05-14T00:34:24.826Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-14T00:34:25.855Z||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.35.51] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-05-14T00:34:25.856Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7fb3e734
2021-05-14T00:34:25.857Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-14T00:34:25.857Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-14T00:34:25.858Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-14T00:34:25.858Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-05-14T00:35:14.813Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-14T00:35:14.813Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-14T00:35:14.814Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-14T00:35:14.816Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-14T00:35:14.819Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e51ad26f-16b5-47f8-aa88-700e6599d905 url= /sdc/v1/artifactTypes
2021-05-14T00:35:14.819Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-14T00:35:15.386Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-14T00:35:15.392Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-05-14T00:35:15.411Z||scheduling-1|||||DEBUG|500||create keys
2021-05-14T00:35:15.417Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-14T00:35:15.459Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:35:15.472Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d2761c34-775c-4f58-acb4-76935d9c36f3 url= /sdc/v1/registerForDistribution
2021-05-14T00:35:15.781Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d2761c34-775c-4f58-acb4-76935d9c36f3 url= /sdc/v1/registerForDistribution
2021-05-14T00:35:15.782Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-14T00:35:15.792Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:35:15.793Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:35:15.799Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-14T00:35:15.799Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:35:15.799Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:35:15.800Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:35:15.800Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:35:26.041Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:35:26.042Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:36:15.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:36:15.792Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:36:15.792Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:36:15.793Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:36:15.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:36:15.795Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:36:25.354Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:36:25.357Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:37:15.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:37:15.791Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:37:15.792Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HIjjSxU5YoVTcguL) ...
2021-05-14T00:37:15.793Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:37:15.795Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:37:15.795Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:37:25.351Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:37:25.352Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:38:15.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:38:15.791Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:38:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:38:15.793Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:38:15.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:38:15.795Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:38:25.346Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:38:25.346Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:38:56.736Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-14T00:39:15.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:39:15.792Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:39:15.792Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HIjjSxU5YoVTcguL) ...
2021-05-14T00:39:15.793Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:39:15.795Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:39:15.795Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:39:25.341Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:39:25.342Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:40:15.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:40:15.791Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:40:15.791Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HIjjSxU5YoVTcguL) ...
2021-05-14T00:40:15.793Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:40:15.794Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:40:15.795Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:40:25.342Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:40:25.344Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:41:15.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:41:15.791Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:41:15.791Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HIjjSxU5YoVTcguL) ...
2021-05-14T00:41:15.793Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:41:15.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:41:15.795Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:41:25.343Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:41:25.343Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:42:15.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:42:15.791Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:42:15.791Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HIjjSxU5YoVTcguL) ...
2021-05-14T00:42:15.793Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:42:15.795Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:42:15.795Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:42:25.342Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:42:25.347Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:43:15.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:43:15.791Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:43:15.791Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HIjjSxU5YoVTcguL) ...
2021-05-14T00:43:15.793Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:43:15.793Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:43:15.793Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:43:25.342Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:43:25.343Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:44:15.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:44:15.791Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:44:15.791Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HIjjSxU5YoVTcguL) ...
2021-05-14T00:44:15.793Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:44:15.793Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:44:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:44:25.343Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:44:25.344Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:45:15.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:45:15.791Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:45:15.791Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HIjjSxU5YoVTcguL) ...
2021-05-14T00:45:15.793Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:45:15.794Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:45:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:45:25.341Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:45:25.341Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:46:15.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:46:15.791Z||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-05-14T00:46:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:46:15.793Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:46:15.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:46:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:46:25.344Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:46:25.345Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:47:15.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:47:15.791Z||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-05-14T00:47:15.792Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:47:15.793Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:47:15.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:47:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:47:25.347Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:47:25.347Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:48:15.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:48:15.792Z||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-05-14T00:48:15.792Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:48:15.793Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:48:15.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:48:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:48:25.346Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:48:25.348Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:49:15.791Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:49:15.793Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:49:15.794Z||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-05-14T00:49:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:49:15.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:49:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:49:25.345Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:49:25.347Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:50:15.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:50:15.791Z||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-05-14T00:50:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:50:15.793Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:50:15.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:50:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:50:25.339Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:50:25.343Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:51:15.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:51:15.791Z||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-05-14T00:51:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:51:15.793Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:51:15.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:51:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:51:25.342Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:51:25.342Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:52:15.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:52:15.791Z||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-05-14T00:52:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:52:15.793Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:52:15.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:52:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:52:25.341Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:52:25.346Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:53:15.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:53:15.791Z||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-05-14T00:53:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:53:15.793Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:53:15.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:53:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:53:25.344Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:53:25.344Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:54:15.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:54:15.790Z||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-05-14T00:54:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:54:15.793Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:54:15.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:54:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:54:25.341Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:54:25.342Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:55:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:55:15.792Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:55:15.792Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:55:15.793Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:55:15.795Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:55:15.795Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:55:25.341Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:55:25.346Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:56:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:56:15.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:56:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:56:15.793Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:56:15.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:56:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:56:25.362Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:56:25.365Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:57:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:57:15.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:57:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:57:15.793Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:57:15.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:57:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:57:25.339Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:57:25.343Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:58:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:58:15.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:58:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:58:15.793Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:58:15.793Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:58:15.793Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:58:25.340Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:58:25.342Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:59:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:59:15.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:59:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:59:15.793Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T00:59:15.793Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T00:59:15.793Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T00:59:25.344Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T00:59:25.346Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:00:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:00:15.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:00:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:00:15.793Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:00:15.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:00:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:00:25.338Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:00:25.339Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:01:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:01:15.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:01:15.792Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:01:15.793Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:01:15.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:01:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:01:25.338Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:01:25.339Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:02:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:02:15.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:02:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:02:15.793Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:02:15.794Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:02:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:02:25.343Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:02:25.345Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:03:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:03:15.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:03:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:03:15.793Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:03:15.794Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:03:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:03:25.344Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:03:25.344Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:04:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:04:15.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:04:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:04:15.793Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:04:15.793Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:04:15.793Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:04:25.340Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:04:25.341Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:05:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:05:15.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:05:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:05:15.793Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:05:15.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:05:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:05:25.336Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:05:25.340Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:06:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:06:15.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:06:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:06:15.793Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:06:15.793Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:06:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:06:25.339Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:06:25.342Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:07:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:07:15.790Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:07:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:07:15.793Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:07:15.793Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:07:15.793Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:07:25.339Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:07:25.340Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:08:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:08:15.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:08:15.792Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:08:15.793Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:08:15.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:08:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:08:25.341Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:08:25.342Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:09:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:09:15.792Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:09:15.792Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:09:15.793Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:09:15.793Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:09:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:09:25.347Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:09:25.347Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:10:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:10:15.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:10:15.792Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:10:15.793Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:10:15.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:10:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:10:25.342Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:10:25.343Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:11:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:11:15.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:11:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:11:15.793Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:11:15.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:11:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:11:25.338Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:11:25.343Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:12:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:12:15.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:12:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:12:15.793Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:12:15.793Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:12:15.793Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:12:25.341Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:12:25.342Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:13:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:13:15.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:13:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:13:15.793Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:13:15.793Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:13:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:13:25.343Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:13:25.346Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:14:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:14:15.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:14:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:14:15.793Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:14:15.794Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:14:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:14:25.338Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:14:25.341Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:15:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:15:15.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:15:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:15:15.793Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:15:15.794Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:15:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:15:25.343Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:15:25.345Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:16:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:16:15.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:16:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:16:15.793Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:16:15.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:16:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:16:25.340Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:16:25.344Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:17:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:17:15.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:17:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:17:15.793Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:17:15.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:17:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:17:25.336Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:17:25.344Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:18:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:18:15.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:18:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:18:15.793Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:18:15.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:18:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:18:25.344Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:18:25.345Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:19:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:19:15.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:19:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:19:15.793Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:19:15.793Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:19:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:19:25.337Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:19:25.339Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:20:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:20:15.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:20:15.791Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:20:15.793Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:20:15.793Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:20:15.793Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:20:25.342Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:20:25.344Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:21:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:21:15.793Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:21:15.793Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:21:15.793Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:21:15.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:21:15.795Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:21:25.343Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:21:25.376Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:22:15.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:22:15.792Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:22:15.792Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:22:15.793Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:22:15.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:22:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:22:24.845Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:22:24.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-14T01:22:24.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"01318e8b-654d-4fe1-82c3-c4fdb4b3abc1","serviceName":"basic_onboard_mslUAP","serviceVersion":"1.0","serviceUUID":"a149e5f5-61d0-4c00-ab4a-eaa7f9c10e77","serviceDescription":"service","serviceInvariantUUID":"8cd0ad51-6498-473f-bdb3-2decc86b689b","resources":[{"resourceInstanceName":"basic_onboard_mslUAP 0","resourceName":"basic_onboard_mslUAP","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"01e64fb2-574e-498d-8a63-f88497f501e8","resourceInvariantUUID":"7bcc1bc4-56d8-4c5f-b72b-504f817df06a","resourceCustomizationUUID":"8d0d9abb-9b2b-4380-9d5f-c706975ffdff","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vf-license-model.xml","artifactChecksum":"ZmNmMTA3MmM4ZDhlODAxZmQyNDMwYzFiNjlmZDA1MTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2c74aade-3951-49f4-a56c-ff8cca26d7bc","artifactVersion":"1"},{"artifactName":"basic_onboard_msluap0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json","artifactChecksum":"ODNhMDVmY2U3ZGI4ODIxNzE3ZjUxMzgyZDIyMTAxNTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be2e3071-adf8-48b6-a8a9-1df063ac0e11","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"18f35d25-905d-4c62-8a41-508129e4261b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"15beaa60-b337-4a64-9063-0e9a327176af","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8e9ca160-00f3-4c11-97f3-9074d050f930","artifactVersion":"2","generatedFromUUID":"18f35d25-905d-4c62-8a41-508129e4261b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMsluap-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-template.yml","artifactChecksum":"ZDMwYzRlOGM0N2JlYzI1YjM2NzRiNGY2YjUwNWY2ZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f6a2718c-f63e-4db7-9983-47d2a8b110d9","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMsluap-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar","artifactChecksum":"N2FjMjIwN2I0ZjI2ZTljMGVjZjIxOWI1MDdjZDM0OTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0b3ad337-9740-42fb-9eaf-da9f23c80776","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-14T01:22:24.856Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:22:24.862Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:22:24.871Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:22:24.872Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955335790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:22:24.972Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-05-14T01:22:24.978Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:22:24.978Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:22:24.990Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:22:24.990Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:22:25.021Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:22:25.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:22:25.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955338540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:22:25.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:22:25.879Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:22:25.879Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:22:25.881Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:22:25.882Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955335790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:22:25.982Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:22:25.983Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:22:25.983Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:22:25.994Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:22:25.994Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:22:26.882Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:22:26.884Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:22:26.888Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:22:26.888Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955335790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:22:26.988Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:22:26.989Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:22:26.990Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:22:27.002Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:22:27.002Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:22:27.889Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:22:27.890Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:22:27.893Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:22:27.893Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955335790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:22:27.993Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:22:27.994Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:22:27.995Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:22:28.007Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:22:28.007Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:22:28.894Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:22:28.895Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:22:28.897Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:22:28.898Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955335790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-14T01:22:28.998Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:22:28.999Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:22:28.999Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:22:29.011Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:22:29.011Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:22:29.899Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:22:29.899Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:22:29.901Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:22:29.902Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955335790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:22:30.002Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:22:30.003Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:22:30.003Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:22:30.013Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:22:30.014Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:22:30.902Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:22:30.903Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:22:30.905Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:22:30.905Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955335790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:22:31.005Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:22:31.006Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:22:31.007Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:22:31.035Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:22:31.036Z||pool-9-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:22:31.907Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "serviceName": "basic_onboard_mslUAP",
  "serviceVersion": "1.0",
  "serviceUUID": "a149e5f5-61d0-4c00-ab4a-eaa7f9c10e77",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8cd0ad51-6498-473f-bdb3-2decc86b689b",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_mslUAP 0",
      "resourceCustomizationUUID": "8d0d9abb-9b2b-4380-9d5f-c706975ffdff",
      "resourceName": "basic_onboard_mslUAP",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "01e64fb2-574e-498d-8a63-f88497f501e8",
      "resourceInvariantUUID": "7bcc1bc4-56d8-4c5f-b72b-504f817df06a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_msluap0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json",
          "artifactChecksum": "ODNhMDVmY2U3ZGI4ODIxNzE3ZjUxMzgyZDIyMTAxNTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "be2e3071-adf8-48b6-a8a9-1df063ac0e11",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "18f35d25-905d-4c62-8a41-508129e4261b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8e9ca160-00f3-4c11-97f3-9074d050f930",
            "generatedFromUUID": "18f35d25-905d-4c62-8a41-508129e4261b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8e9ca160-00f3-4c11-97f3-9074d050f930",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardMsluap-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
      "artifactChecksum": "N2FjMjIwN2I0ZjI2ZTljMGVjZjIxOWI1MDdjZDM0OTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0b3ad337-9740-42fb-9eaf-da9f23c80776"
    }
  ],
  "workloadContext": "Production"
}
2021-05-14T01:22:31.909Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-14T01:22:31.909Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a149e5f5-61d0-4c00-ab4a-eaa7f9c10e77 ASDC
2021-05-14T01:22:31.992Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:01318e8b-654d-4fe1-82c3-c4fdb4b3abc1
ServiceName:basic_onboard_mslUAP
ServiceVersion:1.0
ServiceUUID:a149e5f5-61d0-4c00-ab4a-eaa7f9c10e77
ServiceInvariantUUID:8cd0ad51-6498-473f-bdb3-2decc86b689b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMsluap-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar
ArtifactUUID:0b3ad337-9740-42fb-9eaf-da9f23c80776
ArtifactChecksum:N2FjMjIwN2I0ZjI2ZTljMGVjZjIxOWI1MDdjZDM0OTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_mslUAP 0
ResourceCustomizationUUID:8d0d9abb-9b2b-4380-9d5f-c706975ffdff
ResourceInvariantUUID:7bcc1bc4-56d8-4c5f-b72b-504f817df06a
ResourceName:basic_onboard_mslUAP
ResourceType:VF
ResourceUUID:01e64fb2-574e-498d-8a63-f88497f501e8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_msluap0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json
ArtifactUUID:be2e3071-adf8-48b6-a8a9-1df063ac0e11
ArtifactChecksum:ODNhMDVmY2U3ZGI4ODIxNzE3ZjUxMzgyZDIyMTAxNTE=
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/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml
ArtifactUUID:18f35d25-905d-4c62-8a41-508129e4261b
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/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env
ArtifactUUID:8e9ca160-00f3-4c11-97f3-9074d050f930
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/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env
ArtifactUUID:8e9ca160-00f3-4c11-97f3-9074d050f930
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-14T01:22:31.992Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a149e5f5-61d0-4c00-ab4a-eaa7f9c10e77 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:22:32.232Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-14T01:22:32.234Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:22:32.235Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:22:32.235Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0b3ad337-9740-42fb-9eaf-da9f23c80776 from URL: /sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar
2021-05-14T01:22:32.235Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:22:32.237Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar
2021-05-14T01:22:33.246Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:22:33.259Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar 0b3ad337-9740-42fb-9eaf-da9f23c80776 74797
2021-05-14T01:22:33.259Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar ASDC sendASDCNotification
2021-05-14T01:22:33.259Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar
2021-05-14T01:22:33.260Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:22:33.261Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:22:33.262Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:22:33.263Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955353259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:22:33.363Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:22:33.364Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:22:33.364Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:22:33.380Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:22:33.380Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:22:34.263Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-14T01:22:34.265Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:22:34.265Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0b3ad337-9740-42fb-9eaf-da9f23c80776, URL: /sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar to file: /app/ASDC/1/service-BasicOnboardMsluap-csar.csar
2021-05-14T01:22:34.266Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMsluap-csar.csar
2021-05-14T01:22:34.375Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMsluap-csar.csar
2021-05-14T01:22:34.375Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMsluap-csar.csar
2021-05-14T01:22:34.685Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6616766472235224033/Definitions/service-BasicOnboardMsluap-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-05-14T01:22:36.154Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-14T01:22:36.157Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-14T01:22:36.157Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMsluap-csar.csar
2021-05-14T01:22:36.157Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-14T01:22:36.157Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||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-BasicOnboardMsluap-csar.csar
2021-05-14T01:22:36.157Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mslUAP 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-BasicOnboardMsluap-csar.csar
2021-05-14T01:22:36.157Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMsluap-csar.csar
2021-05-14T01:22:36.157Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mslUAP 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMsluap-csar.csar
2021-05-14T01:22:36.158Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMsluap-csar.csar
2021-05-14T01:22:36.158Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMsluap-csar.csar
2021-05-14T01:22:36.158Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMsluap-csar.csar
2021-05-14T01:22:36.158Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMsluap-csar.csar
2021-05-14T01:22:36.158Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMsluap-csar.csar
2021-05-14T01:22:36.158Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardMsluap-csar.csar
2021-05-14T01:22:36.158Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-14T01:22:36.162Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:36.164Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mslUAP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:22:36.166Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mslUAP 0 is matching search criteria
2021-05-14T01:22:36.166Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-14T01:22:36.167Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mslUAP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-14T01:22:36.168Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:36.168Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mslUAP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:22:36.168Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mslUAP 0 is matching search criteria
2021-05-14T01:22:36.168Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-14T01:22:36.168Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mslUAP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-14T01:22:36.168Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:36.168Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mslUAP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:22:36.171Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:36.171Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mslUAP 0 is not matching search criteria
2021-05-14T01:22:36.171Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-14T01:22:36.171Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-14T01:22:36.171Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-14T01:22:36.171Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-14T01:22:36.171Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-14T01:22:36.171Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:36.171Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mslUAP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-14T01:22:36.172Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:36.172Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mslUAP 0 is matching search criteria
2021-05-14T01:22:36.172Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mslUAP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:22:36.172Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:36.172Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mslUAP 0 is matching search criteria
2021-05-14T01:22:36.172Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mslUAP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:22:36.172Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:36.173Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mslUAP 0 is matching search criteria
2021-05-14T01:22:36.173Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mslUAP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:22:36.173Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:36.173Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mslUAP 0 is not matching search criteria
2021-05-14T01:22:36.173Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-14T01:22:36.173Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-14T01:22:36.173Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f68af63d-7005-49eb-adb6-b4ffe19c50f6
2021-05-14T01:22:36.173Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:36.173Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mslUAP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:22:36.173Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:36.173Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mslUAP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:22:36.173Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:36.174Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mslUAP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:22:36.174Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:36.174Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mslUAP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:22:36.174Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_mslUAP
Description:service
Model UUID:a149e5f5-61d0-4c00-ab4a-eaa7f9c10e77
Model Version:NULL
Model InvariantUuid:8cd0ad51-6498-473f-bdb3-2decc86b689b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_mslUAP
Model UUID:cf3a6487-1e3a-4f00-a1c3-5c0c62894573
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7bcc1bc4-56d8-4c5f-b72b-504f817df06a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8d0d9abb-9b2b-4380-9d5f-c706975ffdff
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4534d4e1-c448-4e1f-b80c-83baee80e6b6
ModelName:BasicOnboardMsluap..base_ubuntu18..module-0
ModelUuid:1eabe26b-2f9f-465e-a37a-47ef63b36a90
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f68af63d-7005-49eb-adb6-b4ffe19c50f6
ModelInvariantUuid:3e7f2bb7-116e-4d48-904e-57554e952614
ModelName:basic_onboard_mslUAP-nodes.ubuntu18Cvfc
ModelUuid:5916de8e-af27-491f-abea-47dcfef6091b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:df5c5934-e55e-415b-b214-2e61a7a63e4a
ModelInvariantUuid:c7d423fc-8a3b-4b7b-aae1-1597a6003ee8
ModelName:BasicOnboardMsluap.compute.nodes.heat.ubuntu18
ModelUuid:93d5180c-513d-4338-860f-51d91dd7776e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-14T01:22:36.202Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 01e64fb2-574e-498d-8a63-f88497f501e8
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:22:36.274Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||basic_onboard_mslUAP 0
2021-05-14T01:22:36.292Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 01e64fb2-574e-498d-8a63-f88497f501e8
2021-05-14T01:22:36.293Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: be2e3071-adf8-48b6-a8a9-1df063ac0e11 from URL: /sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json
2021-05-14T01:22:36.293Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:22:36.293Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json
2021-05-14T01:22:40.088Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:22:40.088Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json be2e3071-adf8-48b6-a8a9-1df063ac0e11 798
2021-05-14T01:22:40.089Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json ASDC sendASDCNotification
2021-05-14T01:22:40.089Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json
2021-05-14T01:22:40.089Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:22:40.089Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:22:40.092Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:22:40.092Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955360089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:22:40.192Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:22:40.193Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:22:40.194Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:22:40.207Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:22:40.207Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:22:41.094Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMsluap..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4534d4e1-c448-4e1f-b80c-83baee80e6b6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1eabe26b-2f9f-465e-a37a-47ef63b36a90",
    "vfModuleModelCustomizationUUID": "2d0c4f8d-9f3c-4728-b9ba-f1ee15ffacd5",
    "isBase": true,
    "artifacts": [
      "18f35d25-905d-4c62-8a41-508129e4261b",
      "8e9ca160-00f3-4c11-97f3-9074d050f930"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-14T01:22:41.116Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMsluap..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1eabe26b-2f9f-465e-a37a-47ef63b36a90
VfModuleModelInvariantUUID:4534d4e1-c448-4e1f-b80c-83baee80e6b6
VfModuleModelDescription:NULL
Artifacts UUID List:{
18f35d25-905d-4c62-8a41-508129e4261b
,
8e9ca160-00f3-4c11-97f3-9074d050f930

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

isBase:true


}

2021-05-14T01:22:41.118Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMsluap..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4534d4e1-c448-4e1f-b80c-83baee80e6b6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1eabe26b-2f9f-465e-a37a-47ef63b36a90",
    "vfModuleModelCustomizationUUID": "2d0c4f8d-9f3c-4728-b9ba-f1ee15ffacd5",
    "isBase": true,
    "artifacts": [
      "18f35d25-905d-4c62-8a41-508129e4261b",
      "8e9ca160-00f3-4c11-97f3-9074d050f930"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-14T01:22:41.119Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMsluap..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1eabe26b-2f9f-465e-a37a-47ef63b36a90
VfModuleModelInvariantUUID:4534d4e1-c448-4e1f-b80c-83baee80e6b6
VfModuleModelDescription:NULL
Artifacts UUID List:{
18f35d25-905d-4c62-8a41-508129e4261b
,
8e9ca160-00f3-4c11-97f3-9074d050f930

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

isBase:true


}

2021-05-14T01:22:41.119Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 18f35d25-905d-4c62-8a41-508129e4261b from URL: /sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml
2021-05-14T01:22:41.119Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:22:41.119Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml
2021-05-14T01:22:41.462Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:22:41.462Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml 18f35d25-905d-4c62-8a41-508129e4261b 5033
2021-05-14T01:22:41.463Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-14T01:22:41.463Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml
2021-05-14T01:22:41.463Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:22:41.463Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:22:41.466Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:22:41.466Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955361463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:22:41.566Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:22:41.566Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:22:41.567Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:22:41.578Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:22:41.578Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:22:42.466Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8e9ca160-00f3-4c11-97f3-9074d050f930 from URL: /sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env
2021-05-14T01:22:42.467Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:22:42.467Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env
2021-05-14T01:22:42.669Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:22:42.669Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env 8e9ca160-00f3-4c11-97f3-9074d050f930 909
2021-05-14T01:22:42.670Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-14T01:22:42.670Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env
2021-05-14T01:22:42.670Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:22:42.670Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:22:42.673Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:22:42.673Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955362670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:22:42.773Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:22:42.773Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:22:42.774Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:22:42.786Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:22:42.786Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-14T01:22:43.674Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a149e5f5-61d0-4c00-ab4a-eaa7f9c10e77
2021-05-14T01:22:43.675Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mslUAP 0 01e64fb2-574e-498d-8a63-f88497f501e8 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:22:43.709Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:43.710Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mslUAP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:22:43.710Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-05-14T01:22:43.710Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 8d0d9abb-9b2b-4380-9d5f-c706975ffdff
2021-05-14T01:22:43.710Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8d0d9abb-9b2b-4380-9d5f-c706975ffdff matches Tosca VF Customization UUID: 8d0d9abb-9b2b-4380-9d5f-c706975ffdff
2021-05-14T01:22:43.710Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 8d0d9abb-9b2b-4380-9d5f-c706975ffdff  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-14T01:22:43.715Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:43.715Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mslUAP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:22:43.716Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 8d0d9abb-9b2b-4380-9d5f-c706975ffdff: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-05-14T01:22:43.716Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7685ccbd
2021-05-14T01:22:43.716Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:43.716Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mslUAP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-14T01:22:43.717Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2d0c4f8d-9f3c-4728-b9ba-f1ee15ffacd5
2021-05-14T01:22:43.718Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2d0c4f8d-9f3c-4728-b9ba-f1ee15ffacd5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-14T01:22:43.722Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:43.722Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mslUAP 0 is matching search criteria
2021-05-14T01:22:43.722Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mslUAP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:22:43.723Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:43.723Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mslUAP 0 is matching search criteria
2021-05-14T01:22:43.723Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mslUAP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:22:43.723Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:43.723Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mslUAP 0 is not matching search criteria
2021-05-14T01:22:43.724Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-14T01:22:43.724Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-14T01:22:43.724Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f68af63d-7005-49eb-adb6-b4ffe19c50f6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-14T01:22:43.735Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:43.735Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mslUAP 0 is matching search criteria
2021-05-14T01:22:43.735Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mslUAP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:22:43.735Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:43.735Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_mslUAP 0 is matching search criteria
2021-05-14T01:22:43.735Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_mslUAP 0] matching following query criteria: sdcType=VF, customizationUUID=8d0d9abb-9b2b-4380-9d5f-c706975ffdff
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:22:43.737Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:43.737Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mslUAP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:22:43.737Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a149e5f5-61d0-4c00-ab4a-eaa7f9c10e77: basic_onboard_mslUAP
2021-05-14T01:22:43.737Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:43.738Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mslUAP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:22:43.738Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:43.738Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mslUAP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:22:43.738Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:43.738Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mslUAP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:22:43.738Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:43.738Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mslUAP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:22:43.739Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:22:43.739Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_mslUAP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:22:43.739Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_mslUAP 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:22:43.914Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mslUAP 01e64fb2-574e-498d-8a63-f88497f501e8 1 ASDC deployResourceStructure
2021-05-14T01:22:43.915Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json ASDC sendASDCNotification
2021-05-14T01:22:43.915Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json
2021-05-14T01:22:43.915Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:22:43.915Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:22:43.916Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:22:43.916Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955363915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:22:44.017Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:22:44.017Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:22:44.018Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:22:44.032Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:22:44.032Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-05-14T01:22:44.917Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-14T01:22:44.917Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml
2021-05-14T01:22:44.917Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:22:44.917Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:22:44.919Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:22:44.919Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955364917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-14T01:22:45.019Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:22:45.020Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:22:45.020Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:22:45.033Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:22:45.033Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:22:45.919Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-14T01:22:45.920Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env
2021-05-14T01:22:45.920Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:22:45.920Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:22:45.923Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:22:45.923Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955365919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-14T01:22:46.023Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:22:46.024Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:22:46.024Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:22:46.046Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:22:46.046Z||pool-16-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:22:46.923Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar ASDC sendASDCNotification
2021-05-14T01:22:46.924Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar
2021-05-14T01:22:46.924Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:22:46.924Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:22:46.926Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:22:46.926Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955366923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:22:47.026Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:22:47.027Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:22:47.028Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:22:47.040Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:22:47.041Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:22:47.927Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:22:47.951Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:22:47.953Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:22:47.954Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-14T01:22:47.954Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-14T01:23:15.793Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:23:15.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:23:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:23:15.817Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:23:15.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:23:15.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955338875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:23:15.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:23:17.954Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:23:17.962Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:23:17.964Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:23:17.964Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-14T01:23:17.964Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-14T01:23:47.965Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:23:47.976Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:23:47.979Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:23:47.980Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-14T01:23:47.980Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-14T01:24:15.793Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:24:15.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:24:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:24:15.820Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:24:15.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:24:15.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955334797,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:24:15.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:24:15.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:24:15.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955342969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:24:15.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:24:15.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:24:15.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "policy-id",
  "timestamp": 1620955336752,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:24:15.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:24:15.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:24:15.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955335188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:24:15.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:24:15.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:24:15.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "dcae-sch",
  "timestamp": 1620955337605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:24:15.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:24:15.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:24:15.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955335790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:24:15.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:24:17.980Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:24:17.991Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:24:17.994Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:24:17.994Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-14T01:24:17.994Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-14T01:24:47.995Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:24:48.006Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:24:48.008Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:24:48.008Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-14T01:24:48.008Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-14T01:25:15.793Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:25:15.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:25:15.795Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:25:15.815Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:25:15.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955338875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:25:15.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955338540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955334797,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "policy-id",
  "timestamp": 1620955336752,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955342969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:25:15.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955335188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:25:15.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "dcae-sch",
  "timestamp": 1620955337605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955335790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:25:15.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "cds",
  "timestamp": 1620955345805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955338875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:25:15.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955338540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955334797,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955342969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:25:15.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "policy-id",
  "timestamp": 1620955336752,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:25:15.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955335188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:25:15.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "dcae-sch",
  "timestamp": 1620955337605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955335790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:25:15.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "cds",
  "timestamp": 1620955345805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955338875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955338540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955334797,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955342969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "policy-id",
  "timestamp": 1620955336752,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955335188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "dcae-sch",
  "timestamp": 1620955337605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955335790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "cds",
  "timestamp": 1620955345805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955338875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-14T01:25:15.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955338540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955334797,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955342969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-14T01:25:15.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "policy-id",
  "timestamp": 1620955336752,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955335188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-14T01:25:15.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "dcae-sch",
  "timestamp": 1620955337605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955335790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-14T01:25:15.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "aai-ml",
  "timestamp": 1620955348211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "cds",
  "timestamp": 1620955345805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955338875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955338540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955334797,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955342969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "policy-id",
  "timestamp": 1620955336752,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955335188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "dcae-sch",
  "timestamp": 1620955337605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "aai-ml",
  "timestamp": 1620955348211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955335790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "cds",
  "timestamp": 1620955345805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955338875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:25:15.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955338540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955334797,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:25:15.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955342969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:25:15.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "policy-id",
  "timestamp": 1620955336752,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:25:15.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955335188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:25:15.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "dcae-sch",
  "timestamp": 1620955337605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "aai-ml",
  "timestamp": 1620955348211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955335790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:25:15.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "cds",
  "timestamp": 1620955345805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "aai-ml",
  "timestamp": 1620955348211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "cds",
  "timestamp": 1620955345805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:25:15.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "aai-ml",
  "timestamp": 1620955348211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "clamp",
  "timestamp": 1620955352287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955353166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:25:15.836Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955353259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:25:15.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955353272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:25:15.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "policy-id",
  "timestamp": 1620955353260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:25:15.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955353287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:25:15.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955353291,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:25:15.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "aai-ml",
  "timestamp": 1620955348211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "clamp",
  "timestamp": 1620955352287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:25:15.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "policy-id",
  "timestamp": 1620955354266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:25:15.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "aai-ml",
  "timestamp": 1620955348211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:25:15.838Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "clamp",
  "timestamp": 1620955352287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.838Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "cds",
  "timestamp": 1620955355172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:25:15.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "policy-id",
  "timestamp": 1620955355269,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:25:15.843Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1
2021-05-14T01:25:15.844Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:25:15.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "clamp",
  "timestamp": 1620955352287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "cds",
  "timestamp": 1620955356184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:25:15.855Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1
2021-05-14T01:25:15.855Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:25:15.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "clamp",
  "timestamp": 1620955352287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955357324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:25:15.862Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955357943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:25:15.862Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "clamp",
  "timestamp": 1620955352287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:25:15.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955358331,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:25:15.868Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1
2021-05-14T01:25:15.868Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:25:15.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955358367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:25:15.875Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955358560,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:25:15.875Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "clamp",
  "timestamp": 1620955352287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:25:15.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:25:15.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955360089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:25:15.875Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "aai-ml",
  "timestamp": 1620955360178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:25:15.875Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955360463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:25:15.875Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955360479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:25:15.876Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955360485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:25:15.876Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955361468,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:25:15.879Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1
2021-05-14T01:25:15.879Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-14T01:25:15.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955361463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:25:15.885Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955361489,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:25:15.889Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1
2021-05-14T01:25:15.889Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-14T01:25:15.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955361605,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:25:15.902Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1
2021-05-14T01:25:15.902Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-14T01:25:15.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955362471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:25:15.908Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955362494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:25:15.908Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955362610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:25:15.909Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955362670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:25:15.909Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955363915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/basic_onboard_msluap0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:25:15.909Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955364917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-14T01:25:15.909Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955365919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/resourceInstances/basic_onboard_msluap0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-14T01:25:15.910Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955366923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:25:15.910Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "clamp",
  "timestamp": 1620955373029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:25:15.910Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "clamp",
  "timestamp": 1620955375032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:25:15.910Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "clamp",
  "timestamp": 1620955376036,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:25:15.915Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1
2021-05-14T01:25:15.915Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:25:15.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "aai-ml",
  "timestamp": 1620955378547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMsluap/1.0/artifacts/service-BasicOnboardMsluap-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:25:15.921Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:25:15.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:25:15.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "aai-ml",
  "timestamp": 1620955379553,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:25:15.924Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1
2021-05-14T01:25:15.925Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:25:18.009Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:25:18.024Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:25:18.027Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:25:18.028Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-14T01:25:18.028Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-14T01:25:18.028Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-14T01:25:18.028Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:25:18.028Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:25:18.028Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:25:18.028Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:25:18.029Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:25:18.029Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:25:18.029Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:25:18.034Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-14T01:25:48.034Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-14T01:25:48.044Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1 and serviceModelVersionId: a149e5f5-61d0-4c00-ab4a-eaa7f9c10e77
2021-05-14T01:25:48.044Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8cd0ad51-6498-473f-bdb3-2decc86b689b
2021-05-14T01:25:58.129Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8cd0ad51-6498-473f-bdb3-2decc86b689b/model-vers/model-ver/a149e5f5-61d0-4c00-ab4a-eaa7f9c10e77?depth=0
2021-05-14T01:25:58.240Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-05-14T01:25:58.826Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8cd0ad51-6498-473f-bdb3-2decc86b689b/model-vers/model-ver/a149e5f5-61d0-4c00-ab4a-eaa7f9c10e77?depth=0|INFO|500||Invoke
2021-05-14T01:25:58.832Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8cd0ad51-6498-473f-bdb3-2decc86b689b/model-vers/model-ver/a149e5f5-61d0-4c00-ab4a-eaa7f9c10e77?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8cd0ad51-6498-473f-bdb3-2decc86b689b/model-vers/model-ver/a149e5f5-61d0-4c00-ab4a-eaa7f9c10e77?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[01318e8b-654d-4fe1-82c3-c4fdb4b3abc1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6d0f8ad1-e2d3-431e-8e77-a6e15afe39b6], X-ECOMP-RequestID=[01318e8b-654d-4fe1-82c3-c4fdb4b3abc1], X-TransactionId=[], X-ONAP-RequestID=[01318e8b-654d-4fe1-82c3-c4fdb4b3abc1], Content-Type=[application/merge-patch+json]}
2021-05-14T01:25:58.934Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8cd0ad51-6498-473f-bdb3-2decc86b689b/model-vers/model-ver/a149e5f5-61d0-4c00-ab4a-eaa7f9c10e77?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-14T01:25:59.088Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8cd0ad51-6498-473f-bdb3-2decc86b689b/model-vers/model-ver/a149e5f5-61d0-4c00-ab4a-eaa7f9c10e77?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/8cd0ad51-6498-473f-bdb3-2decc86b689b/model-vers/model-ver/a149e5f5-61d0-4c00-ab4a-eaa7f9c10e77?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210514-01:25:58:941-64822], vertex-id=[356472], Content-Length=[0], Date=[Fri, 14 May 2021 01:25:58 GMT], Content-Type=[application/json]}
2021-05-14T01:25:59.089Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8cd0ad51-6498-473f-bdb3-2decc86b689b/model-vers/model-ver/a149e5f5-61d0-4c00-ab4a-eaa7f9c10e77?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-14T01:25:59.089Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8cd0ad51-6498-473f-bdb3-2decc86b689b/model-vers/model-ver/a149e5f5-61d0-4c00-ab4a-eaa7f9c10e77?depth=0|INFO|500||InvokeReturn
2021-05-14T01:25:59.092Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-14T01:25:59.092Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:25:59.095Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-14T01:25:59.096Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 01318e8b-654d-4fe1-82c3-c4fdb4b3abc1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-14T01:25:59.097Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-14T01:25:59.097Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:25:59.098Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:25:59.098Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955559096,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-14T01:25:59.199Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-14T01:25:59.200Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:25:59.200Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:25:59.215Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:25:59.215Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-14T01:26:00.111Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:26:00.112Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:26:00.112Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:26:04.446Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:26:04.447Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-14T01:26:04.447Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b6ea7a90-bd93-492f-9611-f690ef2588b5","serviceName":"vFW 2021-05-14 01-22-21","serviceVersion":"1.0","serviceUUID":"8a0720d3-476a-42a6-aa2c-0acdd15393d7","serviceDescription":"catalog service description","serviceInvariantUUID":"0c0c4b78-c33f-4465-8dab-6874c00f0a1a","resources":[{"resourceInstanceName":"vFW 2e2fe95a-36e0 0","resourceName":"vFW 2e2fe95a-36e0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6c63269d-671f-462c-9b5b-554307da9e44","resourceInvariantUUID":"53d975b5-4182-47d3-94df-77a98e545b19","resourceCustomizationUUID":"64a60b8c-0ca8-4fdb-b3a2-f47adfcf3be9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vf-license-model.xml","artifactChecksum":"OTU3MTVjOGM0MDVkZjMyMDc4NzBkYTI5YjkzZmY3NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97461a04-38d5-4f9c-9000-27f019c6fa1a","artifactVersion":"1"},{"artifactName":"vfw2e2fe95a36e00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json","artifactChecksum":"ZTVmMzY1ZTM1ZTgyZjEwOTQ0ZjliNTBmZTQwOWVhNGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3d88476d-f791-4624-baa9-8302d49be8b5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ea7318b2-183e-4e0b-9df0-f4bab1ab26c2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vendor-license-model.xml","artifactChecksum":"OTIxNWNjOTY5MzY1ZGUzNTA4MDg1ZTQ0ZGUyNTI2YjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3ce7a047-9164-46a9-9b4e-716a14c530cb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4132a20d-16fe-4aa0-86e2-5759ea528c0e","artifactVersion":"2","generatedFromUUID":"ea7318b2-183e-4e0b-9df0-f4bab1ab26c2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210514012221-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-template.yml","artifactChecksum":"NmYwMzk3YjVkNzE2YzUwNzdmOGU3NzM2MTkyZDk3NzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5100f9e1-ac24-4e76-b4f3-fd9e6f8b5659","artifactVersion":"1"},{"artifactName":"service-Vfw20210514012221-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar","artifactChecksum":"ZWVkMTc5MGQxYzFmNzc5MDdmZjY4NGNmYzNmNjExNDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13c89df8-2ac0-4e75-85b8-8659107b2a46","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-14T01:26:04.450Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:26:04.450Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:26:04.452Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:26:04.452Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955560111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:04.553Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:26:04.554Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:26:04.554Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:26:04.568Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:26:04.568Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:26:05.453Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:26:05.454Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:26:05.457Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:26:05.457Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955560111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:26:05.557Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:26:05.558Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:26:05.559Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:26:05.572Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:26:05.573Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:26:06.458Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:26:06.459Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:26:06.462Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:26:06.462Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955560111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:26:06.562Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:26:06.563Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:26:06.563Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:26:06.577Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:26:06.578Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:26:07.463Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:26:07.464Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:26:07.467Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:26:07.467Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955560111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:07.568Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-14T01:26:07.569Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:26:07.570Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:26:07.583Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:26:07.583Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:26:08.468Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:26:08.469Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:26:08.472Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:26:08.472Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955560111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-14T01:26:08.572Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:26:08.573Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:26:08.573Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:26:08.588Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:26:08.588Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-05-14T01:26:09.473Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:26:09.474Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:26:09.476Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:26:09.477Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955560111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:09.577Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:26:09.577Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:26:09.578Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:26:09.591Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:26:09.591Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:26:10.477Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:26:10.478Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:26:10.480Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:26:10.480Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955560111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:26:10.581Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:26:10.581Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:26:10.582Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:26:10.594Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:26:10.594Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:26:11.483Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "serviceName": "vFW 2021-05-14 01-22-21",
  "serviceVersion": "1.0",
  "serviceUUID": "8a0720d3-476a-42a6-aa2c-0acdd15393d7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0c0c4b78-c33f-4465-8dab-6874c00f0a1a",
  "resources": [
    {
      "resourceInstanceName": "vFW 2e2fe95a-36e0 0",
      "resourceCustomizationUUID": "64a60b8c-0ca8-4fdb-b3a2-f47adfcf3be9",
      "resourceName": "vFW 2e2fe95a-36e0",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6c63269d-671f-462c-9b5b-554307da9e44",
      "resourceInvariantUUID": "53d975b5-4182-47d3-94df-77a98e545b19",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw2e2fe95a36e00_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json",
          "artifactChecksum": "ZTVmMzY1ZTM1ZTgyZjEwOTQ0ZjliNTBmZTQwOWVhNGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3d88476d-f791-4624-baa9-8302d49be8b5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ea7318b2-183e-4e0b-9df0-f4bab1ab26c2",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4132a20d-16fe-4aa0-86e2-5759ea528c0e",
            "generatedFromUUID": "ea7318b2-183e-4e0b-9df0-f4bab1ab26c2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4132a20d-16fe-4aa0-86e2-5759ea528c0e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210514012221-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
      "artifactChecksum": "ZWVkMTc5MGQxYzFmNzc5MDdmZjY4NGNmYzNmNjExNDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "13c89df8-2ac0-4e75-85b8-8659107b2a46"
    }
  ],
  "workloadContext": "Production"
}
2021-05-14T01:26:11.483Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-14T01:26:11.484Z|01318e8b-654d-4fe1-82c3-c4fdb4b3abc1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a0720d3-476a-42a6-aa2c-0acdd15393d7 ASDC
2021-05-14T01:26:11.484Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b6ea7a90-bd93-492f-9611-f690ef2588b5
ServiceName:vFW 2021-05-14 01-22-21
ServiceVersion:1.0
ServiceUUID:8a0720d3-476a-42a6-aa2c-0acdd15393d7
ServiceInvariantUUID:0c0c4b78-c33f-4465-8dab-6874c00f0a1a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210514012221-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar
ArtifactUUID:13c89df8-2ac0-4e75-85b8-8659107b2a46
ArtifactChecksum:ZWVkMTc5MGQxYzFmNzc5MDdmZjY4NGNmYzNmNjExNDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2e2fe95a-36e0 0
ResourceCustomizationUUID:64a60b8c-0ca8-4fdb-b3a2-f47adfcf3be9
ResourceInvariantUUID:53d975b5-4182-47d3-94df-77a98e545b19
ResourceName:vFW 2e2fe95a-36e0
ResourceType:VF
ResourceUUID:6c63269d-671f-462c-9b5b-554307da9e44
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2e2fe95a36e00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json
ArtifactUUID:3d88476d-f791-4624-baa9-8302d49be8b5
ArtifactChecksum:ZTVmMzY1ZTM1ZTgyZjEwOTQ0ZjliNTBmZTQwOWVhNGI=
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/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml
ArtifactUUID:ea7318b2-183e-4e0b-9df0-f4bab1ab26c2
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/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env
ArtifactUUID:4132a20d-16fe-4aa0-86e2-5759ea528c0e
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/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env
ArtifactUUID:4132a20d-16fe-4aa0-86e2-5759ea528c0e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-14T01:26:11.484Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a0720d3-476a-42a6-aa2c-0acdd15393d7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:26:11.512Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-14T01:26:11.513Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:26:11.513Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:26:11.513Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 13c89df8-2ac0-4e75-85b8-8659107b2a46 from URL: /sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar
2021-05-14T01:26:11.513Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:26:11.513Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar
2021-05-14T01:26:12.658Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:26:12.663Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar 13c89df8-2ac0-4e75-85b8-8659107b2a46 110190
2021-05-14T01:26:12.663Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar ASDC sendASDCNotification
2021-05-14T01:26:12.663Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar
2021-05-14T01:26:12.663Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:26:12.664Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:26:12.665Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:26:12.665Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955572663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:26:12.766Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-14T01:26:12.766Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:26:12.766Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:26:12.778Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:26:12.779Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-14T01:26:13.666Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-14T01:26:13.667Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:26:13.667Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 13c89df8-2ac0-4e75-85b8-8659107b2a46, URL: /sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar to file: /app/ASDC/1/service-Vfw20210514012221-csar.csar
2021-05-14T01:26:13.668Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210514012221-csar.csar
2021-05-14T01:26:13.668Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210514012221-csar.csar
2021-05-14T01:26:13.668Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210514012221-csar.csar
2021-05-14T01:26:13.949Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17444510850744364856/Definitions/service-Vfw20210514012221-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-05-14T01:26:15.793Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:26:15.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:26:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:26:15.818Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:26:15.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955438875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955438539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "clamp",
  "timestamp": 1620955442287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955442969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "dcae-sch",
  "timestamp": 1620955437605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "aai-ml",
  "timestamp": 1620955438211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "clamp",
  "timestamp": 1620955442287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:26:15.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955438875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:26:15.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955438539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955442969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:26:15.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "dcae-sch",
  "timestamp": 1620955437605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "aai-ml",
  "timestamp": 1620955438211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "clamp",
  "timestamp": 1620955442287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955438875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:26:15.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955438539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955442969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:26:15.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "dcae-sch",
  "timestamp": 1620955437605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "aai-ml",
  "timestamp": 1620955438211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "clamp",
  "timestamp": 1620955442287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955438875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955438539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955442969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "dcae-sch",
  "timestamp": 1620955437605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "aai-ml",
  "timestamp": 1620955438211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955438875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-14T01:26:15.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "clamp",
  "timestamp": 1620955442287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955438539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955442969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-14T01:26:15.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "dcae-sch",
  "timestamp": 1620955437605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "aai-ml",
  "timestamp": 1620955438211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "cds",
  "timestamp": 1620955450805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955438875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "clamp",
  "timestamp": 1620955442287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955438539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955442969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "dcae-sch",
  "timestamp": 1620955437605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "aai-ml",
  "timestamp": 1620955438211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "cds",
  "timestamp": 1620955450805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "clamp",
  "timestamp": 1620955442287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:26:15.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955438875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:26:15.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955438539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955442969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:26:15.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "dcae-sch",
  "timestamp": 1620955437605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "aai-ml",
  "timestamp": 1620955438211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:26:15.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "cds",
  "timestamp": 1620955450805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "cds",
  "timestamp": 1620955450805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955454797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:26:15.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:26:15.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "cds",
  "timestamp": 1620955450805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:26:15.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-05-14T01:26:16.016Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-14T01:26:16.016Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-14T01:26:16.016Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210514012221-csar.csar
2021-05-14T01:26:16.017Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-14T01:26:16.017Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||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-Vfw20210514012221-csar.csar
2021-05-14T01:26:16.017Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||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-Vfw20210514012221-csar.csar
2021-05-14T01:26:16.017Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210514012221-csar.csar
2021-05-14T01:26:16.017Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210514012221-csar.csar
2021-05-14T01:26:16.017Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210514012221-csar.csar
2021-05-14T01:26:16.017Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||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-Vfw20210514012221-csar.csar
2021-05-14T01:26:16.017Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210514012221-csar.csar
2021-05-14T01:26:16.017Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210514012221-csar.csar
2021-05-14T01:26:16.017Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210514012221-csar.csar
2021-05-14T01:26:16.017Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210514012221-csar.csar
2021-05-14T01:26:16.017Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2e2fe95a-36e0 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210514012221-csar.csar
2021-05-14T01:26:16.018Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210514012221-csar.csar
2021-05-14T01:26:16.018Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210514012221-csar.csar
2021-05-14T01:26:16.018Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2e2fe95a-36e0 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-Vfw20210514012221-csar.csar
2021-05-14T01:26:16.018Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-14T01:26:16.018Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:16.018Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-14 01-22-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:26:16.018Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2e2fe95a-36e0 0 is matching search criteria
2021-05-14T01:26:16.018Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-14T01:26:16.019Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2e2fe95a-36e0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-14T01:26:16.019Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:16.019Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-14 01-22-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:26:16.019Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2e2fe95a-36e0 0 is matching search criteria
2021-05-14T01:26:16.019Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-14T01:26:16.019Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2e2fe95a-36e0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-14T01:26:16.019Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:16.020Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-14 01-22-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:26:16.020Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:16.020Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2e2fe95a-36e0 0 is not matching search criteria
2021-05-14T01:26:16.020Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-14T01:26:16.020Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-14T01:26:16.020Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-14T01:26:16.020Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-14T01:26:16.020Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-14T01:26:16.021Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-14T01:26:16.021Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-14T01:26:16.021Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-14T01:26:16.021Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-14T01:26:16.021Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-14T01:26:16.021Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-14T01:26:16.021Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-14T01:26:16.021Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-14T01:26:16.021Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-14T01:26:16.021Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-14T01:26:16.022Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-14T01:26:16.022Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:16.022Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-14 01-22-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-14T01:26:16.022Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:16.022Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2e2fe95a-36e0 0 is matching search criteria
2021-05-14T01:26:16.022Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2e2fe95a-36e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:26:16.022Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:16.023Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2e2fe95a-36e0 0 is matching search criteria
2021-05-14T01:26:16.023Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2e2fe95a-36e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:26:16.023Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:16.023Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2e2fe95a-36e0 0 is matching search criteria
2021-05-14T01:26:16.023Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2e2fe95a-36e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:26:16.023Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:16.023Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2e2fe95a-36e0 0 is not matching search criteria
2021-05-14T01:26:16.023Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-14T01:26:16.024Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-14T01:26:16.024Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-14T01:26:16.024Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-14T01:26:16.024Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-14T01:26:16.024Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-14T01:26:16.024Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-14T01:26:16.024Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-14T01:26:16.024Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-14T01:26:16.024Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-14T01:26:16.025Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-14T01:26:16.025Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8bc88e39-5c61-487b-bdbc-dd4c7f208d15
2021-05-14T01:26:16.025Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:16.025Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2e2fe95a-36e0 0 is not matching search criteria
2021-05-14T01:26:16.025Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-14T01:26:16.025Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-14T01:26:16.025Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-14T01:26:16.025Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-14T01:26:16.026Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-14T01:26:16.026Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-14T01:26:16.026Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-14T01:26:16.026Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-14T01:26:16.026Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-14T01:26:16.026Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-14T01:26:16.026Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-14T01:26:16.026Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-14T01:26:16.026Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bc79b5f2-e603-433a-8f53-360d82529f30
2021-05-14T01:26:16.027Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:16.027Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2e2fe95a-36e0 0 is not matching search criteria
2021-05-14T01:26:16.027Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-14T01:26:16.027Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-14T01:26:16.027Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-14T01:26:16.027Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-14T01:26:16.027Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-14T01:26:16.027Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-14T01:26:16.027Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-14T01:26:16.028Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-14T01:26:16.028Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-14T01:26:16.028Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-14T01:26:16.028Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-14T01:26:16.028Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-14T01:26:16.028Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4d1c3170-ca7e-413b-ae73-6e6bacfe336b
2021-05-14T01:26:16.028Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:16.028Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-14 01-22-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:26:16.029Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:16.029Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-14 01-22-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:26:16.029Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:16.029Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-14 01-22-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:26:16.029Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:16.029Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-14 01-22-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:26:16.029Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-05-14 01-22-21
Description:catalog service description
Model UUID:8a0720d3-476a-42a6-aa2c-0acdd15393d7
Model Version:NULL
Model InvariantUuid:0c0c4b78-c33f-4465-8dab-6874c00f0a1a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 2e2fe95a-36e0
Model UUID:0c099c56-9ac0-4180-8777-7348e13a7b2f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:53d975b5-4182-47d3-94df-77a98e545b19
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:64a60b8c-0ca8-4fdb-b3a2-f47adfcf3be9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fb64d5ca-c29c-4d73-b408-088163a44ad3
ModelName:Vfw2e2fe95a36e0..base_vfw..module-0
ModelUuid:3dc6a886-34d6-4117-a769-58486cf56b4c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8bc88e39-5c61-487b-bdbc-dd4c7f208d15
ModelInvariantUuid:80030ffa-10bb-4c1e-893e-92261d8bd3f2
ModelName:vFW 2e2fe95a-36e0-nodes.vfwCvfc
ModelUuid:daa43273-bfde-4b7a-81b0-03068a2eb67f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:e75264ec-7a16-476d-8e75-2e1a56241d28
ModelInvariantUuid:bea47215-72b5-4414-b21d-9e184fd09118
ModelName:Vfw2e2fe95a36e0.compute.nodes.heat.vfw
ModelUuid:10466159-ca06-4505-8e6b-b1c7902d5179
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:bc79b5f2-e603-433a-8f53-360d82529f30
ModelInvariantUuid:9707bd39-ff81-4dd6-a5d9-53da444890f8
ModelName:vFW 2e2fe95a-36e0-nodes.vsnCvfc
ModelUuid:ac39be88-2897-4d62-ab74-84e80a874740
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e6cdec80-b9d7-4c2f-a21a-bb01acaad0bb
ModelInvariantUuid:25be2501-70cc-48fc-8725-b67fda3cdfd1
ModelName:Vfw2e2fe95a36e0.compute.nodes.heat.vsn
ModelUuid:a436f69a-3b7d-4b47-9508-76a8b07fbcfd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4d1c3170-ca7e-413b-ae73-6e6bacfe336b
ModelInvariantUuid:552d0854-a60b-4921-9918-23d82aac658a
ModelName:vFW 2e2fe95a-36e0-nodes.vpgCvfc
ModelUuid:0aedb31e-507a-4685-a8fb-62ed2a153cc3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:06d29536-6d05-403c-841e-3d500f820be1
ModelInvariantUuid:6b9962b5-f791-419d-b587-f5b8fafb09c1
ModelName:Vfw2e2fe95a36e0.compute.nodes.heat.vpg
ModelUuid:34743c1e-c831-4e60-ac9e-1b35787f2527
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-14T01:26:16.034Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 6c63269d-671f-462c-9b5b-554307da9e44
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:26:16.038Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||vFW 2e2fe95a-36e0 0
2021-05-14T01:26:16.038Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6c63269d-671f-462c-9b5b-554307da9e44
2021-05-14T01:26:16.038Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3d88476d-f791-4624-baa9-8302d49be8b5 from URL: /sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json
2021-05-14T01:26:16.038Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:26:16.038Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json
2021-05-14T01:26:19.160Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:26:19.160Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json 3d88476d-f791-4624-baa9-8302d49be8b5 785
2021-05-14T01:26:19.160Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json ASDC sendASDCNotification
2021-05-14T01:26:19.161Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json
2021-05-14T01:26:19.161Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:26:19.161Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:26:19.163Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:26:19.163Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955579160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:26:19.263Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-14T01:26:19.264Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:26:19.264Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:26:19.275Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:26:19.276Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-14T01:26:20.164Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2e2fe95a36e0..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fb64d5ca-c29c-4d73-b408-088163a44ad3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3dc6a886-34d6-4117-a769-58486cf56b4c",
    "vfModuleModelCustomizationUUID": "99744aed-47e9-4485-bb10-975559fabafc",
    "isBase": true,
    "artifacts": [
      "ea7318b2-183e-4e0b-9df0-f4bab1ab26c2",
      "4132a20d-16fe-4aa0-86e2-5759ea528c0e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-14T01:26:20.170Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2e2fe95a36e0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3dc6a886-34d6-4117-a769-58486cf56b4c
VfModuleModelInvariantUUID:fb64d5ca-c29c-4d73-b408-088163a44ad3
VfModuleModelDescription:NULL
Artifacts UUID List:{
ea7318b2-183e-4e0b-9df0-f4bab1ab26c2
,
4132a20d-16fe-4aa0-86e2-5759ea528c0e

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

isBase:true


}

2021-05-14T01:26:20.174Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2e2fe95a36e0..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fb64d5ca-c29c-4d73-b408-088163a44ad3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3dc6a886-34d6-4117-a769-58486cf56b4c",
    "vfModuleModelCustomizationUUID": "99744aed-47e9-4485-bb10-975559fabafc",
    "isBase": true,
    "artifacts": [
      "ea7318b2-183e-4e0b-9df0-f4bab1ab26c2",
      "4132a20d-16fe-4aa0-86e2-5759ea528c0e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-14T01:26:20.174Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2e2fe95a36e0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3dc6a886-34d6-4117-a769-58486cf56b4c
VfModuleModelInvariantUUID:fb64d5ca-c29c-4d73-b408-088163a44ad3
VfModuleModelDescription:NULL
Artifacts UUID List:{
ea7318b2-183e-4e0b-9df0-f4bab1ab26c2
,
4132a20d-16fe-4aa0-86e2-5759ea528c0e

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

isBase:true


}

2021-05-14T01:26:20.174Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ea7318b2-183e-4e0b-9df0-f4bab1ab26c2 from URL: /sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml
2021-05-14T01:26:20.174Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:26:20.175Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml
2021-05-14T01:26:20.431Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:26:20.432Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml ea7318b2-183e-4e0b-9df0-f4bab1ab26c2 20368
2021-05-14T01:26:20.433Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-14T01:26:20.433Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml
2021-05-14T01:26:20.433Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:26:20.434Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:26:20.436Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:26:20.436Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955580433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:26:20.536Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:26:20.537Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:26:20.537Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:26:20.550Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:26:20.550Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:26:21.437Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4132a20d-16fe-4aa0-86e2-5759ea528c0e from URL: /sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env
2021-05-14T01:26:21.438Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:26:21.438Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env
2021-05-14T01:26:21.742Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:26:21.743Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env 4132a20d-16fe-4aa0-86e2-5759ea528c0e 2098
2021-05-14T01:26:21.743Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-14T01:26:21.743Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env
2021-05-14T01:26:21.743Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:26:21.744Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:26:21.747Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:26:21.747Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955581743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:26:21.847Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:26:21.848Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:26:21.848Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:26:21.859Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:26:21.860Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:26:22.747Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 8a0720d3-476a-42a6-aa2c-0acdd15393d7
2021-05-14T01:26:22.748Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2e2fe95a-36e0 0 6c63269d-671f-462c-9b5b-554307da9e44 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:26:22.770Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:22.770Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-14 01-22-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:26:22.770Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-05-14T01:26:22.770Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 64a60b8c-0ca8-4fdb-b3a2-f47adfcf3be9
2021-05-14T01:26:22.771Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 64a60b8c-0ca8-4fdb-b3a2-f47adfcf3be9 matches Tosca VF Customization UUID: 64a60b8c-0ca8-4fdb-b3a2-f47adfcf3be9
2021-05-14T01:26:22.771Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 64a60b8c-0ca8-4fdb-b3a2-f47adfcf3be9  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-14T01:26:22.773Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:22.773Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-14 01-22-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:26:22.773Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 64a60b8c-0ca8-4fdb-b3a2-f47adfcf3be9: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-05-14T01:26:22.773Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36c16389
2021-05-14T01:26:22.774Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:22.774Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-14 01-22-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-14T01:26:22.774Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 99744aed-47e9-4485-bb10-975559fabafc
2021-05-14T01:26:22.774Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 99744aed-47e9-4485-bb10-975559fabafc
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-14T01:26:22.775Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:22.776Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2e2fe95a-36e0 0 is matching search criteria
2021-05-14T01:26:22.776Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2e2fe95a-36e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:26:22.776Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:22.776Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2e2fe95a-36e0 0 is matching search criteria
2021-05-14T01:26:22.776Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2e2fe95a-36e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:26:22.776Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:22.776Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2e2fe95a-36e0 0 is not matching search criteria
2021-05-14T01:26:22.776Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-14T01:26:22.776Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-14T01:26:22.776Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-14T01:26:22.776Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-14T01:26:22.777Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-14T01:26:22.777Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-14T01:26:22.777Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-14T01:26:22.777Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-14T01:26:22.777Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-14T01:26:22.777Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-14T01:26:22.777Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-14T01:26:22.777Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8bc88e39-5c61-487b-bdbc-dd4c7f208d15
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-14T01:26:22.779Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:22.779Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2e2fe95a-36e0 0 is matching search criteria
2021-05-14T01:26:22.779Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2e2fe95a-36e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:26:22.779Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:22.779Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2e2fe95a-36e0 0 is not matching search criteria
2021-05-14T01:26:22.779Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-14T01:26:22.779Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-14T01:26:22.779Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-14T01:26:22.779Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-14T01:26:22.779Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-14T01:26:22.779Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-14T01:26:22.780Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-14T01:26:22.780Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-14T01:26:22.780Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-14T01:26:22.780Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-14T01:26:22.780Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-14T01:26:22.780Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-14T01:26:22.780Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bc79b5f2-e603-433a-8f53-360d82529f30
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-14T01:26:22.781Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:22.782Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2e2fe95a-36e0 0 is matching search criteria
2021-05-14T01:26:22.782Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2e2fe95a-36e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:26:22.784Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:22.785Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2e2fe95a-36e0 0 is not matching search criteria
2021-05-14T01:26:22.785Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-14T01:26:22.785Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-14T01:26:22.785Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-14T01:26:22.785Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-14T01:26:22.785Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-14T01:26:22.785Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-14T01:26:22.785Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-14T01:26:22.785Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-14T01:26:22.785Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-14T01:26:22.785Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-14T01:26:22.786Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-14T01:26:22.786Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-14T01:26:22.786Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4d1c3170-ca7e-413b-ae73-6e6bacfe336b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-14T01:26:22.787Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:22.787Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2e2fe95a-36e0 0 is matching search criteria
2021-05-14T01:26:22.787Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2e2fe95a-36e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:26:22.788Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:22.788Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Node template vFW 2e2fe95a-36e0 0 is matching search criteria
2021-05-14T01:26:22.788Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2e2fe95a-36e0 0] matching following query criteria: sdcType=VF, customizationUUID=64a60b8c-0ca8-4fdb-b3a2-f47adfcf3be9
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:26:22.789Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:22.789Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-14 01-22-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:26:22.789Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 8a0720d3-476a-42a6-aa2c-0acdd15393d7: vFW 2e2fe95a-36e0
2021-05-14T01:26:22.789Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:22.789Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-14 01-22-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:26:22.789Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:22.790Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-14 01-22-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:26:22.790Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:22.790Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-14 01-22-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:26:22.790Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:22.790Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-14 01-22-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:26:22.790Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:26:22.790Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-05-14 01-22-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:26:22.790Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-05-14 01-22-21 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:26:22.937Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2e2fe95a-36e0 6c63269d-671f-462c-9b5b-554307da9e44 1 ASDC deployResourceStructure
2021-05-14T01:26:22.938Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json ASDC sendASDCNotification
2021-05-14T01:26:22.938Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json
2021-05-14T01:26:22.938Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:26:22.938Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:26:22.940Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:26:22.940Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955582938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:26:23.041Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:26:23.042Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:26:23.042Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:26:23.054Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:26:23.054Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:26:23.941Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-14T01:26:23.942Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml
2021-05-14T01:26:23.942Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:26:23.942Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:26:23.945Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:26:23.945Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955583941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-05-14T01:26:24.045Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-14T01:26:24.046Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:26:24.047Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:26:24.060Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:26:24.061Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:26:24.946Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-14T01:26:24.947Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env
2021-05-14T01:26:24.947Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:26:24.947Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:26:24.949Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:26:24.949Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955584946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-05-14T01:26:25.049Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:26:25.050Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:26:25.051Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:26:25.066Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:26:25.066Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-05-14T01:26:25.949Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar ASDC sendASDCNotification
2021-05-14T01:26:25.949Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar
2021-05-14T01:26:25.950Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:26:25.951Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:26:25.952Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:26:25.952Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955585949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:26:26.052Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:26:26.053Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:26:26.053Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:26:26.067Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:26:26.068Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-05-14T01:26:26.953Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6ea7a90-bd93-492f-9611-f690ef2588b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:26:26.962Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6ea7a90-bd93-492f-9611-f690ef2588b5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:26:26.965Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:26:26.965Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-14T01:26:26.965Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-14T01:26:56.965Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6ea7a90-bd93-492f-9611-f690ef2588b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:26:56.974Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6ea7a90-bd93-492f-9611-f690ef2588b5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:26:56.977Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:26:56.978Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-14T01:26:56.978Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-14T01:27:15.793Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:27:15.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:27:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:27:15.817Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:27:15.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955455739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:27:15.820Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:27:15.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955455188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:27:15.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:27:15.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955456359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:27:15.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:27:15.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955454797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:27:15.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:27:15.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "cds",
  "timestamp": 1620955450805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:27:15.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:27:15.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955455188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:27:15.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:27:15.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "aai-ml",
  "timestamp": 1620955457155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:27:15.822Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:27:15.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "policy-id",
  "timestamp": 1620955456753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:27:15.822Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:27:15.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955454797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:27:15.822Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:27:15.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "cds",
  "timestamp": 1620955450805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:27:15.822Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:27:15.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955455188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:27:15.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:27:15.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "policy-id",
  "timestamp": 1620955456753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:27:15.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:27:15.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955454797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:27:15.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:27:15.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955455188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:27:15.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:27:15.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "policy-id",
  "timestamp": 1620955456753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:27:15.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:27:15.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955454797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:27:15.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:27:15.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955455188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-14T01:27:15.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:27:15.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955459873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:27:15.824Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:27:15.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955459996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:27:15.824Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:27:15.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "cds",
  "timestamp": 1620955460098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:27:15.824Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:27:15.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "policy-id",
  "timestamp": 1620955456753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:27:15.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:27:15.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955454797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:27:15.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:27:15.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955455188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:27:15.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:27:15.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "cds",
  "timestamp": 1620955461103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:27:15.830Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b6ea7a90-bd93-492f-9611-f690ef2588b5
2021-05-14T01:27:15.830Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6ea7a90-bd93-492f-9611-f690ef2588b5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:27:15.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955461299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:27:15.837Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:27:15.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "policy-id",
  "timestamp": 1620955456753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:27:15.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:27:15.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955461434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:27:15.838Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:27:15.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955454797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:27:15.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:27:15.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955455188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:27:15.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:27:15.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955462323,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:27:15.842Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b6ea7a90-bd93-492f-9611-f690ef2588b5
2021-05-14T01:27:15.842Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6ea7a90-bd93-492f-9611-f690ef2588b5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:27:15.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "policy-id",
  "timestamp": 1620955456753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:27:15.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:27:15.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955462440,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:27:15.852Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b6ea7a90-bd93-492f-9611-f690ef2588b5
2021-05-14T01:27:15.852Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6ea7a90-bd93-492f-9611-f690ef2588b5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-14T01:27:15.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955462764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:27:15.857Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:27:15.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "clamp",
  "timestamp": 1620955463062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:27:15.857Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:27:15.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955463089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:27:15.858Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:27:15.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955463326,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:27:15.858Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:27:15.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "policy-id",
  "timestamp": 1620955456753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:27:15.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:27:15.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955463444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:27:15.858Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:27:15.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955464428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:27:15.859Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:27:15.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "policy-id",
  "timestamp": 1620955464708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:27:15.859Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:27:15.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "clamp",
  "timestamp": 1620955465040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:27:15.859Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:27:15.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "aai-ml",
  "timestamp": 1620955465236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:27:15.859Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:27:15.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955465683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:27:15.859Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:27:15.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "policy-id",
  "timestamp": 1620955465713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:27:15.859Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:27:15.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955465979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:27:15.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:27:15.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "clamp",
  "timestamp": 1620955466043,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:27:15.864Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b6ea7a90-bd93-492f-9611-f690ef2588b5
2021-05-14T01:27:15.864Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6ea7a90-bd93-492f-9611-f690ef2588b5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:27:15.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "aai-ml",
  "timestamp": 1620955466240,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:27:15.874Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b6ea7a90-bd93-492f-9611-f690ef2588b5
2021-05-14T01:27:15.874Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6ea7a90-bd93-492f-9611-f690ef2588b5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:27:15.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955466685,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:27:15.884Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b6ea7a90-bd93-492f-9611-f690ef2588b5
2021-05-14T01:27:15.884Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6ea7a90-bd93-492f-9611-f690ef2588b5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-14T01:27:15.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "policy-id",
  "timestamp": 1620955466716,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:27:15.893Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b6ea7a90-bd93-492f-9611-f690ef2588b5
2021-05-14T01:27:15.893Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6ea7a90-bd93-492f-9611-f690ef2588b5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-14T01:27:15.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955466983,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:27:15.901Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b6ea7a90-bd93-492f-9611-f690ef2588b5
2021-05-14T01:27:15.901Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6ea7a90-bd93-492f-9611-f690ef2588b5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:27:15.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:27:15.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955467688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:27:15.907Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:27:26.978Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6ea7a90-bd93-492f-9611-f690ef2588b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:27:26.990Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6ea7a90-bd93-492f-9611-f690ef2588b5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:27:26.993Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:27:26.994Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-14T01:27:26.994Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-14T01:27:26.994Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-14T01:27:26.994Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:27:26.994Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:27:26.995Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:27:26.995Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:27:26.995Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:27:26.995Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:27:26.995Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:27:26.999Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-14T01:27:57.000Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b6ea7a90-bd93-492f-9611-f690ef2588b5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-14T01:27:57.005Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b6ea7a90-bd93-492f-9611-f690ef2588b5 and serviceModelVersionId: 8a0720d3-476a-42a6-aa2c-0acdd15393d7
2021-05-14T01:27:57.005Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c0c4b78-c33f-4465-8dab-6874c00f0a1a
2021-05-14T01:27:57.006Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c0c4b78-c33f-4465-8dab-6874c00f0a1a/model-vers/model-ver/8a0720d3-476a-42a6-aa2c-0acdd15393d7?depth=0
2021-05-14T01:27:57.015Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-05-14T01:27:57.044Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0c0c4b78-c33f-4465-8dab-6874c00f0a1a/model-vers/model-ver/8a0720d3-476a-42a6-aa2c-0acdd15393d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-05-14T01:27:57.045Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0c0c4b78-c33f-4465-8dab-6874c00f0a1a/model-vers/model-ver/8a0720d3-476a-42a6-aa2c-0acdd15393d7?depth=0|INFO|500||Invoke
2021-05-14T01:27:57.065Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0c0c4b78-c33f-4465-8dab-6874c00f0a1a/model-vers/model-ver/8a0720d3-476a-42a6-aa2c-0acdd15393d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-14T01:27:57.990Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0c0c4b78-c33f-4465-8dab-6874c00f0a1a/model-vers/model-ver/8a0720d3-476a-42a6-aa2c-0acdd15393d7?depth=0|INFO|500||InvokeReturn
2021-05-14T01:27:57.991Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0c0c4b78-c33f-4465-8dab-6874c00f0a1a/model-vers/model-ver/8a0720d3-476a-42a6-aa2c-0acdd15393d7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210514-01:27:57:069-81560], vertex-id=[176280], Content-Length=[0], Date=[Fri, 14 May 2021 01:27:57 GMT], Content-Type=[application/json]}
2021-05-14T01:27:57.991Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-05-14T01:27:57.991Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-14T01:27:57.991Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:27:57.997Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-14T01:27:57.998Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b6ea7a90-bd93-492f-9611-f690ef2588b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-14T01:27:57.998Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-14T01:27:57.998Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:27:58.001Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:27:58.001Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955677998,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-14T01:27:58.101Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:27:58.102Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:27:58.102Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:27:58.119Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:27:58.120Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-14T01:27:59.013Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:27:59.013Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:27:59.013Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:28:08.556Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:28:08.557Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:28:08.558Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:28:08.558Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:28:15.793Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:28:15.794Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:28:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:28:15.814Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:28:15.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-14T01:28:15.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01318e8b-654d-4fe1-82c3-c4fdb4b3abc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955559096,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-14T01:28:15.816Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:28:15.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-14T01:28:15.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955560111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:28:15.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:28:15.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-14T01:28:15.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955560111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:28:15.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:28:15.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-14T01:28:15.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955560111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:28:15.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:28:15.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-14T01:28:15.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955560111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:28:15.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:28:15.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-14T01:28:15.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955560111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-14T01:28:15.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:28:15.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-14T01:28:15.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955560111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:28:15.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:28:15.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-14T01:28:15.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955560111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:28:15.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:28:15.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-14T01:28:15.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955572663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:28:15.819Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:28:18.108Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:28:18.108Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:28:18.109Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:28:18.109Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:28:27.658Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:28:27.658Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:28:27.659Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:28:27.659Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:28:37.202Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:28:37.203Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:28:37.204Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:28:37.204Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:28:46.748Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:29:15.790Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:29:15.791Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:29:15.791Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:29:15.793Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:29:15.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:29:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:29:15.817Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:29:15.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:29:15.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955579160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:29:15.819Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:29:15.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:29:15.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955580433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:29:15.820Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:29:15.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:29:15.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955581743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:29:15.820Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:29:15.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:29:15.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955582938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/vfw2e2fe95a36e00_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:29:15.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:29:15.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:29:15.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955583941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-05-14T01:29:15.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:29:15.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:29:15.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955584946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/resourceInstances/vfw2e2fe95a36e00/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-05-14T01:29:15.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:29:15.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-14T01:29:15.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955585949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210514012221/1.0/artifacts/service-Vfw20210514012221-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:29:15.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:29:25.342Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:30:15.790Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:30:15.791Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:30:15.791Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:30:15.793Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:30:15.793Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:30:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:30:16.319Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:30:16.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-14T01:30:16.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b6ea7a90-bd93-492f-9611-f690ef2588b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955677998,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-14T01:30:16.320Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:30:25.341Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:31:15.791Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:31:15.792Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:31:15.792Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:31:15.793Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:31:15.793Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:31:15.793Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:31:16.419Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:31:16.420Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:31:16.420Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.420Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0571ea33-7e34-4bb6-bc7d-c60f53910a70","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f19a7701-23aa-4b9c-b0ef-4c7c3b0aab3c","serviceDescription":"service","serviceInvariantUUID":"c5c73480-c760-4b16-a8f5-93027671d58e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9d5a7867-dc57-4723-bc76-e8335e2bf102","resourceInvariantUUID":"819ed473-6d3e-4ec8-a564-9751184c7058","resourceCustomizationUUID":"71cf03c6-dd3a-4ff3-aa47-fc760fc6a26d","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":"Y2U3NmZlYTY5YThiYzE1MDMxYjA4ZjY2YjBlMmE4OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"370ae9b7-7aa8-4bcf-ab01-3f9ac0d71f78","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjI3ZTczOWQwY2E5MGQ0ODE2ZTk0YTA3YjllZmEwNjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"64c63d46-9dcc-48f1-be1e-f0da0079bd7d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-14T01:31:16.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955822969,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:31:16.422Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:31:16.422Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:31:16.422Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:31:16.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "aai-ml",
  "timestamp": 1620955828211,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:31:16.422Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:31:16.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "cds",
  "timestamp": 1620955825805,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:31:16.423Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:31:16.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "clamp",
  "timestamp": 1620955832286,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:31:16.423Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:31:16.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955822969,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:31:16.423Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:31:16.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "cds",
  "timestamp": 1620955825805,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:31:16.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:31:16.424Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:31:16.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.424Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955875791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:31:16.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "aai-ml",
  "timestamp": 1620955828211,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:31:16.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:31:16.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "clamp",
  "timestamp": 1620955832286,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:31:16.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:31:16.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955835188,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:31:16.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:31:16.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955835188,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:31:16.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:31:16.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "aai-ml",
  "timestamp": 1620955836846,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:31:16.425Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:31:16.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "cds",
  "timestamp": 1620955837397,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:31:16.425Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:31:16.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "policy-id",
  "timestamp": 1620955836752,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:31:16.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:31:16.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "dcae-sch",
  "timestamp": 1620955837605,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:31:16.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:31:16.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "cds",
  "timestamp": 1620955838402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:31:16.438Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0571ea33-7e34-4bb6-bc7d-c60f53910a70
2021-05-14T01:31:16.438Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0571ea33-7e34-4bb6-bc7d-c60f53910a70 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:31:16.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "policy-id",
  "timestamp": 1620955836752,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:31:16.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:31:16.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955838539,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:31:16.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:31:16.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "dcae-sch",
  "timestamp": 1620955837605,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:31:16.444Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:31:16.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955838875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:31:16.444Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:31:16.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "policy-id",
  "timestamp": 1620955840081,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:31:16.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:31:16.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955838539,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:31:16.444Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:31:16.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "aai-ml",
  "timestamp": 1620955840405,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:31:16.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:31:16.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955838875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:31:16.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:31:16.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "clamp",
  "timestamp": 1620955841075,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:31:16.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:31:16.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "policy-id",
  "timestamp": 1620955841085,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:31:16.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:31:16.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "aai-ml",
  "timestamp": 1620955841409,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:31:16.448Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0571ea33-7e34-4bb6-bc7d-c60f53910a70
2021-05-14T01:31:16.448Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0571ea33-7e34-4bb6-bc7d-c60f53910a70 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:31:16.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "policy-id",
  "timestamp": 1620955842088,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:31:16.456Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0571ea33-7e34-4bb6-bc7d-c60f53910a70
2021-05-14T01:31:16.457Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0571ea33-7e34-4bb6-bc7d-c60f53910a70 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:31:16.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "clamp",
  "timestamp": 1620955843081,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:31:16.462Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:31:16.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "clamp",
  "timestamp": 1620955844083,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:31:16.466Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0571ea33-7e34-4bb6-bc7d-c60f53910a70
2021-05-14T01:31:16.466Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0571ea33-7e34-4bb6-bc7d-c60f53910a70 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:31:16.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955844797,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:31:16.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:31:16.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955844797,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:31:16.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:31:16.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955848243,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:31:16.472Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:31:16.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955849726,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:31:16.473Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:31:16.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:31:16.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955850731,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:31:16.476Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0571ea33-7e34-4bb6-bc7d-c60f53910a70
2021-05-14T01:31:16.476Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0571ea33-7e34-4bb6-bc7d-c60f53910a70 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:31:16.524Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:31:16.525Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:31:16.525Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:31:16.537Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:31:16.538Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:31:17.424Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:31:17.425Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:31:17.428Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:31:17.428Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955875791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:31:17.528Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:31:17.529Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:31:17.529Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:31:17.540Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:31:17.540Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:31:18.429Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f19a7701-23aa-4b9c-b0ef-4c7c3b0aab3c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c5c73480-c760-4b16-a8f5-93027671d58e",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "71cf03c6-dd3a-4ff3-aa47-fc760fc6a26d",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9d5a7867-dc57-4723-bc76-e8335e2bf102",
      "resourceInvariantUUID": "819ed473-6d3e-4ec8-a564-9751184c7058",
      "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": "YjI3ZTczOWQwY2E5MGQ0ODE2ZTk0YTA3YjllZmEwNjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "64c63d46-9dcc-48f1-be1e-f0da0079bd7d"
    }
  ],
  "workloadContext": "Production"
}
2021-05-14T01:31:18.430Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-14T01:31:18.430Z|b6ea7a90-bd93-492f-9611-f690ef2588b5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f19a7701-23aa-4b9c-b0ef-4c7c3b0aab3c ASDC
2021-05-14T01:31:18.431Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:0571ea33-7e34-4bb6-bc7d-c60f53910a70
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f19a7701-23aa-4b9c-b0ef-4c7c3b0aab3c
ServiceInvariantUUID:c5c73480-c760-4b16-a8f5-93027671d58e
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:64c63d46-9dcc-48f1-be1e-f0da0079bd7d
ArtifactChecksum:YjI3ZTczOWQwY2E5MGQ0ODE2ZTk0YTA3YjllZmEwNjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:71cf03c6-dd3a-4ff3-aa47-fc760fc6a26d
ResourceInvariantUUID:819ed473-6d3e-4ec8-a564-9751184c7058
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9d5a7867-dc57-4723-bc76-e8335e2bf102
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-05-14T01:31:18.431Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f19a7701-23aa-4b9c-b0ef-4c7c3b0aab3c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-14T01:31:18.454Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-14T01:31:18.454Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:31:18.454Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:31:18.454Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 64c63d46-9dcc-48f1-be1e-f0da0079bd7d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-14T01:31:18.454Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:31:18.455Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-14T01:31:19.468Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:31:19.473Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 64c63d46-9dcc-48f1-be1e-f0da0079bd7d 52215
2021-05-14T01:31:19.474Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-14T01:31:19.474Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-14T01:31:19.474Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:31:19.475Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:31:19.478Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:31:19.478Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955879474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:31:19.579Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-14T01:31:19.580Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:31:19.580Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:31:19.592Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:31:19.593Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:31:20.479Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-14T01:31:20.480Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:31:20.480Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 64c63d46-9dcc-48f1-be1e-f0da0079bd7d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-14T01:31:20.481Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-05-14T01:31:20.481Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-14T01:31:20.481Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-14T01:31:20.557Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5441775090749453539/Definitions/service-BasicNetwork-template.yml
2021-05-14T01:31:20.873Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-14T01:31:20.874Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-14T01:31:20.874Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-14T01:31:20.874Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-14T01:31:20.874Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-14T01:31:20.874Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-14T01:31:20.874Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-14T01:31:20.874Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-14T01:31:20.874Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-14T01:31:20.874Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-14T01:31:20.874Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-14T01:31:20.874Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-14T01:31:20.874Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-14T01:31:20.875Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:31:20.875Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:31:20.875Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-14T01:31:20.875Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-14T01:31:20.875Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-14T01:31:20.875Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:31:20.875Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:31:20.875Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-14T01:31:20.876Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-14T01:31:20.876Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-14T01:31:20.876Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:31:20.876Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:31:20.876Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:31:20.876Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:31:20.876Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:31:20.876Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:31:20.877Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:31:20.877Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:31:20.877Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:31:20.877Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:31:20.877Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:f19a7701-23aa-4b9c-b0ef-4c7c3b0aab3c
Model Version:NULL
Model InvariantUuid:c5c73480-c760-4b16-a8f5-93027671d58e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:819ed473-6d3e-4ec8-a564-9751184c7058
Model UUID:8ad6844c-2556-47fa-9af9-a3ebf08d0cbc
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:71cf03c6-dd3a-4ff3-aa47-fc760fc6a26d
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

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

2021-05-14T01:31:52.475Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5c73480-c760-4b16-a8f5-93027671d58e/model-vers/model-ver/f19a7701-23aa-4b9c-b0ef-4c7c3b0aab3c?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/c5c73480-c760-4b16-a8f5-93027671d58e/model-vers/model-ver/f19a7701-23aa-4b9c-b0ef-4c7c3b0aab3c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210514-01:31:52:057-5766], vertex-id=[376952], Content-Length=[0], Date=[Fri, 14 May 2021 01:31:52 GMT], Content-Type=[application/json]}
2021-05-14T01:31:52.476Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5c73480-c760-4b16-a8f5-93027671d58e/model-vers/model-ver/f19a7701-23aa-4b9c-b0ef-4c7c3b0aab3c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-14T01:31:52.476Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5c73480-c760-4b16-a8f5-93027671d58e/model-vers/model-ver/f19a7701-23aa-4b9c-b0ef-4c7c3b0aab3c?depth=0|INFO|500||InvokeReturn
2021-05-14T01:31:52.476Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-14T01:31:52.476Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:31:52.480Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-14T01:31:52.480Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0571ea33-7e34-4bb6-bc7d-c60f53910a70 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-14T01:31:52.480Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-14T01:31:52.480Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:31:52.482Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:31:52.482Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955912480,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-14T01:31:52.582Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:31:52.583Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:31:52.583Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:31:52.600Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:31:52.601Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-14T01:32:15.790Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:32:15.791Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:32:15.792Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:32:15.793Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:32:15.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:32:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:32:15.917Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:32:15.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:32:15.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955875791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:32:15.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:32:16.418Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:32:16.419Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-14T01:32:16.419Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d59edf8b-a1c0-4b93-a5e6-345dccfb84ba","serviceName":"Demo_pNF_MVIOUfJ4cHsQhAzbhQU4","serviceVersion":"1.0","serviceUUID":"6fb4a85e-0f5e-4d41-84e6-67b529f2a3d7","serviceDescription":"catalog service description","serviceInvariantUUID":"7dc94759-072f-4df5-aef1-8b59cd635247","resources":[{"resourceInstanceName":"pNF dda7f906-f67f 0","resourceName":"pNF dda7f906-f67f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f6c18a4c-0b1e-4bd5-91a4-d6b8ca2a7981","resourceInvariantUUID":"dc1f6491-8e57-4414-b0b0-dba439d29d20","resourceCustomizationUUID":"b9fa1d8c-6eba-4a57-a00c-a9a2977f23eb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vf-license-model.xml","artifactChecksum":"ZWQ5YzAyZDA2ZGQ2YmZhODI5ODk3ZDJlZTk4NjQ4ZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b9ab515e-6e08-4b7f-b6ee-7eb02ae6ed2d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/pNF.csar","artifactChecksum":"Njg1NjYzMzUxNjgyNmY1MjcyODJjZTE4OTgwMjMyMTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa8b9f89-3975-4535-a156-c0b5c14b9fd6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"afe57e86-018b-4239-b35e-14584bc706ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vendor-license-model.xml","artifactChecksum":"YWI0MDZhZDE3Y2Q1NmJiOTg4N2VlMDZjMzIxYjgzZmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"248c9229-b2b5-48a0-a06f-ca09f6b5debc","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e63f522-5186-4932-b661-eb9f0bd8f9d4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b14db480-fd6c-47e3-9c4d-dc00f1cda591","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMvioufj4chsqhazbhqu4-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-template.yml","artifactChecksum":"YTU5ZjIwOTBhNDQwNjcxMGFhYWRlZjg2MDg5MmEyNzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"15dd0ab8-fee9-4919-b8bd-014597e9f5f7","artifactVersion":"1"},{"artifactName":"service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar","artifactChecksum":"NDQ3MTBlNjg1N2JlZDAxMmQxYzJmNWY1N2Q2YWI5OTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"40354a64-b65c-4f9b-ac68-6007c918c35f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-14T01:32:16.423Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:32:16.424Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:32:16.427Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:32:16.427Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955935790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:32:16.527Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:32:16.528Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:32:16.528Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:32:16.540Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:32:16.540Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:32:17.428Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:32:17.430Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:32:17.431Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:32:17.431Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955935790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:32:17.532Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-14T01:32:17.533Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:32:17.533Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:32:17.547Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:32:17.548Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:32:18.432Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:32:18.433Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:32:18.436Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:32:18.436Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955935790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:32:18.536Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-14T01:32:18.537Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:32:18.538Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:32:18.555Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:32:18.556Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:32:19.437Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:32:19.439Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:32:19.442Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:32:19.442Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955935790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:32:19.542Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:32:19.543Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:32:19.543Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:32:19.557Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:32:19.557Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:32:20.443Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:32:20.444Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:32:20.446Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:32:20.447Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955935790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:32:20.547Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:32:20.548Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:32:20.548Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:32:20.561Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:32:20.562Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:32:21.447Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:32:21.448Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:32:21.451Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:32:21.451Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955935790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:32:21.551Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:32:21.552Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:32:21.552Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:32:21.561Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:32:21.562Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-14T01:32:22.452Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:32:22.453Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:32:22.455Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:32:22.456Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955935790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:32:22.556Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:32:22.557Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:32:22.557Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:32:22.568Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:32:22.569Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:32:23.456Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:32:23.458Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:32:23.460Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:32:23.461Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955935790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:32:23.561Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:32:23.561Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:32:23.562Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:32:23.578Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:32:23.578Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:32:24.462Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "serviceName": "Demo_pNF_MVIOUfJ4cHsQhAzbhQU4",
  "serviceVersion": "1.0",
  "serviceUUID": "6fb4a85e-0f5e-4d41-84e6-67b529f2a3d7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7dc94759-072f-4df5-aef1-8b59cd635247",
  "resources": [
    {
      "resourceInstanceName": "pNF dda7f906-f67f 0",
      "resourceCustomizationUUID": "b9fa1d8c-6eba-4a57-a00c-a9a2977f23eb",
      "resourceName": "pNF dda7f906-f67f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f6c18a4c-0b1e-4bd5-91a4-d6b8ca2a7981",
      "resourceInvariantUUID": "dc1f6491-8e57-4414-b0b0-dba439d29d20",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
      "artifactChecksum": "NDQ3MTBlNjg1N2JlZDAxMmQxYzJmNWY1N2Q2YWI5OTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "40354a64-b65c-4f9b-ac68-6007c918c35f"
    }
  ],
  "workloadContext": "Production"
}
2021-05-14T01:32:24.463Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-14T01:32:24.463Z|0571ea33-7e34-4bb6-bc7d-c60f53910a70|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6fb4a85e-0f5e-4d41-84e6-67b529f2a3d7 ASDC
2021-05-14T01:32:24.463Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:d59edf8b-a1c0-4b93-a5e6-345dccfb84ba
ServiceName:Demo_pNF_MVIOUfJ4cHsQhAzbhQU4
ServiceVersion:1.0
ServiceUUID:6fb4a85e-0f5e-4d41-84e6-67b529f2a3d7
ServiceInvariantUUID:7dc94759-072f-4df5-aef1-8b59cd635247
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar
ArtifactUUID:40354a64-b65c-4f9b-ac68-6007c918c35f
ArtifactChecksum:NDQ3MTBlNjg1N2JlZDAxMmQxYzJmNWY1N2Q2YWI5OTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF dda7f906-f67f 0
ResourceCustomizationUUID:b9fa1d8c-6eba-4a57-a00c-a9a2977f23eb
ResourceInvariantUUID:dc1f6491-8e57-4414-b0b0-dba439d29d20
ResourceName:pNF dda7f906-f67f
ResourceType:PNF
ResourceUUID:f6c18a4c-0b1e-4bd5-91a4-d6b8ca2a7981
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-05-14T01:32:24.463Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6fb4a85e-0f5e-4d41-84e6-67b529f2a3d7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:32:24.488Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-14T01:32:24.489Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:32:24.489Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:32:24.489Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 40354a64-b65c-4f9b-ac68-6007c918c35f from URL: /sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar
2021-05-14T01:32:24.489Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:32:24.489Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar
2021-05-14T01:32:24.677Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:32:24.681Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar 40354a64-b65c-4f9b-ac68-6007c918c35f 83306
2021-05-14T01:32:24.681Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar ASDC sendASDCNotification
2021-05-14T01:32:24.681Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar
2021-05-14T01:32:24.681Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:32:24.681Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:32:24.683Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:32:24.683Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955944681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:32:24.783Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:32:24.784Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:32:24.784Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:32:24.797Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:32:24.797Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:32:25.683Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-14T01:32:25.685Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:32:25.685Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 40354a64-b65c-4f9b-ac68-6007c918c35f, URL: /sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar to file: /app/ASDC/1/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar
2021-05-14T01:32:25.685Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar
2021-05-14T01:32:25.685Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar
2021-05-14T01:32:25.685Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar
2021-05-14T01:32:25.764Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1272447246720340758/Definitions/service-DemoPnfMvioufj4chsqhazbhqu4-template.yml
2021-05-14T01:32:26.308Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-14T01:32:26.308Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-14T01:32:26.308Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar
2021-05-14T01:32:26.308Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-14T01:32:26.308Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF dda7f906-f67f 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar
2021-05-14T01:32:26.308Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||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-DemoPnfMvioufj4chsqhazbhqu4-csar.csar
2021-05-14T01:32:26.308Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF dda7f906-f67f 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-DemoPnfMvioufj4chsqhazbhqu4-csar.csar
2021-05-14T01:32:26.308Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar
2021-05-14T01:32:26.308Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||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-DemoPnfMvioufj4chsqhazbhqu4-csar.csar
2021-05-14T01:32:26.308Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar
2021-05-14T01:32:26.309Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar
2021-05-14T01:32:26.309Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar
2021-05-14T01:32:26.309Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-14T01:32:26.309Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:32:26.309Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_MVIOUfJ4cHsQhAzbhQU4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:32:26.309Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Node template pNF dda7f906-f67f 0 is matching search criteria
2021-05-14T01:32:26.309Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-14T01:32:26.309Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF dda7f906-f67f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-14T01:32:26.309Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:32:26.309Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_MVIOUfJ4cHsQhAzbhQU4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:32:26.309Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Node template pNF dda7f906-f67f 0 is matching search criteria
2021-05-14T01:32:26.309Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-14T01:32:26.309Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF dda7f906-f67f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-14T01:32:26.309Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:32:26.309Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_MVIOUfJ4cHsQhAzbhQU4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:32:26.309Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:32:26.309Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_MVIOUfJ4cHsQhAzbhQU4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:32:26.310Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:32:26.310Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_MVIOUfJ4cHsQhAzbhQU4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:32:26.310Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:32:26.310Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_MVIOUfJ4cHsQhAzbhQU4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:32:26.310Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:32:26.310Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_MVIOUfJ4cHsQhAzbhQU4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:32:26.310Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MVIOUfJ4cHsQhAzbhQU4
Description:catalog service description
Model UUID:6fb4a85e-0f5e-4d41-84e6-67b529f2a3d7
Model Version:NULL
Model InvariantUuid:7dc94759-072f-4df5-aef1-8b59cd635247
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-14T01:32:26.315Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: f6c18a4c-0b1e-4bd5-91a4-d6b8ca2a7981
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:32:26.318Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||pNF dda7f906-f67f 0
2021-05-14T01:32:26.318Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f6c18a4c-0b1e-4bd5-91a4-d6b8ca2a7981
2021-05-14T01:32:26.318Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 6fb4a85e-0f5e-4d41-84e6-67b529f2a3d7
2021-05-14T01:32:26.318Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6fb4a85e-0f5e-4d41-84e6-67b529f2a3d7
2021-05-14T01:32:26.318Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF dda7f906-f67f 0 f6c18a4c-0b1e-4bd5-91a4-d6b8ca2a7981 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:32:26.321Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:32:26.321Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_MVIOUfJ4cHsQhAzbhQU4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:32:26.321Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 6fb4a85e-0f5e-4d41-84e6-67b529f2a3d7: pNF dda7f906-f67f
2021-05-14T01:32:26.321Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||Processing PNF resource: f6c18a4c-0b1e-4bd5-91a4-d6b8ca2a7981
2021-05-14T01:32:26.321Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:32:26.321Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_MVIOUfJ4cHsQhAzbhQU4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:32:26.321Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||Resource customization UUID: b9fa1d8c-6eba-4a57-a00c-a9a2977f23eb is the same as notified resource customizationUUID: b9fa1d8c-6eba-4a57-a00c-a9a2977f23eb
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-05-14T01:32:26.357Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF dda7f906-f67f f6c18a4c-0b1e-4bd5-91a4-d6b8ca2a7981 0 ASDC deployResourceStructure
2021-05-14T01:32:26.357Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar ASDC sendASDCNotification
2021-05-14T01:32:26.357Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar
2021-05-14T01:32:26.357Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:32:26.358Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:32:26.359Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:32:26.359Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955946357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:32:26.459Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:32:26.460Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:32:26.460Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:32:26.473Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:32:26.473Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-05-14T01:32:27.359Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d59edf8b-a1c0-4b93-a5e6-345dccfb84ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:32:27.370Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d59edf8b-a1c0-4b93-a5e6-345dccfb84ba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:32:27.375Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:32:27.375Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-14T01:32:27.375Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-14T01:32:57.375Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d59edf8b-a1c0-4b93-a5e6-345dccfb84ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:32:57.384Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d59edf8b-a1c0-4b93-a5e6-345dccfb84ba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:32:57.386Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:32:57.386Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-14T01:32:57.386Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-14T01:33:15.793Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:33:15.793Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:33:15.793Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:33:15.823Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:33:15.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955875791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:33:15.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955879474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:33:15.827Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:33:15.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955880973,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:33:15.827Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:33:15.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0571ea33-7e34-4bb6-bc7d-c60f53910a70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955912480,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-14T01:33:15.827Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:33:15.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955918875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "clamp",
  "timestamp": 1620955922287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955918540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955922969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "policy-id",
  "timestamp": 1620955916752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955915188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "dcae-sch",
  "timestamp": 1620955917605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "cds",
  "timestamp": 1620955915805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "aai-ml",
  "timestamp": 1620955918211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955918875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "clamp",
  "timestamp": 1620955922287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955918540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955922969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "policy-id",
  "timestamp": 1620955916752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955915188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "dcae-sch",
  "timestamp": 1620955917605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "cds",
  "timestamp": 1620955915805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "aai-ml",
  "timestamp": 1620955918211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "clamp",
  "timestamp": 1620955922287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955918875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955918540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955922969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "policy-id",
  "timestamp": 1620955916752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955915188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "dcae-sch",
  "timestamp": 1620955917605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "cds",
  "timestamp": 1620955915805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "aai-ml",
  "timestamp": 1620955918211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "clamp",
  "timestamp": 1620955922287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955918875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955918540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955922969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "policy-id",
  "timestamp": 1620955916752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955915188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "dcae-sch",
  "timestamp": 1620955917605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "cds",
  "timestamp": 1620955915805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "aai-ml",
  "timestamp": 1620955918211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955918875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "clamp",
  "timestamp": 1620955922287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955918540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955922969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "policy-id",
  "timestamp": 1620955916752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955915188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "dcae-sch",
  "timestamp": 1620955917605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "cds",
  "timestamp": 1620955915805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "aai-ml",
  "timestamp": 1620955918211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "clamp",
  "timestamp": 1620955922287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955918875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955918540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955922969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "policy-id",
  "timestamp": 1620955916752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955915188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "dcae-sch",
  "timestamp": 1620955917605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "cds",
  "timestamp": 1620955915805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "aai-ml",
  "timestamp": 1620955918211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "clamp",
  "timestamp": 1620955922287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955918875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955918540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955922969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "policy-id",
  "timestamp": 1620955916752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955915188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "dcae-sch",
  "timestamp": 1620955917605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "cds",
  "timestamp": 1620955915805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "aai-ml",
  "timestamp": 1620955918211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "clamp",
  "timestamp": 1620955922287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:33:15.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620955918875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:33:15.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955918540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620955922969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:33:15.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "policy-id",
  "timestamp": 1620955916752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620955915188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "dcae-sch",
  "timestamp": 1620955917605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "cds",
  "timestamp": 1620955915805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "aai-ml",
  "timestamp": 1620955918211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "aai-ml",
  "timestamp": 1620955933576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955933588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "policy-id",
  "timestamp": 1620955933578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:33:15.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "cds",
  "timestamp": 1620955933674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:33:15.843Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:33:15.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "policy-id",
  "timestamp": 1620955934581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:33:15.843Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:33:15.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "cds",
  "timestamp": 1620955934679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:33:15.847Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d59edf8b-a1c0-4b93-a5e6-345dccfb84ba
2021-05-14T01:33:15.847Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d59edf8b-a1c0-4b93-a5e6-345dccfb84ba and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:33:15.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955934861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-05-14T01:33:15.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:33:15.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955934797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:33:15.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:33:15.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:33:15.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "policy-id",
  "timestamp": 1620955935583,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:33:15.857Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d59edf8b-a1c0-4b93-a5e6-345dccfb84ba
2021-05-14T01:33:15.857Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d59edf8b-a1c0-4b93-a5e6-345dccfb84ba and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:33:27.387Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d59edf8b-a1c0-4b93-a5e6-345dccfb84ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:33:27.396Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d59edf8b-a1c0-4b93-a5e6-345dccfb84ba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:33:27.398Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:33:27.399Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-14T01:33:27.399Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-14T01:33:57.399Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d59edf8b-a1c0-4b93-a5e6-345dccfb84ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:33:57.407Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d59edf8b-a1c0-4b93-a5e6-345dccfb84ba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:33:57.409Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:33:57.409Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-14T01:33:57.409Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-14T01:34:15.793Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:34:15.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:34:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:34:15.818Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:34:15.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:34:15.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620955935864,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:34:15.824Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d59edf8b-a1c0-4b93-a5e6-345dccfb84ba
2021-05-14T01:34:15.824Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d59edf8b-a1c0-4b93-a5e6-345dccfb84ba and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:34:27.409Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d59edf8b-a1c0-4b93-a5e6-345dccfb84ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:34:27.420Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d59edf8b-a1c0-4b93-a5e6-345dccfb84ba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:34:27.422Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:34:27.422Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-14T01:34:27.422Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-14T01:34:57.423Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d59edf8b-a1c0-4b93-a5e6-345dccfb84ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:34:57.431Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d59edf8b-a1c0-4b93-a5e6-345dccfb84ba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:34:57.433Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:34:57.433Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-14T01:34:57.433Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-14T01:35:15.793Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:35:15.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:35:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:35:15.829Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:35:15.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955935790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:35:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:35:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955934797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:35:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:35:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955935790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:35:15.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:35:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955934797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:35:15.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:35:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955934797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:35:15.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:35:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955935790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:35:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:35:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955934797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:35:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:35:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955935790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:35:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:35:15.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "aai-ml",
  "timestamp": 1620955940068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:35:15.834Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:35:15.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955934797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:35:15.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:35:15.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955935790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:35:15.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:35:15.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "aai-ml",
  "timestamp": 1620955941072,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:35:15.840Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d59edf8b-a1c0-4b93-a5e6-345dccfb84ba
2021-05-14T01:35:15.841Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d59edf8b-a1c0-4b93-a5e6-345dccfb84ba and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:35:15.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "clamp",
  "timestamp": 1620955941086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:35:15.849Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:35:15.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955935790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/resourceInstances/pnfdda7f906f67f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:35:15.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:35:15.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955934797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:35:15.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:35:15.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955934797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:35:15.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:35:15.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955935790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:35:15.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:35:15.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "clamp",
  "timestamp": 1620955943091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:35:15.850Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:35:15.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955935790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:35:15.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:35:15.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955943662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:35:15.851Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:35:15.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "clamp",
  "timestamp": 1620955944094,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:35:15.854Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d59edf8b-a1c0-4b93-a5e6-345dccfb84ba
2021-05-14T01:35:15.855Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d59edf8b-a1c0-4b93-a5e6-345dccfb84ba and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:35:15.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955944681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:35:15.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:35:15.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955945407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:35:15.862Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:35:15.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620955946357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMvioufj4chsqhazbhqu4/1.0/artifacts/service-DemoPnfMvioufj4chsqhazbhqu4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:35:15.862Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:35:15.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:35:15.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620955946411,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:35:15.865Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d59edf8b-a1c0-4b93-a5e6-345dccfb84ba
2021-05-14T01:35:15.865Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d59edf8b-a1c0-4b93-a5e6-345dccfb84ba and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:35:27.434Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d59edf8b-a1c0-4b93-a5e6-345dccfb84ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:35:27.446Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d59edf8b-a1c0-4b93-a5e6-345dccfb84ba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:35:27.449Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:35:27.449Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-14T01:35:27.449Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-14T01:35:27.449Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-14T01:35:27.449Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:35:27.450Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:35:27.450Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:35:27.450Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:35:27.450Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:35:27.450Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:35:27.450Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:35:27.450Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:35:27.456Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-14T01:35:57.456Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d59edf8b-a1c0-4b93-a5e6-345dccfb84ba and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-14T01:35:57.463Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d59edf8b-a1c0-4b93-a5e6-345dccfb84ba and serviceModelVersionId: 6fb4a85e-0f5e-4d41-84e6-67b529f2a3d7
2021-05-14T01:35:57.463Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7dc94759-072f-4df5-aef1-8b59cd635247
2021-05-14T01:35:57.464Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7dc94759-072f-4df5-aef1-8b59cd635247/model-vers/model-ver/6fb4a85e-0f5e-4d41-84e6-67b529f2a3d7?depth=0
2021-05-14T01:35:57.470Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-05-14T01:35:57.502Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7dc94759-072f-4df5-aef1-8b59cd635247/model-vers/model-ver/6fb4a85e-0f5e-4d41-84e6-67b529f2a3d7?depth=0|INFO|500||Invoke
2021-05-14T01:35:57.503Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7dc94759-072f-4df5-aef1-8b59cd635247/model-vers/model-ver/6fb4a85e-0f5e-4d41-84e6-67b529f2a3d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7dc94759-072f-4df5-aef1-8b59cd635247/model-vers/model-ver/6fb4a85e-0f5e-4d41-84e6-67b529f2a3d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d59edf8b-a1c0-4b93-a5e6-345dccfb84ba], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c55858d5-7873-48c4-86b8-e05858f4363f], X-ECOMP-RequestID=[d59edf8b-a1c0-4b93-a5e6-345dccfb84ba], X-TransactionId=[], X-ONAP-RequestID=[d59edf8b-a1c0-4b93-a5e6-345dccfb84ba], Content-Type=[application/merge-patch+json]}
2021-05-14T01:35:57.529Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7dc94759-072f-4df5-aef1-8b59cd635247/model-vers/model-ver/6fb4a85e-0f5e-4d41-84e6-67b529f2a3d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-14T01:35:58.210Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7dc94759-072f-4df5-aef1-8b59cd635247/model-vers/model-ver/6fb4a85e-0f5e-4d41-84e6-67b529f2a3d7?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/7dc94759-072f-4df5-aef1-8b59cd635247/model-vers/model-ver/6fb4a85e-0f5e-4d41-84e6-67b529f2a3d7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210514-01:35:57:535-79010], vertex-id=[401536], Content-Length=[0], Date=[Fri, 14 May 2021 01:35:57 GMT], Content-Type=[application/json]}
2021-05-14T01:35:58.210Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7dc94759-072f-4df5-aef1-8b59cd635247/model-vers/model-ver/6fb4a85e-0f5e-4d41-84e6-67b529f2a3d7?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-14T01:35:58.211Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7dc94759-072f-4df5-aef1-8b59cd635247/model-vers/model-ver/6fb4a85e-0f5e-4d41-84e6-67b529f2a3d7?depth=0|INFO|500||InvokeReturn
2021-05-14T01:35:58.211Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-14T01:35:58.211Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:35:58.215Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-14T01:35:58.215Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d59edf8b-a1c0-4b93-a5e6-345dccfb84ba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-14T01:35:58.215Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-14T01:35:58.215Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:35:58.216Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:35:58.216Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956158215,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-14T01:35:58.316Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:35:58.318Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:35:58.318Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:35:58.333Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:35:58.333Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-14T01:35:59.343Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:35:59.344Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:35:59.344Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:36:03.656Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:36:03.657Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-14T01:36:03.657Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2a12df61-93e1-4201-b6be-b7a2a91801dc","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b22afef5-9bf0-4385-a0dd-5bd3d3f3c11e","serviceDescription":"service","serviceInvariantUUID":"ed95c8ec-1a3f-40e3-95be-8a076b295476","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9ce1f85a-69fd-431b-b2f6-d1e2052cce38","resourceInvariantUUID":"3b32f9a6-f3bd-42ec-b9fb-0d18d380c5e6","resourceCustomizationUUID":"798a9ed2-4709-4f22-a9f9-50c2bd53d5de","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":"NGQ4NzdmMjc4MTM0YjY3MmQ3OWY4MzJjMzE3MjAwNmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68dd5b52-ff97-4a1b-96b7-f0091cd6f3b7","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":"NzRkYTZiMjUxMGIyYjY2OTk3Y2RhNjk0ODhjMzQyMjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"385336ee-9f59-4882-8c07-078afdb56a48","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":"f1e0db5a-a4e9-4b39-89e5-5cf5557de6ab","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":"3be45d28-5e1b-4905-b694-46e34ad734a4","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":"b25ebf13-a6c0-4927-b8a4-78ffaed2fbea","artifactVersion":"2","generatedFromUUID":"f1e0db5a-a4e9-4b39-89e5-5cf5557de6ab"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDM4MWJjZjA4NzYyZTk4ODEwNmEwZDkxYzAxZWQ0OTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"05f822d7-3fbc-42c0-841a-4324d2e5b978","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZThhNDQ0NTQxM2IxNjU2ODQzZGNiNmZhODNhNGJlNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"edc8b81e-1f99-45ec-aee7-8371aa9aedfa","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-14T01:36:03.659Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:36:03.660Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:36:03.662Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:36:03.662Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:03.762Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:36:03.763Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:36:03.763Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:36:03.776Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:36:03.776Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:36:04.662Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:36:04.663Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:36:04.666Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:36:04.666Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:36:04.766Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:36:04.767Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:36:04.767Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:36:04.780Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:36:04.781Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:36:05.666Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:36:05.667Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:36:05.670Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:36:05.670Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:36:05.771Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-14T01:36:05.772Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:36:05.772Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:36:05.785Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:36:05.786Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:36:06.671Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:36:06.672Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:36:06.674Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:36:06.674Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:06.774Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:36:06.775Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:36:06.775Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:36:06.786Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:36:06.787Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:36:07.675Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:36:07.675Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:36:07.678Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:36:07.678Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-14T01:36:07.778Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:36:07.779Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:36:07.779Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:36:07.792Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:36:07.792Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:36:08.678Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:36:08.679Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:36:08.682Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:36:08.682Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:08.782Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:36:08.783Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:36:08.783Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:36:08.795Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:36:08.796Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:36:09.683Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:36:09.683Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:36:09.686Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:36:09.686Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:36:09.786Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:36:09.787Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:36:09.787Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:36:09.798Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:36:09.799Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:36:10.687Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "b22afef5-9bf0-4385-a0dd-5bd3d3f3c11e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ed95c8ec-1a3f-40e3-95be-8a076b295476",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "798a9ed2-4709-4f22-a9f9-50c2bd53d5de",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9ce1f85a-69fd-431b-b2f6-d1e2052cce38",
      "resourceInvariantUUID": "3b32f9a6-f3bd-42ec-b9fb-0d18d380c5e6",
      "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": "NzRkYTZiMjUxMGIyYjY2OTk3Y2RhNjk0ODhjMzQyMjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "385336ee-9f59-4882-8c07-078afdb56a48",
          "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": "f1e0db5a-a4e9-4b39-89e5-5cf5557de6ab",
          "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": "b25ebf13-a6c0-4927-b8a4-78ffaed2fbea",
            "generatedFromUUID": "f1e0db5a-a4e9-4b39-89e5-5cf5557de6ab"
          },
          "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": "b25ebf13-a6c0-4927-b8a4-78ffaed2fbea",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZThhNDQ0NTQxM2IxNjU2ODQzZGNiNmZhODNhNGJlNzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "edc8b81e-1f99-45ec-aee7-8371aa9aedfa"
    }
  ],
  "workloadContext": "Production"
}
2021-05-14T01:36:10.687Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-14T01:36:10.688Z|d59edf8b-a1c0-4b93-a5e6-345dccfb84ba|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b22afef5-9bf0-4385-a0dd-5bd3d3f3c11e ASDC
2021-05-14T01:36:10.688Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2a12df61-93e1-4201-b6be-b7a2a91801dc
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:b22afef5-9bf0-4385-a0dd-5bd3d3f3c11e
ServiceInvariantUUID:ed95c8ec-1a3f-40e3-95be-8a076b295476
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:edc8b81e-1f99-45ec-aee7-8371aa9aedfa
ArtifactChecksum:ZThhNDQ0NTQxM2IxNjU2ODQzZGNiNmZhODNhNGJlNzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:798a9ed2-4709-4f22-a9f9-50c2bd53d5de
ResourceInvariantUUID:3b32f9a6-f3bd-42ec-b9fb-0d18d380c5e6
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:9ce1f85a-69fd-431b-b2f6-d1e2052cce38
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:385336ee-9f59-4882-8c07-078afdb56a48
ArtifactChecksum:NzRkYTZiMjUxMGIyYjY2OTk3Y2RhNjk0ODhjMzQyMjg=
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:f1e0db5a-a4e9-4b39-89e5-5cf5557de6ab
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:b25ebf13-a6c0-4927-b8a4-78ffaed2fbea
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:b25ebf13-a6c0-4927-b8a4-78ffaed2fbea
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-14T01:36:10.688Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b22afef5-9bf0-4385-a0dd-5bd3d3f3c11e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:36:10.718Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-14T01:36:10.719Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:36:10.719Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:36:10.719Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: edc8b81e-1f99-45ec-aee7-8371aa9aedfa from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-14T01:36:10.719Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:36:10.719Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-14T01:36:12.257Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:36:12.260Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar edc8b81e-1f99-45ec-aee7-8371aa9aedfa 74268
2021-05-14T01:36:12.260Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-05-14T01:36:12.260Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-14T01:36:12.260Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:36:12.260Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:36:12.262Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:36:12.262Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956172260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:12.362Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:36:12.363Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:36:12.364Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:36:12.378Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:36:12.379Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-05-14T01:36:13.262Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-14T01:36:13.264Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:36:13.264Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: edc8b81e-1f99-45ec-aee7-8371aa9aedfa, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-14T01:36:13.264Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-05-14T01:36:13.265Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-14T01:36:13.265Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-05-14T01:36:13.463Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12506503698694375654/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-05-14T01:36:14.239Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-14T01:36:14.239Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-14T01:36:14.239Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-14T01:36:14.239Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-14T01:36:14.239Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-14T01:36:14.239Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-14T01:36:14.239Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-14T01:36:14.239Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-14T01:36:14.240Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-14T01:36:14.240Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-14T01:36:14.240Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-14T01:36:14.240Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-14T01:36:14.240Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-14T01:36:14.240Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-14T01:36:14.240Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-14T01:36:14.240Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:14.240Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:36:14.240Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-14T01:36:14.240Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-14T01:36:14.241Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-14T01:36:14.241Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:14.241Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:36:14.241Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-14T01:36:14.241Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-14T01:36:14.241Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-14T01:36:14.241Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:14.241Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:36:14.242Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:14.242Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-14T01:36:14.242Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-14T01:36:14.242Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-05-14T01:36:14.242Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-05-14T01:36:14.242Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-05-14T01:36:14.242Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-14T01:36:14.242Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:14.242Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-14T01:36:14.242Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:14.243Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-14T01:36:14.243Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:36:14.243Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:14.243Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-14T01:36:14.243Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:36:14.243Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:14.243Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-14T01:36:14.243Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:36:14.243Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:14.244Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-14T01:36:14.244Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-14T01:36:14.244Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-14T01:36:14.244Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fa11e764-c86b-43ad-8943-e3f392827044
2021-05-14T01:36:14.244Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:14.244Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:36:14.244Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:14.244Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:36:14.244Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:14.244Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:36:14.245Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:14.245Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:36:14.245Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:b22afef5-9bf0-4385-a0dd-5bd3d3f3c11e
Model Version:NULL
Model InvariantUuid:ed95c8ec-1a3f-40e3-95be-8a076b295476
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:3e2cd8ab-3e4a-4eda-807d-7049497cd5ed
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3b32f9a6-f3bd-42ec-b9fb-0d18d380c5e6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:798a9ed2-4709-4f22-a9f9-50c2bd53d5de
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:457f2b11-67ad-4367-b242-381e99e94403
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:221caaee-7423-46f0-bff3-fea0cce774bf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fa11e764-c86b-43ad-8943-e3f392827044
ModelInvariantUuid:a36ed139-79de-4df0-9591-3ca1efc7cab1
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:3a76b066-df4c-48ce-884b-6ffacc2bd34e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:4e781342-9507-480f-83a6-f9acac776c54
ModelInvariantUuid:35199284-563d-48de-b89d-04325313c154
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:0ffad745-2110-468f-9409-abd10a60074c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-14T01:36:14.249Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9ce1f85a-69fd-431b-b2f6-d1e2052cce38
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:36:14.251Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||basic_vm 0
2021-05-14T01:36:14.251Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9ce1f85a-69fd-431b-b2f6-d1e2052cce38
2021-05-14T01:36:14.251Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 385336ee-9f59-4882-8c07-078afdb56a48 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-14T01:36:14.251Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:36:14.251Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-14T01:36:15.793Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:36:15.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:36:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:36:15.812Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:36:15.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "clamp",
  "timestamp": 1620956072287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "cds",
  "timestamp": 1620956065805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "aai-ml",
  "timestamp": 1620956068211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "clamp",
  "timestamp": 1620956072287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "cds",
  "timestamp": 1620956065805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "aai-ml",
  "timestamp": 1620956068211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956075188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "clamp",
  "timestamp": 1620956072287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "cds",
  "timestamp": 1620956065805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "aai-ml",
  "timestamp": 1620956068211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956075188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "clamp",
  "timestamp": 1620956072287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "cds",
  "timestamp": 1620956065805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "aai-ml",
  "timestamp": 1620956068211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956075188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "policy-id",
  "timestamp": 1620956076753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "clamp",
  "timestamp": 1620956072287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "cds",
  "timestamp": 1620956065805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "aai-ml",
  "timestamp": 1620956068211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "dcae-sch",
  "timestamp": 1620956077605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956075188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "policy-id",
  "timestamp": 1620956076753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "clamp",
  "timestamp": 1620956072287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "cds",
  "timestamp": 1620956065805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "aai-ml",
  "timestamp": 1620956068211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956078540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "dcae-sch",
  "timestamp": 1620956077605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956075188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "policy-id",
  "timestamp": 1620956076753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956078875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "clamp",
  "timestamp": 1620956072287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "cds",
  "timestamp": 1620956065805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "aai-ml",
  "timestamp": 1620956068211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956078540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "dcae-sch",
  "timestamp": 1620956077605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956075188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "policy-id",
  "timestamp": 1620956076753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956078875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956078540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "dcae-sch",
  "timestamp": 1620956077605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "cds",
  "timestamp": 1620956081310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.834Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "aai-ml",
  "timestamp": 1620956081316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.834Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956075188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "policy-id",
  "timestamp": 1620956076753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956078875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956078540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "dcae-sch",
  "timestamp": 1620956077605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "cds",
  "timestamp": 1620956082313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:36:15.841Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2a12df61-93e1-4201-b6be-b7a2a91801dc
2021-05-14T01:36:15.841Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a12df61-93e1-4201-b6be-b7a2a91801dc and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:36:15.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "policy-id",
  "timestamp": 1620956076753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956078875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956082567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.847Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956078540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "dcae-sch",
  "timestamp": 1620956077605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "policy-id",
  "timestamp": 1620956076753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.848Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956078875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.848Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956082969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.848Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956083741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.848Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "cds",
  "timestamp": 1620956083316,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.848Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "clamp",
  "timestamp": 1620956084102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.848Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956078540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.848Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "dcae-sch",
  "timestamp": 1620956077605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956078875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956082969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "policy-id",
  "timestamp": 1620956084592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.849Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "cds",
  "timestamp": 1620956083316,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956084962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.849Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956078540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "dcae-sch",
  "timestamp": 1620956077605,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956084797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956078875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956082969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "policy-id",
  "timestamp": 1620956085596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:36:15.850Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "cds",
  "timestamp": 1620956083316,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956085966,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:36:15.854Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a12df61-93e1-4201-b6be-b7a2a91801dc
2021-05-14T01:36:15.854Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a12df61-93e1-4201-b6be-b7a2a91801dc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:36:15.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "clamp",
  "timestamp": 1620956086107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:36:15.859Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956078540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "dcae-sch",
  "timestamp": 1620956077605,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956084797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956082969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "policy-id",
  "timestamp": 1620956086599,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:36:15.863Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a12df61-93e1-4201-b6be-b7a2a91801dc
2021-05-14T01:36:15.863Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a12df61-93e1-4201-b6be-b7a2a91801dc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-14T01:36:15.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "cds",
  "timestamp": 1620956083316,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956086968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:36:15.868Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "clamp",
  "timestamp": 1620956087110,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:36:15.871Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2a12df61-93e1-4201-b6be-b7a2a91801dc
2021-05-14T01:36:15.872Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a12df61-93e1-4201-b6be-b7a2a91801dc and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956078540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "dcae-sch",
  "timestamp": 1620956077605,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956087273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956084797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956082969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "policy-id",
  "timestamp": 1620956076753,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "cds",
  "timestamp": 1620956083316,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956078540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "dcae-sch",
  "timestamp": 1620956077605,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956084797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956082969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "aai-ml",
  "timestamp": 1620956088644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "policy-id",
  "timestamp": 1620956076753,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "cds",
  "timestamp": 1620956083316,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956078540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "dcae-sch",
  "timestamp": 1620956077605,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956084797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956082969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.879Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "policy-id",
  "timestamp": 1620956076753,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.879Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "aai-ml",
  "timestamp": 1620956089648,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:36:15.882Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2a12df61-93e1-4201-b6be-b7a2a91801dc
2021-05-14T01:36:15.882Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a12df61-93e1-4201-b6be-b7a2a91801dc and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "cds",
  "timestamp": 1620956083316,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956078540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956090263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "dcae-sch",
  "timestamp": 1620956077605,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956084797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "policy-id",
  "timestamp": 1620956076753,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "cds",
  "timestamp": 1620956083316,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956078540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "dcae-sch",
  "timestamp": 1620956077605,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956084797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "policy-id",
  "timestamp": 1620956076753,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956078540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "dcae-sch",
  "timestamp": 1620956077605,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "policy-id",
  "timestamp": 1620956076753,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956092661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956092964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "cds",
  "timestamp": 1620956092980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956093195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956078540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "policy-id",
  "timestamp": 1620956076753,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "cds",
  "timestamp": 1620956093984,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:36:15.897Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f7c725fd-50e1-4a7a-aa35-8408af88d60c
2021-05-14T01:36:15.897Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7c725fd-50e1-4a7a-aa35-8408af88d60c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:36:15.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956094292,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:36:15.906Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a12df61-93e1-4201-b6be-b7a2a91801dc
2021-05-14T01:36:15.906Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a12df61-93e1-4201-b6be-b7a2a91801dc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-14T01:36:15.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "policy-id",
  "timestamp": 1620956076753,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956095132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.911Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956095188,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956095295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:36:15.911Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956095590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:36:15.911Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956095188,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956078875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "cds",
  "timestamp": 1620956095805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956096592,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:36:15.915Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2a12df61-93e1-4201-b6be-b7a2a91801dc
2021-05-14T01:36:15.915Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a12df61-93e1-4201-b6be-b7a2a91801dc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:36:15.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956095188,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956078875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "cds",
  "timestamp": 1620956095805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956084797,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956095188,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956078875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "cds",
  "timestamp": 1620956095805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956084797,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "aai-ml",
  "timestamp": 1620956098211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956098540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956095188,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956078875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "cds",
  "timestamp": 1620956095805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956084797,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956099699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "policy-id",
  "timestamp": 1620956099789,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "aai-ml",
  "timestamp": 1620956098211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "dcae-sch",
  "timestamp": 1620956100076,
  "artifactURL": "/sdc/v1/catalog/services/887d33cb-f0e6-4299-b1ff-4405c30d0f1b/resourceInstances/basicclamp0/artifacts/3fe0d458-f6b3-4d4e-b3ea-5fa4a3bd3c8b",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956098540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956095188,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956078875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "cds",
  "timestamp": 1620956095805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956084797,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956100706,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:36:15.929Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a12df61-93e1-4201-b6be-b7a2a91801dc
2021-05-14T01:36:15.929Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a12df61-93e1-4201-b6be-b7a2a91801dc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-14T01:36:15.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "policy-id",
  "timestamp": 1620956100792,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:36:15.933Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "aai-ml",
  "timestamp": 1620956098211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956098540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956095188,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "dcae-sch",
  "timestamp": 1620956101314,
  "artifactURL": "/sdc/v1/catalog/services/887d33cb-f0e6-4299-b1ff-4405c30d0f1b/resourceInstances/basicclamp0/artifacts/3fe0d458-f6b3-4d4e-b3ea-5fa4a3bd3c8b",
  "status": "DEPLOY_OK"
}
2021-05-14T01:36:15.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956078875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "cds",
  "timestamp": 1620956095805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956084797,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956101709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:36:15.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "policy-id",
  "timestamp": 1620956101796,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:36:15.937Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f7c725fd-50e1-4a7a-aa35-8408af88d60c
2021-05-14T01:36:15.937Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7c725fd-50e1-4a7a-aa35-8408af88d60c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:36:15.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "aai-ml",
  "timestamp": 1620956098211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956098540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956095188,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956078875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "dcae-sch",
  "timestamp": 1620956102317,
  "artifactURL": "/sdc/v1/catalog/services/887d33cb-f0e6-4299-b1ff-4405c30d0f1b/resourceInstances/basicclamp0/artifacts/3fe0d458-f6b3-4d4e-b3ea-5fa4a3bd3c8b",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:36:15.945Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of f7c725fd-50e1-4a7a-aa35-8408af88d60c
2021-05-14T01:36:15.945Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7c725fd-50e1-4a7a-aa35-8408af88d60c and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:36:15.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "cds",
  "timestamp": 1620956095805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956084797,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956082969,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "aai-ml",
  "timestamp": 1620956098211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "clamp",
  "timestamp": 1620956102286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956098540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956078875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956103419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "cds",
  "timestamp": 1620956095805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "policy-id",
  "timestamp": 1620956102799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956084797,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956082969,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "aai-ml",
  "timestamp": 1620956098211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "clamp",
  "timestamp": 1620956102286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "dcae-sch",
  "timestamp": 1620956103320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956098540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "policy-id",
  "timestamp": 1620956102799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956104485,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956104607,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956084797,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "cds",
  "timestamp": 1620956104634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956082969,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "aai-ml",
  "timestamp": 1620956098211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "clamp",
  "timestamp": 1620956102286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "dcae-sch",
  "timestamp": 1620956103320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956098540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "policy-id",
  "timestamp": 1620956102799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956082969,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "aai-ml",
  "timestamp": 1620956098211,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "clamp",
  "timestamp": 1620956102286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "dcae-sch",
  "timestamp": 1620956103320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956106053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956106151,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956098540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956106247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.954Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "policy-id",
  "timestamp": 1620956102799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "cds",
  "timestamp": 1620956106664,
  "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-05-14T01:36:15.962Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d8b5d8ea-6783-4368-889d-e493a242d0de
2021-05-14T01:36:15.962Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8b5d8ea-6783-4368-889d-e493a242d0de and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:36:15.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956082969,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "clamp",
  "timestamp": 1620956102286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "dcae-sch",
  "timestamp": 1620956103320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956107251,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:36:15.971Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f7c725fd-50e1-4a7a-aa35-8408af88d60c
2021-05-14T01:36:15.971Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7c725fd-50e1-4a7a-aa35-8408af88d60c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-14T01:36:15.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "policy-id",
  "timestamp": 1620956102799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "aai-ml",
  "timestamp": 1620956107557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.976Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956082969,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956107735,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "clamp",
  "timestamp": 1620956102286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "dcae-sch",
  "timestamp": 1620956103320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956108232,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956108254,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "policy-id",
  "timestamp": 1620956102799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956082969,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956108760,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:36:15.981Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f7c725fd-50e1-4a7a-aa35-8408af88d60c
2021-05-14T01:36:15.981Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7c725fd-50e1-4a7a-aa35-8408af88d60c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-14T01:36:15.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "clamp",
  "timestamp": 1620956102286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "dcae-sch",
  "timestamp": 1620956103320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956109236,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:36:15.989Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f7c725fd-50e1-4a7a-aa35-8408af88d60c
2021-05-14T01:36:15.989Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7c725fd-50e1-4a7a-aa35-8408af88d60c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:36:15.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "policy-id",
  "timestamp": 1620956102799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956082969,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956109763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "clamp",
  "timestamp": 1620956102286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "dcae-sch",
  "timestamp": 1620956103320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "policy-id",
  "timestamp": 1620956102799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "dcae-sch",
  "timestamp": 1620956103320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956110766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956110766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956112971,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "policy-id",
  "timestamp": 1620956113096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:15.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956110766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:36:15.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "policy-id",
  "timestamp": 1620956114100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:36:15.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:36:15.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956110766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:15.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:15.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:15.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "policy-id",
  "timestamp": 1620956115102,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:36:16.000Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8b5d8ea-6783-4368-889d-e493a242d0de
2021-05-14T01:36:16.000Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8b5d8ea-6783-4368-889d-e493a242d0de and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:36:16.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:16.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956110766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-14T01:36:16.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:16.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:16.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956114797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:16.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:16.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:36:16.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956115188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:16.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:36:16.329Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:36:16.329Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 385336ee-9f59-4882-8c07-078afdb56a48 787
2021-05-14T01:36:16.330Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-05-14T01:36:16.330Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-14T01:36:16.330Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:36:16.330Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:36:16.333Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:36:16.333Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956176330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:16.433Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:36:16.434Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:36:16.434Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:36:16.445Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:36:16.445Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:36:17.333Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "457f2b11-67ad-4367-b242-381e99e94403",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "221caaee-7423-46f0-bff3-fea0cce774bf",
    "vfModuleModelCustomizationUUID": "65b894c8-8b4f-46a6-896d-eaa9f94684ad",
    "isBase": true,
    "artifacts": [
      "f1e0db5a-a4e9-4b39-89e5-5cf5557de6ab",
      "b25ebf13-a6c0-4927-b8a4-78ffaed2fbea"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-14T01:36:17.339Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:221caaee-7423-46f0-bff3-fea0cce774bf
VfModuleModelInvariantUUID:457f2b11-67ad-4367-b242-381e99e94403
VfModuleModelDescription:NULL
Artifacts UUID List:{
f1e0db5a-a4e9-4b39-89e5-5cf5557de6ab
,
b25ebf13-a6c0-4927-b8a4-78ffaed2fbea

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

isBase:true


}

2021-05-14T01:36:17.342Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "457f2b11-67ad-4367-b242-381e99e94403",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "221caaee-7423-46f0-bff3-fea0cce774bf",
    "vfModuleModelCustomizationUUID": "65b894c8-8b4f-46a6-896d-eaa9f94684ad",
    "isBase": true,
    "artifacts": [
      "f1e0db5a-a4e9-4b39-89e5-5cf5557de6ab",
      "b25ebf13-a6c0-4927-b8a4-78ffaed2fbea"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-14T01:36:17.342Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:221caaee-7423-46f0-bff3-fea0cce774bf
VfModuleModelInvariantUUID:457f2b11-67ad-4367-b242-381e99e94403
VfModuleModelDescription:NULL
Artifacts UUID List:{
f1e0db5a-a4e9-4b39-89e5-5cf5557de6ab
,
b25ebf13-a6c0-4927-b8a4-78ffaed2fbea

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

isBase:true


}

2021-05-14T01:36:17.343Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f1e0db5a-a4e9-4b39-89e5-5cf5557de6ab from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-14T01:36:17.343Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:36:17.343Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-14T01:36:20.056Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:36:20.057Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f1e0db5a-a4e9-4b39-89e5-5cf5557de6ab 5033
2021-05-14T01:36:20.057Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-05-14T01:36:20.057Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-14T01:36:20.057Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:36:20.057Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:36:20.058Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:36:20.058Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956180057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:20.159Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-14T01:36:20.160Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:36:20.160Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:36:20.173Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:36:20.173Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-05-14T01:36:21.059Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b25ebf13-a6c0-4927-b8a4-78ffaed2fbea from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-14T01:36:21.059Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:36:21.059Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-14T01:36:21.366Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:36:21.367Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b25ebf13-a6c0-4927-b8a4-78ffaed2fbea 903
2021-05-14T01:36:21.367Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-05-14T01:36:21.367Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-14T01:36:21.367Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:36:21.367Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:36:21.370Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:36:21.370Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956181367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:36:21.470Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:36:21.471Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:36:21.471Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:36:21.483Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:36:21.484Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:36:22.370Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b22afef5-9bf0-4385-a0dd-5bd3d3f3c11e
2021-05-14T01:36:22.371Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9ce1f85a-69fd-431b-b2f6-d1e2052cce38 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:36:22.386Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:22.386Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:36:22.387Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-05-14T01:36:22.387Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 798a9ed2-4709-4f22-a9f9-50c2bd53d5de
2021-05-14T01:36:22.387Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 798a9ed2-4709-4f22-a9f9-50c2bd53d5de matches Tosca VF Customization UUID: 798a9ed2-4709-4f22-a9f9-50c2bd53d5de
2021-05-14T01:36:22.387Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 798a9ed2-4709-4f22-a9f9-50c2bd53d5de  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-14T01:36:22.388Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:22.389Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:36:22.389Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 798a9ed2-4709-4f22-a9f9-50c2bd53d5de: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-05-14T01:36:22.389Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64ea4a62
2021-05-14T01:36:22.389Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:22.389Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-14T01:36:22.390Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 65b894c8-8b4f-46a6-896d-eaa9f94684ad
2021-05-14T01:36:22.390Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 65b894c8-8b4f-46a6-896d-eaa9f94684ad
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-14T01:36:22.391Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:22.392Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-14T01:36:22.392Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:36:22.392Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:22.392Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-14T01:36:22.392Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:36:22.392Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:22.392Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-14T01:36:22.393Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-14T01:36:22.393Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-14T01:36:22.393Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fa11e764-c86b-43ad-8943-e3f392827044
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-14T01:36:22.394Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:22.395Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-14T01:36:22.395Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:36:22.395Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:22.395Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-14T01:36:22.395Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=798a9ed2-4709-4f22-a9f9-50c2bd53d5de
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:36:22.396Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:22.396Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:36:22.396Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b22afef5-9bf0-4385-a0dd-5bd3d3f3c11e: basic_vm
2021-05-14T01:36:22.396Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:22.396Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:36:22.396Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:22.396Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:36:22.397Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:22.397Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:36:22.397Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:22.397Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:36:22.397Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:36:22.397Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:36:22.397Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:36:22.454Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 9ce1f85a-69fd-431b-b2f6-d1e2052cce38 1 ASDC deployResourceStructure
2021-05-14T01:36:22.454Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-05-14T01:36:22.454Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-14T01:36:22.454Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:36:22.454Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:36:22.456Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:36:22.456Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956182454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:36:22.556Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:36:22.557Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:36:22.557Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:36:22.570Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:36:22.570Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:36:23.456Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-05-14T01:36:23.457Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-14T01:36:23.457Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:36:23.458Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:36:23.460Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:36:23.460Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956183456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-14T01:36:23.560Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:36:23.561Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:36:23.561Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:36:23.575Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:36:23.575Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-05-14T01:36:24.460Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-05-14T01:36:24.461Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-14T01:36:24.462Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:36:24.462Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:36:24.464Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:36:24.464Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956184460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-14T01:36:24.564Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:36:24.565Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:36:24.565Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:36:24.578Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:36:24.579Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:36:25.465Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-05-14T01:36:25.466Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-14T01:36:25.466Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:36:25.466Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:36:25.468Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:36:25.468Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956185465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:36:25.568Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:36:25.569Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:36:25.569Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:36:25.579Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:36:25.579Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:36:26.469Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a12df61-93e1-4201-b6be-b7a2a91801dc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:36:26.477Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a12df61-93e1-4201-b6be-b7a2a91801dc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:36:26.479Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:36:26.480Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-14T01:36:26.480Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-14T01:36:26.480Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-14T01:36:26.480Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:36:26.480Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:36:26.480Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:36:26.480Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:36:26.480Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:36:26.480Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:36:26.480Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:36:26.484Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-14T01:36:56.484Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a12df61-93e1-4201-b6be-b7a2a91801dc and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-14T01:36:56.489Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a12df61-93e1-4201-b6be-b7a2a91801dc and serviceModelVersionId: b22afef5-9bf0-4385-a0dd-5bd3d3f3c11e
2021-05-14T01:36:56.490Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ed95c8ec-1a3f-40e3-95be-8a076b295476
2021-05-14T01:36:56.491Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ed95c8ec-1a3f-40e3-95be-8a076b295476/model-vers/model-ver/b22afef5-9bf0-4385-a0dd-5bd3d3f3c11e?depth=0
2021-05-14T01:36:56.497Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-05-14T01:36:56.530Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed95c8ec-1a3f-40e3-95be-8a076b295476/model-vers/model-ver/b22afef5-9bf0-4385-a0dd-5bd3d3f3c11e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-05-14T01:36:56.530Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed95c8ec-1a3f-40e3-95be-8a076b295476/model-vers/model-ver/b22afef5-9bf0-4385-a0dd-5bd3d3f3c11e?depth=0|INFO|500||Invoke
2021-05-14T01:36:56.546Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed95c8ec-1a3f-40e3-95be-8a076b295476/model-vers/model-ver/b22afef5-9bf0-4385-a0dd-5bd3d3f3c11e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-14T01:36:57.559Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed95c8ec-1a3f-40e3-95be-8a076b295476/model-vers/model-ver/b22afef5-9bf0-4385-a0dd-5bd3d3f3c11e?depth=0|INFO|500||InvokeReturn
2021-05-14T01:36:57.559Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed95c8ec-1a3f-40e3-95be-8a076b295476/model-vers/model-ver/b22afef5-9bf0-4385-a0dd-5bd3d3f3c11e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210514-01:36:56:552-40973], vertex-id=[467128], Content-Length=[0], Date=[Fri, 14 May 2021 01:36:56 GMT], Content-Type=[application/json]}
2021-05-14T01:36:57.559Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-05-14T01:36:57.559Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-14T01:36:57.559Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:36:57.564Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-14T01:36:57.564Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a12df61-93e1-4201-b6be-b7a2a91801dc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-14T01:36:57.564Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-14T01:36:57.565Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:36:57.566Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:36:57.566Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956217564,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-14T01:36:57.667Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-14T01:36:57.668Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:36:57.668Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:36:57.684Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:36:57.685Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-14T01:36:58.575Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-14T01:36:58.576Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"f7c725fd-50e1-4a7a-aa35-8408af88d60c","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"887d33cb-f0e6-4299-b1ff-4405c30d0f1b","serviceDescription":"service","serviceInvariantUUID":"c91e7be3-1b89-4a35-ad47-292988314ff8","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"76a5185d-36e9-469a-b2c2-18287d0b4388","resourceInvariantUUID":"2c247f50-4f68-4489-956d-0370ea6c1666","resourceCustomizationUUID":"778dbed9-7a80-4e0a-8b94-34467e815d62","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":"3fe0d458-f6b3-4d4e-b3ea-5fa4a3bd3c8b","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":"MjQxNzYxMjI0OGIzMDAyMDRmZThiYmFhMzZkMTQ0M2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4553bcc3-94fc-4539-b83a-b1bbfe1d3376","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":"MzU5ZTY2YTU1MTNmNjc5MTUwMjE2Mzk1NmNjZmEyNjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"41b8ca4b-7c05-4dd5-9bcb-622d0b2398f2","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":"dd7383da-1583-4995-aae6-e95e253c4032","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":"bcd89f6a-2103-4f59-b47e-33b9afb81140","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":"66c2756a-6b84-420d-9f96-c1180b2a1e23","artifactVersion":"2","generatedFromUUID":"dd7383da-1583-4995-aae6-e95e253c4032"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"Mjg3M2U5Zjc0YTEwMzQ0NTU4OGZjNDIyNTMzNjI5NTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"94c7791d-a452-42e6-bcc3-e144b45ebee0","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MTcyYzQ0N2I4N2VjM2RlNDhiYjNjOTg3YWJiMDVlYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d13c42e0-d6fa-42a2-8cb4-5a47efd74555","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-14T01:36:58.576Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:36:58.576Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:36:58.578Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:36:58.579Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:58.679Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-14T01:36:58.679Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:36:58.679Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:36:58.692Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:36:58.692Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:36:59.579Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:36:59.581Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:36:59.583Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:36:59.583Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:36:59.683Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-14T01:36:59.685Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:36:59.685Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:36:59.697Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:36:59.698Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:37:00.584Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:37:00.585Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:37:00.587Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:37:00.587Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:37:00.688Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:37:00.689Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:37:00.689Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:37:00.703Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:37:00.704Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:37:01.588Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:37:01.589Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:37:01.592Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:37:01.592Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:37:01.692Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:37:01.693Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:37:01.693Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:37:01.706Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:37:01.707Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:37:02.593Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:37:02.594Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:37:02.596Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:37:02.596Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:37:02.696Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:37:02.697Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:37:02.698Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:37:02.710Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:37:02.710Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-14T01:37:03.597Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:37:03.598Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:37:03.600Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:37:03.600Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-14T01:37:03.700Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:37:03.700Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:37:03.701Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:37:03.713Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:37:03.713Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:37:04.600Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:37:04.602Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:37:04.604Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:37:04.604Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:37:04.704Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:37:04.705Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:37:04.705Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:37:04.719Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:37:04.720Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:37:05.605Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:37:05.605Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:37:05.607Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:37:05.607Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:37:05.707Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:37:05.710Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:37:05.710Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:37:05.723Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:37:05.723Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:37:06.608Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "887d33cb-f0e6-4299-b1ff-4405c30d0f1b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c91e7be3-1b89-4a35-ad47-292988314ff8",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "778dbed9-7a80-4e0a-8b94-34467e815d62",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "76a5185d-36e9-469a-b2c2-18287d0b4388",
      "resourceInvariantUUID": "2c247f50-4f68-4489-956d-0370ea6c1666",
      "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": "MzU5ZTY2YTU1MTNmNjc5MTUwMjE2Mzk1NmNjZmEyNjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "41b8ca4b-7c05-4dd5-9bcb-622d0b2398f2",
          "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": "dd7383da-1583-4995-aae6-e95e253c4032",
          "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": "66c2756a-6b84-420d-9f96-c1180b2a1e23",
            "generatedFromUUID": "dd7383da-1583-4995-aae6-e95e253c4032"
          },
          "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": "66c2756a-6b84-420d-9f96-c1180b2a1e23",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MTcyYzQ0N2I4N2VjM2RlNDhiYjNjOTg3YWJiMDVlYWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d13c42e0-d6fa-42a2-8cb4-5a47efd74555"
    }
  ],
  "workloadContext": "Production"
}
2021-05-14T01:37:06.608Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-14T01:37:06.609Z|2a12df61-93e1-4201-b6be-b7a2a91801dc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 887d33cb-f0e6-4299-b1ff-4405c30d0f1b ASDC
2021-05-14T01:37:06.609Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f7c725fd-50e1-4a7a-aa35-8408af88d60c
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:887d33cb-f0e6-4299-b1ff-4405c30d0f1b
ServiceInvariantUUID:c91e7be3-1b89-4a35-ad47-292988314ff8
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:d13c42e0-d6fa-42a2-8cb4-5a47efd74555
ArtifactChecksum:MTcyYzQ0N2I4N2VjM2RlNDhiYjNjOTg3YWJiMDVlYWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:778dbed9-7a80-4e0a-8b94-34467e815d62
ResourceInvariantUUID:2c247f50-4f68-4489-956d-0370ea6c1666
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:76a5185d-36e9-469a-b2c2-18287d0b4388
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:41b8ca4b-7c05-4dd5-9bcb-622d0b2398f2
ArtifactChecksum:MzU5ZTY2YTU1MTNmNjc5MTUwMjE2Mzk1NmNjZmEyNjc=
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:dd7383da-1583-4995-aae6-e95e253c4032
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:66c2756a-6b84-420d-9f96-c1180b2a1e23
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:66c2756a-6b84-420d-9f96-c1180b2a1e23
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-14T01:37:06.610Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 887d33cb-f0e6-4299-b1ff-4405c30d0f1b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-14T01:37:06.633Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-14T01:37:06.633Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:37:06.633Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:37:06.634Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d13c42e0-d6fa-42a2-8cb4-5a47efd74555 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-14T01:37:06.634Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:37:06.634Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-14T01:37:07.254Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:37:07.256Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar d13c42e0-d6fa-42a2-8cb4-5a47efd74555 76835
2021-05-14T01:37:07.257Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-05-14T01:37:07.257Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-14T01:37:07.257Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:37:07.257Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:37:07.258Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:37:07.258Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956227257,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:37:07.359Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-14T01:37:07.360Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:37:07.360Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:37:07.373Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:37:07.374Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-05-14T01:37:08.259Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-14T01:37:08.260Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:37:08.260Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d13c42e0-d6fa-42a2-8cb4-5a47efd74555, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-14T01:37:08.260Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-05-14T01:37:08.261Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-14T01:37:08.261Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-14T01:37:08.344Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16087622818425511077/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-05-14T01:37:09.124Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-14T01:37:09.125Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-14T01:37:09.125Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-14T01:37:09.125Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-14T01:37:09.125Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-14T01:37:09.125Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-14T01:37:09.125Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-14T01:37:09.125Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-14T01:37:09.125Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-14T01:37:09.125Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-14T01:37:09.125Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-14T01:37:09.125Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-14T01:37:09.125Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-14T01:37:09.125Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-05-14T01:37:09.125Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-14T01:37:09.125Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:09.125Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:37:09.126Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-14T01:37:09.126Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-14T01:37:09.126Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-14T01:37:09.126Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:09.126Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:37:09.126Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-14T01:37:09.126Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-14T01:37:09.126Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-14T01:37:09.126Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:09.126Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:37:09.126Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:09.126Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-14T01:37:09.126Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-14T01:37:09.126Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-14T01:37:09.127Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-14T01:37:09.127Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-14T01:37:09.127Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-14T01:37:09.127Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:09.127Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-14T01:37:09.127Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:09.127Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-14T01:37:09.127Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:37:09.127Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:09.127Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-14T01:37:09.127Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:37:09.127Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:09.127Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-14T01:37:09.127Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:37:09.127Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:09.127Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-14T01:37:09.128Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-14T01:37:09.128Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-14T01:37:09.128Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a5919f82-c20c-41e9-954e-5880f0a27e58
2021-05-14T01:37:09.128Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:09.128Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:37:09.128Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:09.128Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:37:09.128Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:09.128Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:37:09.128Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:09.128Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:37:09.128Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:887d33cb-f0e6-4299-b1ff-4405c30d0f1b
Model Version:NULL
Model InvariantUuid:c91e7be3-1b89-4a35-ad47-292988314ff8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:1fa9a957-3944-4a61-b708-d92cfcf2378f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2c247f50-4f68-4489-956d-0370ea6c1666
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:778dbed9-7a80-4e0a-8b94-34467e815d62
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1dca722e-b9c7-40cb-851b-156e002f6702
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:89a2a939-9198-4105-a725-85ce903c5ca7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a5919f82-c20c-41e9-954e-5880f0a27e58
ModelInvariantUuid:c01cedbd-0dce-4e60-9aa2-2dd7d0f76db7
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:739cec13-ec40-482e-b325-64d6e51861cd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:bbf3c0a4-abda-4948-b160-593ae688b05d
ModelInvariantUuid:e6008276-107c-48fb-bf39-6a7da531ce29
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:feabf871-8dbc-41ba-b096-06387e36c3b8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-14T01:37:09.132Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 76a5185d-36e9-469a-b2c2-18287d0b4388
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:37:09.134Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||basicclamp 0
2021-05-14T01:37:09.134Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 76a5185d-36e9-469a-b2c2-18287d0b4388
2021-05-14T01:37:09.134Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 41b8ca4b-7c05-4dd5-9bcb-622d0b2398f2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-05-14T01:37:09.134Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:37:09.134Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-05-14T01:37:11.059Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:37:11.059Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 41b8ca4b-7c05-4dd5-9bcb-622d0b2398f2 790
2021-05-14T01:37:11.059Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-05-14T01:37:11.059Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-05-14T01:37:11.059Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:37:11.059Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:37:11.061Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:37:11.061Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956231059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:37:11.161Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:37:11.162Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:37:11.162Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:37:11.175Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:37:11.176Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:37:12.062Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1dca722e-b9c7-40cb-851b-156e002f6702",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "89a2a939-9198-4105-a725-85ce903c5ca7",
    "vfModuleModelCustomizationUUID": "cef61fdf-d5e7-4162-a3b1-d8db732a0aee",
    "isBase": true,
    "artifacts": [
      "dd7383da-1583-4995-aae6-e95e253c4032",
      "66c2756a-6b84-420d-9f96-c1180b2a1e23"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-14T01:37:12.068Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:89a2a939-9198-4105-a725-85ce903c5ca7
VfModuleModelInvariantUUID:1dca722e-b9c7-40cb-851b-156e002f6702
VfModuleModelDescription:NULL
Artifacts UUID List:{
dd7383da-1583-4995-aae6-e95e253c4032
,
66c2756a-6b84-420d-9f96-c1180b2a1e23

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

isBase:true


}

2021-05-14T01:37:12.070Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1dca722e-b9c7-40cb-851b-156e002f6702",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "89a2a939-9198-4105-a725-85ce903c5ca7",
    "vfModuleModelCustomizationUUID": "cef61fdf-d5e7-4162-a3b1-d8db732a0aee",
    "isBase": true,
    "artifacts": [
      "dd7383da-1583-4995-aae6-e95e253c4032",
      "66c2756a-6b84-420d-9f96-c1180b2a1e23"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-14T01:37:12.071Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:89a2a939-9198-4105-a725-85ce903c5ca7
VfModuleModelInvariantUUID:1dca722e-b9c7-40cb-851b-156e002f6702
VfModuleModelDescription:NULL
Artifacts UUID List:{
dd7383da-1583-4995-aae6-e95e253c4032
,
66c2756a-6b84-420d-9f96-c1180b2a1e23

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

isBase:true


}

2021-05-14T01:37:12.071Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dd7383da-1583-4995-aae6-e95e253c4032 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-05-14T01:37:12.071Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:37:12.071Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-05-14T01:37:13.064Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:37:13.064Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml dd7383da-1583-4995-aae6-e95e253c4032 5033
2021-05-14T01:37:13.064Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-14T01:37:13.064Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-05-14T01:37:13.064Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:37:13.065Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:37:13.066Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:37:13.066Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956233064,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:37:13.167Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:37:13.167Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:37:13.167Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:37:13.180Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:37:13.180Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:37:14.067Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 66c2756a-6b84-420d-9f96-c1180b2a1e23 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-05-14T01:37:14.067Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:37:14.067Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-05-14T01:37:15.793Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:37:15.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:37:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:37:15.814Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:37:15.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:37:15.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956115890,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:37:15.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:37:17.331Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:37:17.331Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 66c2756a-6b84-420d-9f96-c1180b2a1e23 909
2021-05-14T01:37:17.331Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-14T01:37:17.331Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-05-14T01:37:17.331Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:37:17.332Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:37:17.334Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:37:17.334Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956237331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:37:17.434Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:37:17.435Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:37:17.435Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:37:17.447Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:37:17.447Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:37:18.334Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 887d33cb-f0e6-4299-b1ff-4405c30d0f1b
2021-05-14T01:37:18.335Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 76a5185d-36e9-469a-b2c2-18287d0b4388 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:37:18.350Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:18.350Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:37:18.350Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-05-14T01:37:18.350Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 778dbed9-7a80-4e0a-8b94-34467e815d62
2021-05-14T01:37:18.350Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 778dbed9-7a80-4e0a-8b94-34467e815d62 matches Tosca VF Customization UUID: 778dbed9-7a80-4e0a-8b94-34467e815d62
2021-05-14T01:37:18.350Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 778dbed9-7a80-4e0a-8b94-34467e815d62  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-14T01:37:18.352Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:18.353Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:37:18.354Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 778dbed9-7a80-4e0a-8b94-34467e815d62: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-05-14T01:37:18.354Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@69ab3460
2021-05-14T01:37:18.354Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:18.354Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-14T01:37:18.354Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cef61fdf-d5e7-4162-a3b1-d8db732a0aee
2021-05-14T01:37:18.354Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cef61fdf-d5e7-4162-a3b1-d8db732a0aee
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-14T01:37:18.357Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:18.357Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-14T01:37:18.357Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:37:18.358Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:18.358Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-14T01:37:18.358Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:37:18.358Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:18.358Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-05-14T01:37:18.358Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-14T01:37:18.358Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-14T01:37:18.359Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a5919f82-c20c-41e9-954e-5880f0a27e58
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-14T01:37:18.361Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:18.361Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-14T01:37:18.361Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:37:18.361Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:18.361Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-05-14T01:37:18.361Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=778dbed9-7a80-4e0a-8b94-34467e815d62
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:37:18.363Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:18.363Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:37:18.364Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 887d33cb-f0e6-4299-b1ff-4405c30d0f1b: basicclamp
2021-05-14T01:37:18.364Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:18.364Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:37:18.364Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:18.364Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:37:18.364Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:18.364Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:37:18.364Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:18.364Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:37:18.364Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:37:18.364Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:37:18.364Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:37:18.431Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 76a5185d-36e9-469a-b2c2-18287d0b4388 1 ASDC deployResourceStructure
2021-05-14T01:37:18.431Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-05-14T01:37:18.431Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-05-14T01:37:18.431Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:37:18.432Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:37:18.435Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:37:18.435Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956238431,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:37:18.533Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-05-14T01:37:18.534Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:37:18.534Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:37:18.547Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:37:18.547Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:37:19.436Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-14T01:37:19.436Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-05-14T01:37:19.436Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:37:19.436Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:37:19.439Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:37:19.439Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956239436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-14T01:37:19.539Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:37:19.540Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:37:19.540Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:37:19.552Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:37:19.552Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:37:20.440Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-14T01:37:20.440Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-05-14T01:37:20.440Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:37:20.440Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:37:20.442Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:37:20.443Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956240439,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-14T01:37:20.542Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-14T01:37:20.543Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:37:20.543Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:37:20.555Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:37:20.556Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:37:21.443Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-05-14T01:37:21.444Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-05-14T01:37:21.444Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:37:21.444Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:37:21.447Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:37:21.447Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956241443,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:37:21.547Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:37:21.548Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:37:21.548Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:37:21.562Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:37:21.562Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:37:22.448Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7c725fd-50e1-4a7a-aa35-8408af88d60c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:37:22.457Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7c725fd-50e1-4a7a-aa35-8408af88d60c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:37:22.459Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:37:22.459Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-14T01:37:22.459Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-14T01:37:52.460Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7c725fd-50e1-4a7a-aa35-8408af88d60c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:37:52.469Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7c725fd-50e1-4a7a-aa35-8408af88d60c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:37:52.472Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:37:52.472Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-14T01:37:52.472Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-14T01:38:15.793Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:38:15.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:38:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:38:15.824Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:38:15.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956110766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956114797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956115188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:38:15.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "aai-ml",
  "timestamp": 1620956116937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:38:15.829Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956110766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956114797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956115188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:38:15.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "aai-ml",
  "timestamp": 1620956117940,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:38:15.835Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f7c725fd-50e1-4a7a-aa35-8408af88d60c
2021-05-14T01:38:15.835Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7c725fd-50e1-4a7a-aa35-8408af88d60c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:38:15.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956110766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:38:15.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956114797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956115188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "aai-ml",
  "timestamp": 1620956098211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956114797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956119465,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:38:15.842Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956115188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-14T01:38:15.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "aai-ml",
  "timestamp": 1620956098211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.843Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956120077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:38:15.843Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956114797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.843Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956120470,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:38:15.846Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f7c725fd-50e1-4a7a-aa35-8408af88d60c
2021-05-14T01:38:15.846Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7c725fd-50e1-4a7a-aa35-8408af88d60c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-14T01:38:15.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956115188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "aai-ml",
  "timestamp": 1620956098211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "clamp",
  "timestamp": 1620956121106,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:38:15.852Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956114797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956121474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:38:15.852Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956121485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956115188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "aai-ml",
  "timestamp": 1620956098211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "clamp",
  "timestamp": 1620956122109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956114797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956122676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956115188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "aai-ml",
  "timestamp": 1620956098211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956122480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956123660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:38:15.854Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956123704,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:38:15.857Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8b5d8ea-6783-4368-889d-e493a242d0de
2021-05-14T01:38:15.857Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8b5d8ea-6783-4368-889d-e493a242d0de and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-14T01:38:15.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956123947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:38:15.862Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "aai-ml",
  "timestamp": 1620956098211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956122480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:38:15.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "clamp",
  "timestamp": 1620956124164,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:38:15.862Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956124707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:38:15.862Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "aai-ml",
  "timestamp": 1620956098211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956122480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:38:15.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956125138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:38:15.863Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "clamp",
  "timestamp": 1620956125167,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:38:15.863Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956125715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:38:15.863Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "aai-ml",
  "timestamp": 1620956098211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:38:15.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956122480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "clamp",
  "timestamp": 1620956126169,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:38:15.867Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f7c725fd-50e1-4a7a-aa35-8408af88d60c
2021-05-14T01:38:15.867Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7c725fd-50e1-4a7a-aa35-8408af88d60c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:38:15.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956126655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:38:15.875Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956126719,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:38:15.878Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d8b5d8ea-6783-4368-889d-e493a242d0de
2021-05-14T01:38:15.879Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8b5d8ea-6783-4368-889d-e493a242d0de and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:38:15.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956122480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-14T01:38:15.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "clamp",
  "timestamp": 1620956102286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956127657,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:38:15.888Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8b5d8ea-6783-4368-889d-e493a242d0de
2021-05-14T01:38:15.888Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8b5d8ea-6783-4368-889d-e493a242d0de and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-14T01:38:15.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "aai-ml",
  "timestamp": 1620956127761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:38:15.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956122480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "clamp",
  "timestamp": 1620956102286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:38:15.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956128660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:38:15.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956122480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "clamp",
  "timestamp": 1620956102286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956122480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "clamp",
  "timestamp": 1620956102286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "clamp",
  "timestamp": 1620956102286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956132171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "clamp",
  "timestamp": 1620956102286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "clamp",
  "timestamp": 1620956102286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "clamp",
  "timestamp": 1620956102286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956134331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "aai-ml",
  "timestamp": 1620956134942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "aai-ml",
  "timestamp": 1620956135947,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:38:15.897Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d8b5d8ea-6783-4368-889d-e493a242d0de
2021-05-14T01:38:15.898Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8b5d8ea-6783-4368-889d-e493a242d0de and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:38:15.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956138800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:38:15.903Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956139808,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:38:15.907Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8b5d8ea-6783-4368-889d-e493a242d0de
2021-05-14T01:38:15.907Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8b5d8ea-6783-4368-889d-e493a242d0de and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-14T01:38:15.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956140813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:38:15.912Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "clamp",
  "timestamp": 1620956141111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:38:15.912Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "clamp",
  "timestamp": 1620956144111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:38:15.912Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "clamp",
  "timestamp": 1620956145114,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:38:15.915Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d8b5d8ea-6783-4368-889d-e493a242d0de
2021-05-14T01:38:15.915Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8b5d8ea-6783-4368-889d-e493a242d0de and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:38:15.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d59edf8b-a1c0-4b93-a5e6-345dccfb84ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956158215,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-14T01:38:15.920Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956172260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:38:15.921Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:38:22.473Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7c725fd-50e1-4a7a-aa35-8408af88d60c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:38:22.483Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7c725fd-50e1-4a7a-aa35-8408af88d60c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:38:22.485Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:38:22.486Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-14T01:38:22.486Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-14T01:38:22.486Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-14T01:38:22.486Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:38:22.486Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:38:22.486Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:38:22.486Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:38:22.486Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:38:22.486Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:38:22.487Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:38:22.487Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:38:22.491Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-14T01:38:52.491Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f7c725fd-50e1-4a7a-aa35-8408af88d60c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-14T01:38:52.497Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f7c725fd-50e1-4a7a-aa35-8408af88d60c and serviceModelVersionId: 887d33cb-f0e6-4299-b1ff-4405c30d0f1b
2021-05-14T01:38:52.497Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c91e7be3-1b89-4a35-ad47-292988314ff8
2021-05-14T01:38:52.498Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c91e7be3-1b89-4a35-ad47-292988314ff8/model-vers/model-ver/887d33cb-f0e6-4299-b1ff-4405c30d0f1b?depth=0
2021-05-14T01:38:52.505Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-05-14T01:38:52.531Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c91e7be3-1b89-4a35-ad47-292988314ff8/model-vers/model-ver/887d33cb-f0e6-4299-b1ff-4405c30d0f1b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-05-14T01:38:52.531Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c91e7be3-1b89-4a35-ad47-292988314ff8/model-vers/model-ver/887d33cb-f0e6-4299-b1ff-4405c30d0f1b?depth=0|INFO|500||Invoke
2021-05-14T01:38:52.554Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c91e7be3-1b89-4a35-ad47-292988314ff8/model-vers/model-ver/887d33cb-f0e6-4299-b1ff-4405c30d0f1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-14T01:38:52.860Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c91e7be3-1b89-4a35-ad47-292988314ff8/model-vers/model-ver/887d33cb-f0e6-4299-b1ff-4405c30d0f1b?depth=0|INFO|500||InvokeReturn
2021-05-14T01:38:52.861Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c91e7be3-1b89-4a35-ad47-292988314ff8/model-vers/model-ver/887d33cb-f0e6-4299-b1ff-4405c30d0f1b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210514-01:38:52:562-40634], vertex-id=[483512], Content-Length=[0], Date=[Fri, 14 May 2021 01:38:52 GMT], Content-Type=[application/json]}
2021-05-14T01:38:52.861Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-05-14T01:38:52.861Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-14T01:38:52.861Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:38:52.864Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-14T01:38:52.865Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f7c725fd-50e1-4a7a-aa35-8408af88d60c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-14T01:38:52.865Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-14T01:38:52.865Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:38:52.866Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:38:52.866Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956332865,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-14T01:38:52.967Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:38:52.968Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:38:52.968Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:38:52.983Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:38:52.983Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-14T01:38:53.877Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-14T01:38:53.877Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d8b5d8ea-6783-4368-889d-e493a242d0de","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a7aa742e-4e10-458e-b46c-27b192928724","serviceDescription":"service","serviceInvariantUUID":"4fd05c24-1daa-4e11-90ee-cb651bc84594","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9e076e84-466d-4430-9ea4-03b937382e43","resourceInvariantUUID":"e7bd85e4-353a-47dd-9649-883d69c9c899","resourceCustomizationUUID":"e1b2ef1d-73f4-4e41-8cdd-e950f5176de5","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":"MDJlNjg3MjkyODFkYmM4ZTRmODc4MzU5NGZkNjZjN2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"004e1330-1e83-4719-b5c8-958e3dd17dae","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":"MjY4ODEzNzVhYjY1NTkzMzNiNTNhNzdjNTVmZjNkYzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"13d7e5e3-23c9-4a31-84b3-1ab0e38da917","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":"7e7b2199-8a30-42cc-9ba7-e4381af9b5e7","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":"51a06bf2-1a80-475a-8d50-f8e07b912bb3","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":"e5fa3813-b953-4954-bdf0-168db7501d4e","artifactVersion":"2","generatedFromUUID":"7e7b2199-8a30-42cc-9ba7-e4381af9b5e7"},{"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":"MGY5ODFhYmRhYmExNTkxMDNmZDgyOTYwNjAyMTRmOTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"38f166f6-ddb8-4f63-addc-b3b214fa428e","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":"Zjc1OWI4MTI5YTg0ODIwYjRlMGVmN2NmMzM4OWQxZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09e5cf81-7adf-4f6b-833a-1cb2aeac5229","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YTM4ZjhhOGM4NWFlMWJjYTEwNzJhYjViMzcxYmNjZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"31246a9b-5848-4d9b-8343-b95362a7a8c4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-14T01:38:53.878Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:38:53.878Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:38:53.881Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:38:53.881Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:53.981Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:38:53.982Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:38:53.982Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:38:53.995Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:38:53.995Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-05-14T01:38:54.882Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:38:54.883Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:38:54.885Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:38:54.885Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:38:54.987Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-05-14T01:38:54.988Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:38:54.988Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:38:55.001Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:38:55.002Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:38:55.886Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:38:55.887Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:38:55.889Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:38:55.889Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:38:55.990Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-14T01:38:55.991Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:38:55.991Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:38:56.004Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:38:56.005Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-05-14T01:38:56.890Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:38:56.891Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:38:56.894Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:38:56.894Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:56.994Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:38:56.995Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:38:56.995Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:38:57.008Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:38:57.008Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-05-14T01:38:57.894Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:38:57.895Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:38:57.897Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:38:57.898Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-14T01:38:57.998Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:38:57.999Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:38:57.999Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:38:58.011Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:38:58.012Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:38:58.898Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:38:58.899Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:38:58.901Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:38:58.901Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:38:59.001Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:38:59.002Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:38:59.002Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:38:59.014Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:38:59.015Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:38:59.901Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:38:59.902Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:38:59.904Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:38:59.904Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:39:00.004Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:39:00.005Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:39:00.005Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:39:00.017Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:39:00.017Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-14T01:39:00.905Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:39:00.905Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:39:00.907Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:39:00.907Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:39:01.007Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:39:01.008Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:39:01.008Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:39:01.018Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:39:01.018Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:39:01.909Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a7aa742e-4e10-458e-b46c-27b192928724",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4fd05c24-1daa-4e11-90ee-cb651bc84594",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "e1b2ef1d-73f4-4e41-8cdd-e950f5176de5",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9e076e84-466d-4430-9ea4-03b937382e43",
      "resourceInvariantUUID": "e7bd85e4-353a-47dd-9649-883d69c9c899",
      "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": "MjY4ODEzNzVhYjY1NTkzMzNiNTNhNzdjNTVmZjNkYzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "13d7e5e3-23c9-4a31-84b3-1ab0e38da917",
          "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": "7e7b2199-8a30-42cc-9ba7-e4381af9b5e7",
          "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": "e5fa3813-b953-4954-bdf0-168db7501d4e",
            "generatedFromUUID": "7e7b2199-8a30-42cc-9ba7-e4381af9b5e7"
          },
          "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": "e5fa3813-b953-4954-bdf0-168db7501d4e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YTM4ZjhhOGM4NWFlMWJjYTEwNzJhYjViMzcxYmNjZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "31246a9b-5848-4d9b-8343-b95362a7a8c4"
    }
  ],
  "workloadContext": "Production"
}
2021-05-14T01:39:01.909Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-14T01:39:01.909Z|f7c725fd-50e1-4a7a-aa35-8408af88d60c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a7aa742e-4e10-458e-b46c-27b192928724 ASDC
2021-05-14T01:39:01.910Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:d8b5d8ea-6783-4368-889d-e493a242d0de
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:a7aa742e-4e10-458e-b46c-27b192928724
ServiceInvariantUUID:4fd05c24-1daa-4e11-90ee-cb651bc84594
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:31246a9b-5848-4d9b-8343-b95362a7a8c4
ArtifactChecksum:YTM4ZjhhOGM4NWFlMWJjYTEwNzJhYjViMzcxYmNjZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:e1b2ef1d-73f4-4e41-8cdd-e950f5176de5
ResourceInvariantUUID:e7bd85e4-353a-47dd-9649-883d69c9c899
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:9e076e84-466d-4430-9ea4-03b937382e43
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:13d7e5e3-23c9-4a31-84b3-1ab0e38da917
ArtifactChecksum:MjY4ODEzNzVhYjY1NTkzMzNiNTNhNzdjNTVmZjNkYzA=
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:7e7b2199-8a30-42cc-9ba7-e4381af9b5e7
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:e5fa3813-b953-4954-bdf0-168db7501d4e
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:e5fa3813-b953-4954-bdf0-168db7501d4e
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-14T01:39:01.910Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7aa742e-4e10-458e-b46c-27b192928724 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-14T01:39:01.932Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-14T01:39:01.932Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:39:01.932Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:39:01.932Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 31246a9b-5848-4d9b-8343-b95362a7a8c4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-14T01:39:01.932Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:39:01.933Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-14T01:39:02.132Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:39:02.137Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 31246a9b-5848-4d9b-8343-b95362a7a8c4 82045
2021-05-14T01:39:02.137Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-05-14T01:39:02.137Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-14T01:39:02.137Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:39:02.137Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:39:02.139Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:39:02.139Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956342137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:39:02.239Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:39:02.240Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:39:02.240Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:39:02.253Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:39:02.254Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:39:03.140Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-14T01:39:03.141Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:39:03.142Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 31246a9b-5848-4d9b-8343-b95362a7a8c4, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-14T01:39:03.142Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-05-14T01:39:03.143Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-14T01:39:03.143Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-14T01:39:03.255Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13737817077468398830/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-05-14T01:39:04.089Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-14T01:39:04.089Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-14T01:39:04.089Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-14T01:39:04.089Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-14T01:39:04.089Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-14T01:39:04.089Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-14T01:39:04.089Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-14T01:39:04.090Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-14T01:39:04.090Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-14T01:39:04.090Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-14T01:39:04.090Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-14T01:39:04.090Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-14T01:39:04.090Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-14T01:39:04.090Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-05-14T01:39:04.090Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-14T01:39:04.090Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:04.090Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:39:04.090Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-14T01:39:04.090Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-14T01:39:04.090Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-14T01:39:04.090Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:04.090Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:39:04.091Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-14T01:39:04.091Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-14T01:39:04.091Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-14T01:39:04.091Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:04.091Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:39:04.091Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:04.091Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-14T01:39:04.091Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-14T01:39:04.091Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-05-14T01:39:04.091Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-05-14T01:39:04.091Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-05-14T01:39:04.091Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-14T01:39:04.091Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:04.091Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-14T01:39:04.092Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:04.092Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-14T01:39:04.092Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:39:04.092Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:04.092Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-14T01:39:04.092Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:39:04.092Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:04.092Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-14T01:39:04.092Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:39:04.092Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:04.092Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-14T01:39:04.092Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-14T01:39:04.093Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-14T01:39:04.093Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9326f653-3379-483d-a2ac-e211de4a62bc
2021-05-14T01:39:04.093Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:04.093Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:39:04.093Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:04.093Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:39:04.093Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:04.093Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:39:04.093Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:04.093Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:39:04.093Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:a7aa742e-4e10-458e-b46c-27b192928724
Model Version:NULL
Model InvariantUuid:4fd05c24-1daa-4e11-90ee-cb651bc84594
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:aefbd7c2-1728-4746-b373-1821e57dfecd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e7bd85e4-353a-47dd-9649-883d69c9c899
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e1b2ef1d-73f4-4e41-8cdd-e950f5176de5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:239d9a43-5b0e-4776-9376-00f799539062
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:8b5b0037-6162-47b9-8c3b-6ce96a477453
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9326f653-3379-483d-a2ac-e211de4a62bc
ModelInvariantUuid:6271efe3-94ed-4c97-8f80-0ce62adaac13
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:0c58051f-8392-4234-aac9-bd72088c0107
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:bf1fe9c7-ae89-44d9-8bed-df21388af07b
ModelInvariantUuid:f10e6d55-f54a-4ccb-939f-f37da9d2c632
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:4bcbed81-b556-4496-aa92-eb86b0e94825
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-14T01:39:04.099Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9e076e84-466d-4430-9ea4-03b937382e43
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:39:04.102Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2021-05-14T01:39:04.102Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9e076e84-466d-4430-9ea4-03b937382e43
2021-05-14T01:39:04.102Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 13d7e5e3-23c9-4a31-84b3-1ab0e38da917 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-05-14T01:39:04.102Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:39:04.103Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-05-14T01:39:04.290Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:39:04.291Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 13d7e5e3-23c9-4a31-84b3-1ab0e38da917 792
2021-05-14T01:39:04.291Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-05-14T01:39:04.291Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-05-14T01:39:04.292Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:39:04.292Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:39:04.295Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:39:04.295Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956344291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:39:04.395Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:39:04.396Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:39:04.397Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:39:04.409Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:39:04.410Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:39:05.296Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "239d9a43-5b0e-4776-9376-00f799539062",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8b5b0037-6162-47b9-8c3b-6ce96a477453",
    "vfModuleModelCustomizationUUID": "ead4f561-2adf-46f3-9a8b-493e8d247bb8",
    "isBase": true,
    "artifacts": [
      "7e7b2199-8a30-42cc-9ba7-e4381af9b5e7",
      "e5fa3813-b953-4954-bdf0-168db7501d4e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-14T01:39:05.301Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8b5b0037-6162-47b9-8c3b-6ce96a477453
VfModuleModelInvariantUUID:239d9a43-5b0e-4776-9376-00f799539062
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e7b2199-8a30-42cc-9ba7-e4381af9b5e7
,
e5fa3813-b953-4954-bdf0-168db7501d4e

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

isBase:true


}

2021-05-14T01:39:05.305Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "239d9a43-5b0e-4776-9376-00f799539062",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8b5b0037-6162-47b9-8c3b-6ce96a477453",
    "vfModuleModelCustomizationUUID": "ead4f561-2adf-46f3-9a8b-493e8d247bb8",
    "isBase": true,
    "artifacts": [
      "7e7b2199-8a30-42cc-9ba7-e4381af9b5e7",
      "e5fa3813-b953-4954-bdf0-168db7501d4e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-14T01:39:05.305Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8b5b0037-6162-47b9-8c3b-6ce96a477453
VfModuleModelInvariantUUID:239d9a43-5b0e-4776-9376-00f799539062
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e7b2199-8a30-42cc-9ba7-e4381af9b5e7
,
e5fa3813-b953-4954-bdf0-168db7501d4e

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

isBase:true


}

2021-05-14T01:39:05.306Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7e7b2199-8a30-42cc-9ba7-e4381af9b5e7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-05-14T01:39:05.306Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:39:05.307Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-05-14T01:39:05.532Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:39:05.532Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 7e7b2199-8a30-42cc-9ba7-e4381af9b5e7 5033
2021-05-14T01:39:05.532Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-05-14T01:39:05.533Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-05-14T01:39:05.533Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:39:05.533Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:39:05.535Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:39:05.535Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956345532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:39:05.635Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:39:05.636Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:39:05.636Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:39:05.647Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:39:05.647Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:39:06.536Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e5fa3813-b953-4954-bdf0-168db7501d4e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-05-14T01:39:06.537Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:39:06.537Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-05-14T01:39:07.145Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:39:07.146Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env e5fa3813-b953-4954-bdf0-168db7501d4e 903
2021-05-14T01:39:07.146Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-05-14T01:39:07.146Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-05-14T01:39:07.146Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:39:07.146Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:39:07.148Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:39:07.148Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956347146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:39:07.248Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:39:07.249Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:39:07.249Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:39:07.260Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:39:07.261Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:39:08.148Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a7aa742e-4e10-458e-b46c-27b192928724
2021-05-14T01:39:08.149Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 9e076e84-466d-4430-9ea4-03b937382e43 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:39:08.161Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:08.162Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:39:08.162Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-05-14T01:39:08.162Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= e1b2ef1d-73f4-4e41-8cdd-e950f5176de5
2021-05-14T01:39:08.162Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e1b2ef1d-73f4-4e41-8cdd-e950f5176de5 matches Tosca VF Customization UUID: e1b2ef1d-73f4-4e41-8cdd-e950f5176de5
2021-05-14T01:39:08.162Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: e1b2ef1d-73f4-4e41-8cdd-e950f5176de5  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-14T01:39:08.165Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:08.165Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:39:08.166Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id e1b2ef1d-73f4-4e41-8cdd-e950f5176de5: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-05-14T01:39:08.166Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a7aff86
2021-05-14T01:39:08.166Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:08.166Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-14T01:39:08.167Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ead4f561-2adf-46f3-9a8b-493e8d247bb8
2021-05-14T01:39:08.167Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ead4f561-2adf-46f3-9a8b-493e8d247bb8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-14T01:39:08.169Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:08.169Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-14T01:39:08.169Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:39:08.169Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:08.170Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-14T01:39:08.170Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:39:08.170Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:08.170Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-05-14T01:39:08.170Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-14T01:39:08.171Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-14T01:39:08.171Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9326f653-3379-483d-a2ac-e211de4a62bc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-14T01:39:08.173Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:08.173Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-14T01:39:08.173Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:39:08.173Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:08.174Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-05-14T01:39:08.174Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e1b2ef1d-73f4-4e41-8cdd-e950f5176de5
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:39:08.175Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:08.176Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:39:08.176Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a7aa742e-4e10-458e-b46c-27b192928724: basic_vm_macro
2021-05-14T01:39:08.176Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:08.176Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:39:08.177Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:08.177Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:39:08.177Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:08.177Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:39:08.178Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:08.178Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:39:08.178Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:39:08.178Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:39:08.178Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:39:08.245Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 9e076e84-466d-4430-9ea4-03b937382e43 1 ASDC deployResourceStructure
2021-05-14T01:39:08.245Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-05-14T01:39:08.245Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-05-14T01:39:08.246Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:39:08.246Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:39:08.248Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:39:08.248Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956348245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:39:08.348Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:39:08.350Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:39:08.350Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:39:08.362Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:39:08.362Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:39:09.249Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-05-14T01:39:09.250Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-05-14T01:39:09.250Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:39:09.250Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:39:09.252Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:39:09.252Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956349249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-14T01:39:09.352Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:39:09.353Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:39:09.353Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:39:09.364Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:39:09.365Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:39:10.253Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-05-14T01:39:10.254Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-05-14T01:39:10.254Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:39:10.254Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:39:10.257Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:39:10.257Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956350253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-14T01:39:10.357Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-14T01:39:10.358Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:39:10.358Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:39:10.370Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:39:10.371Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:39:11.259Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-05-14T01:39:11.259Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-05-14T01:39:11.259Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:39:11.259Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:39:11.262Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:39:11.262Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956351258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:39:11.362Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:39:11.362Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:39:11.362Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:39:11.375Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:39:11.375Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:39:12.263Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8b5d8ea-6783-4368-889d-e493a242d0de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:39:12.271Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8b5d8ea-6783-4368-889d-e493a242d0de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:39:12.274Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:39:12.274Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-14T01:39:12.274Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-14T01:39:12.274Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-14T01:39:12.274Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:39:12.274Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:39:12.274Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:39:12.274Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:39:12.274Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:39:12.274Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:39:12.274Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:39:12.279Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-14T01:39:15.793Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:39:15.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:39:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:39:15.815Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:39:15.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:39:15.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956176330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:39:15.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:39:15.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:39:15.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956180057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:39:15.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:39:15.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:39:15.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956181367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:39:15.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:39:15.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:39:15.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956182454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:39:15.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:39:15.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:39:15.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956183456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-14T01:39:15.819Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:39:15.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:39:15.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956184460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-14T01:39:15.819Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:39:15.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:39:15.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956185465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:39:15.820Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:39:15.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:39:15.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a12df61-93e1-4201-b6be-b7a2a91801dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956217564,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-14T01:39:15.820Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:39:15.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:39:15.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:39:15.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:39:15.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:39:15.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:39:15.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:39:15.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:39:15.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:39:15.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:39:15.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:39:15.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:39:15.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:39:15.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:39:15.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:39:15.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:39:15.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:39:15.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-05-14T01:39:15.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:39:15.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:39:15.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:39:15.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:39:15.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:39:15.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:39:15.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:39:15.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:39:15.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956227257,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:39:15.823Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:39:15.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:39:15.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956231059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:39:15.824Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:39:15.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:39:15.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956233064,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:39:15.824Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:39:42.279Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d8b5d8ea-6783-4368-889d-e493a242d0de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-14T01:39:42.284Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d8b5d8ea-6783-4368-889d-e493a242d0de and serviceModelVersionId: a7aa742e-4e10-458e-b46c-27b192928724
2021-05-14T01:39:42.284Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4fd05c24-1daa-4e11-90ee-cb651bc84594
2021-05-14T01:39:42.285Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4fd05c24-1daa-4e11-90ee-cb651bc84594/model-vers/model-ver/a7aa742e-4e10-458e-b46c-27b192928724?depth=0
2021-05-14T01:39:42.292Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-05-14T01:39:42.316Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4fd05c24-1daa-4e11-90ee-cb651bc84594/model-vers/model-ver/a7aa742e-4e10-458e-b46c-27b192928724?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-05-14T01:39:42.316Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4fd05c24-1daa-4e11-90ee-cb651bc84594/model-vers/model-ver/a7aa742e-4e10-458e-b46c-27b192928724?depth=0|INFO|500||Invoke
2021-05-14T01:39:42.330Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4fd05c24-1daa-4e11-90ee-cb651bc84594/model-vers/model-ver/a7aa742e-4e10-458e-b46c-27b192928724?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-14T01:39:42.405Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4fd05c24-1daa-4e11-90ee-cb651bc84594/model-vers/model-ver/a7aa742e-4e10-458e-b46c-27b192928724?depth=0|INFO|500||InvokeReturn
2021-05-14T01:39:42.406Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4fd05c24-1daa-4e11-90ee-cb651bc84594/model-vers/model-ver/a7aa742e-4e10-458e-b46c-27b192928724?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210514-01:39:42:335-80266], vertex-id=[430200], Content-Length=[0], Date=[Fri, 14 May 2021 01:39:42 GMT], Content-Type=[application/json]}
2021-05-14T01:39:42.406Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-05-14T01:39:42.406Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-14T01:39:42.406Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:39:42.410Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-14T01:39:42.410Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d8b5d8ea-6783-4368-889d-e493a242d0de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-14T01:39:42.410Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-14T01:39:42.410Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:39:42.412Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:39:42.412Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956382410,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-14T01:39:42.512Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:39:42.513Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:39:42.513Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:39:42.529Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:39:42.530Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-14T01:39:43.421Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:39:43.422Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:39:43.422Z|d8b5d8ea-6783-4368-889d-e493a242d0de|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:39:47.713Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:39:47.714Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-14T01:39:47.714Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"6b171b56-c835-4060-9fbb-912bbcd6018a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"5e3203e4-479e-4d4d-b563-25af1837c9a8","serviceDescription":"service","serviceInvariantUUID":"9979b12f-7a60-44c8-9d4d-7f3dd1cc71d0","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"48078d11-c25d-42e2-bbf6-bddcb8e25788","resourceInvariantUUID":"ac2196a6-e48f-47bf-b971-f8627a32bfa0","resourceCustomizationUUID":"b015d471-2e64-4a97-a985-59741629163b","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":"N2FlNzkwYmM0MThjODJlYjZkYmVkZWQ1MzY3MWFlNWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"02957e2c-bb66-4bdf-9ad3-4f0f7e54ff6f","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":"cfba3fac-6089-4eba-b1bf-cad87ead8d9c","artifactVersion":"2","generatedFromUUID":"44a2c9f4-b035-43ec-ad06-882344c6782a"},{"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":"44a2c9f4-b035-43ec-ad06-882344c6782a","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":"ZjI3OWNiYzc4YjdhNjU0MzBhNmM3ZjM2ODAyODgyNmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ba94d555-b041-448e-8e96-7fbe6ad56ecd","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":"0760b1ab-3637-492d-b7ce-46e803129bfc","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":"04052691-675e-4553-b8eb-22a5f8ba5bf0","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":"4ef4206f-dc08-4a92-bc9b-92522e1573f4","artifactVersion":"2","generatedFromUUID":"0760b1ab-3637-492d-b7ce-46e803129bfc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDU2OTNiYmZhNGY2NWU3ZTBmNTc5ZDFiZTlhNjNiMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0161482-4bd7-406c-9218-9e2a4ed4ff04","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MWY1NzQ4OTRjNGJjNDU4MThmNDFlOTExOTU5MmY5YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e1863a1b-e5d8-4650-8d8c-875551c30497","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-14T01:39:47.715Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:39:47.715Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:39:47.717Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:39:47.717Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956383421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:39:47.817Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:39:47.818Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:39:47.818Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:39:47.831Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:39:47.831Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:39:48.717Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:39:48.718Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:39:48.721Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:39:48.721Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956383421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-14T01:39:48.821Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-14T01:39:48.822Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:39:48.822Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:39:48.834Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:39:48.835Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:39:49.722Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:39:49.723Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:39:49.725Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:39:49.725Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956383421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-14T01:39:49.826Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:39:49.826Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:39:49.826Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:39:49.837Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:39:49.837Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:39:50.726Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:39:50.727Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:39:50.729Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:39:50.730Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956383421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:39:50.829Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-14T01:39:50.830Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:39:50.830Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:39:50.844Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:39:50.844Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-05-14T01:39:51.731Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:39:51.731Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:39:51.733Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:39:51.733Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956383421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:39:51.833Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:39:51.834Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:39:51.834Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:39:51.847Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:39:51.848Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:39:52.734Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:39:52.735Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:39:52.736Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:39:52.736Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956383421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:39:52.836Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:39:52.837Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:39:52.837Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:39:52.849Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:39:52.850Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:39:53.736Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:39:53.737Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:39:53.738Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:39:53.738Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956383421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-14T01:39:53.838Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:39:53.839Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:39:53.839Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:39:53.850Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:39:53.851Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:39:54.739Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:39:54.740Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:39:54.742Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:39:54.742Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956383421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:39:54.842Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:39:54.843Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:39:54.844Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:39:54.857Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:39:54.858Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:39:55.742Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-14T01:39:55.743Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:39:55.746Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:39:55.746Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956383421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:39:55.846Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:39:55.847Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:39:55.847Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:39:55.861Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:39:55.861Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:39:56.747Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "5e3203e4-479e-4d4d-b563-25af1837c9a8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9979b12f-7a60-44c8-9d4d-7f3dd1cc71d0",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "b015d471-2e64-4a97-a985-59741629163b",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "48078d11-c25d-42e2-bbf6-bddcb8e25788",
      "resourceInvariantUUID": "ac2196a6-e48f-47bf-b971-f8627a32bfa0",
      "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": "cfba3fac-6089-4eba-b1bf-cad87ead8d9c",
          "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": "44a2c9f4-b035-43ec-ad06-882344c6782a",
          "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": "ZjI3OWNiYzc4YjdhNjU0MzBhNmM3ZjM2ODAyODgyNmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ba94d555-b041-448e-8e96-7fbe6ad56ecd",
          "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": "0760b1ab-3637-492d-b7ce-46e803129bfc",
          "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": "4ef4206f-dc08-4a92-bc9b-92522e1573f4",
            "generatedFromUUID": "0760b1ab-3637-492d-b7ce-46e803129bfc"
          },
          "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": "4ef4206f-dc08-4a92-bc9b-92522e1573f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MWY1NzQ4OTRjNGJjNDU4MThmNDFlOTExOTU5MmY5YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e1863a1b-e5d8-4650-8d8c-875551c30497"
    }
  ],
  "workloadContext": "Production"
}
2021-05-14T01:39:56.748Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-14T01:39:56.748Z|d8b5d8ea-6783-4368-889d-e493a242d0de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5e3203e4-479e-4d4d-b563-25af1837c9a8 ASDC
2021-05-14T01:39:56.748Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:6b171b56-c835-4060-9fbb-912bbcd6018a
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:5e3203e4-479e-4d4d-b563-25af1837c9a8
ServiceInvariantUUID:9979b12f-7a60-44c8-9d4d-7f3dd1cc71d0
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:e1863a1b-e5d8-4650-8d8c-875551c30497
ArtifactChecksum:MWY1NzQ4OTRjNGJjNDU4MThmNDFlOTExOTU5MmY5YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:b015d471-2e64-4a97-a985-59741629163b
ResourceInvariantUUID:ac2196a6-e48f-47bf-b971-f8627a32bfa0
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:48078d11-c25d-42e2-bbf6-bddcb8e25788
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:cfba3fac-6089-4eba-b1bf-cad87ead8d9c
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:44a2c9f4-b035-43ec-ad06-882344c6782a
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:ba94d555-b041-448e-8e96-7fbe6ad56ecd
ArtifactChecksum:ZjI3OWNiYzc4YjdhNjU0MzBhNmM3ZjM2ODAyODgyNmU=
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:0760b1ab-3637-492d-b7ce-46e803129bfc
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:4ef4206f-dc08-4a92-bc9b-92522e1573f4
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:4ef4206f-dc08-4a92-bc9b-92522e1573f4
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-14T01:39:56.749Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5e3203e4-479e-4d4d-b563-25af1837c9a8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:39:56.777Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-14T01:39:56.777Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:39:56.778Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:39:56.778Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e1863a1b-e5d8-4650-8d8c-875551c30497 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-14T01:39:56.778Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:39:56.778Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-14T01:39:59.233Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:39:59.239Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar e1863a1b-e5d8-4650-8d8c-875551c30497 71163
2021-05-14T01:39:59.239Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-05-14T01:39:59.239Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-14T01:39:59.239Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:39:59.239Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:39:59.241Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:39:59.241Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956399239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:39:59.341Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:39:59.342Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:39:59.342Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:39:59.354Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:39:59.355Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:40:00.241Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-14T01:40:00.242Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-05-14T01:40:00.243Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: e1863a1b-e5d8-4650-8d8c-875551c30497, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-14T01:40:00.243Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-05-14T01:40:00.243Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-14T01:40:00.243Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-14T01:40:00.381Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9498793593794535696/Definitions/service-BasicCnf-template.yml
2021-05-14T01:40:01.332Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-14T01:40:01.332Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-14T01:40:01.333Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-14T01:40:01.333Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-05-14T01:40:01.333Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-14T01:40:01.333Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-14T01:40:01.333Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-14T01:40:01.333Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-14T01:40:01.333Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-14T01:40:01.333Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-05-14T01:40:01.333Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:01.333Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:40:01.333Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-14T01:40:01.333Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-14T01:40:01.333Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-14T01:40:01.333Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:01.333Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:40:01.334Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-14T01:40:01.334Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-05-14T01:40:01.334Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-14T01:40:01.334Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:01.334Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:40:01.334Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:01.334Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-14T01:40:01.334Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-05-14T01:40:01.334Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2021-05-14T01:40:01.334Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-14T01:40:01.334Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:01.334Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-14T01:40:01.334Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:01.334Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-14T01:40:01.334Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:40:01.335Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:01.335Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-14T01:40:01.335Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:40:01.335Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:01.335Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-14T01:40:01.335Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:40:01.335Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:01.335Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-14T01:40:01.335Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-05-14T01:40:01.335Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=50658e12-802a-4b40-a26f-c266eb8f71aa
2021-05-14T01:40:01.335Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:01.335Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:40:01.335Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:01.335Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:40:01.335Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:01.335Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:40:01.335Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:01.336Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:40:01.336Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:5e3203e4-479e-4d4d-b563-25af1837c9a8
Model Version:NULL
Model InvariantUuid:9979b12f-7a60-44c8-9d4d-7f3dd1cc71d0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:0c07054a-423f-49e9-b19b-cc4f9e4bb79b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ac2196a6-e48f-47bf-b971-f8627a32bfa0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b015d471-2e64-4a97-a985-59741629163b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cbf65741-5f9c-4ad4-84b2-ce199e874a62
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:ba9f4b58-51f4-4c16-a859-3df13c1f82d4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:50658e12-802a-4b40-a26f-c266eb8f71aa
ModelInvariantUuid:5ada0a2c-e461-4270-aee0-b33b45d50a56
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:23bc3e91-7c28-4d23-864b-3f6e34137dde
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:f9296863-107c-49fd-bb8a-bd92b43b3f3c
ModelInvariantUuid:4176b0b2-2fdf-45e2-b107-0952274daa15
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d99178f5-ee1d-42bc-b7f3-9a0c79b958be
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-14T01:40:01.340Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 48078d11-c25d-42e2-bbf6-bddcb8e25788
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:40:01.342Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||basic_cnf 0
2021-05-14T01:40:01.342Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 48078d11-c25d-42e2-bbf6-bddcb8e25788
2021-05-14T01:40:01.342Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cfba3fac-6089-4eba-b1bf-cad87ead8d9c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-05-14T01:40:01.342Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:40:01.342Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-05-14T01:40:01.513Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:40:01.513Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env cfba3fac-6089-4eba-b1bf-cad87ead8d9c 12
2021-05-14T01:40:01.514Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-05-14T01:40:01.514Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-05-14T01:40:01.514Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:40:01.514Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:40:01.517Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:40:01.517Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956401514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:40:01.617Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-14T01:40:01.618Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:40:01.618Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:40:01.630Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:40:01.631Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:40:02.518Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 44a2c9f4-b035-43ec-ad06-882344c6782a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-05-14T01:40:02.518Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:40:02.518Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-05-14T01:40:02.693Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:40:02.693Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 44a2c9f4-b035-43ec-ad06-882344c6782a 2688
2021-05-14T01:40:02.694Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-05-14T01:40:02.694Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-05-14T01:40:02.694Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:40:02.694Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:40:02.696Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:40:02.696Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956402693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:40:02.796Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:40:02.797Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:40:02.797Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:40:02.810Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:40:02.811Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-05-14T01:40:03.698Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ba94d555-b041-448e-8e96-7fbe6ad56ecd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-05-14T01:40:03.698Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:40:03.699Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-05-14T01:40:03.885Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:40:03.886Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ba94d555-b041-448e-8e96-7fbe6ad56ecd 828
2021-05-14T01:40:03.886Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-05-14T01:40:03.887Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-05-14T01:40:03.887Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:40:03.887Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:40:03.889Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:40:03.890Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956403886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:40:03.990Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:40:03.991Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:40:03.991Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:40:04.005Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:40:04.006Z||pool-113-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:40:04.890Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "cbf65741-5f9c-4ad4-84b2-ce199e874a62",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ba9f4b58-51f4-4c16-a859-3df13c1f82d4",
    "vfModuleModelCustomizationUUID": "6771b682-9caa-4d46-a56e-b11a6202b3b9",
    "isBase": true,
    "artifacts": [
      "0760b1ab-3637-492d-b7ce-46e803129bfc",
      "44a2c9f4-b035-43ec-ad06-882344c6782a",
      "4ef4206f-dc08-4a92-bc9b-92522e1573f4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-14T01:40:04.895Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ba9f4b58-51f4-4c16-a859-3df13c1f82d4
VfModuleModelInvariantUUID:cbf65741-5f9c-4ad4-84b2-ce199e874a62
VfModuleModelDescription:NULL
Artifacts UUID List:{
0760b1ab-3637-492d-b7ce-46e803129bfc
,
44a2c9f4-b035-43ec-ad06-882344c6782a
,
4ef4206f-dc08-4a92-bc9b-92522e1573f4

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

isBase:true


}

2021-05-14T01:40:04.898Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "cbf65741-5f9c-4ad4-84b2-ce199e874a62",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ba9f4b58-51f4-4c16-a859-3df13c1f82d4",
    "vfModuleModelCustomizationUUID": "6771b682-9caa-4d46-a56e-b11a6202b3b9",
    "isBase": true,
    "artifacts": [
      "0760b1ab-3637-492d-b7ce-46e803129bfc",
      "44a2c9f4-b035-43ec-ad06-882344c6782a",
      "4ef4206f-dc08-4a92-bc9b-92522e1573f4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-05-14T01:40:04.899Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ba9f4b58-51f4-4c16-a859-3df13c1f82d4
VfModuleModelInvariantUUID:cbf65741-5f9c-4ad4-84b2-ce199e874a62
VfModuleModelDescription:NULL
Artifacts UUID List:{
0760b1ab-3637-492d-b7ce-46e803129bfc
,
44a2c9f4-b035-43ec-ad06-882344c6782a
,
4ef4206f-dc08-4a92-bc9b-92522e1573f4

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

isBase:true


}

2021-05-14T01:40:04.899Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0760b1ab-3637-492d-b7ce-46e803129bfc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-05-14T01:40:04.899Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:40:04.899Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-05-14T01:40:05.082Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:40:05.083Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 0760b1ab-3637-492d-b7ce-46e803129bfc 1164
2021-05-14T01:40:05.083Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-05-14T01:40:05.083Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-05-14T01:40:05.083Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:40:05.083Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:40:05.085Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:40:05.085Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956405083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:40:05.185Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:40:05.186Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:40:05.187Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:40:05.199Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:40:05.199Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:40:06.086Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4ef4206f-dc08-4a92-bc9b-92522e1573f4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-05-14T01:40:06.086Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-05-14T01:40:06.087Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-05-14T01:40:06.750Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-05-14T01:40:06.751Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 4ef4206f-dc08-4a92-bc9b-92522e1573f4 200
2021-05-14T01:40:06.751Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-05-14T01:40:06.751Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-05-14T01:40:06.751Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-14T01:40:06.752Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:40:06.754Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:40:06.755Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956406751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:40:06.855Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:40:06.855Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:40:06.856Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:40:06.870Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:40:06.870Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:40:07.755Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5e3203e4-479e-4d4d-b563-25af1837c9a8
2021-05-14T01:40:07.756Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 48078d11-c25d-42e2-bbf6-bddcb8e25788 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=?
2021-05-14T01:40:07.767Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:40:07.777Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:07.777Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:40:07.777Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-05-14T01:40:07.778Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= b015d471-2e64-4a97-a985-59741629163b
2021-05-14T01:40:07.778Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b015d471-2e64-4a97-a985-59741629163b matches Tosca VF Customization UUID: b015d471-2e64-4a97-a985-59741629163b
2021-05-14T01:40:07.778Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: b015d471-2e64-4a97-a985-59741629163b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-14T01:40:07.780Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:07.781Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:40:07.782Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id b015d471-2e64-4a97-a985-59741629163b: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-05-14T01:40:07.782Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@61bc44f1
2021-05-14T01:40:07.782Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:07.783Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-14T01:40:07.783Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6771b682-9caa-4d46-a56e-b11a6202b3b9
2021-05-14T01:40:07.783Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6771b682-9caa-4d46-a56e-b11a6202b3b9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-14T01:40:07.786Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:07.786Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-14T01:40:07.786Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:40:07.786Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:07.786Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-14T01:40:07.787Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:40:07.787Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:07.787Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-14T01:40:07.787Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-05-14T01:40:07.787Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=50658e12-802a-4b40-a26f-c266eb8f71aa
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-14T01:40:07.789Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:07.789Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-14T01:40:07.790Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-14T01:40:07.790Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:07.790Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-14T01:40:07.790Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b015d471-2e64-4a97-a985-59741629163b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:40:07.792Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:07.793Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:40:07.793Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5e3203e4-479e-4d4d-b563-25af1837c9a8: basic_cnf
2021-05-14T01:40:07.793Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:07.793Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:40:07.793Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:07.793Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:40:07.793Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:07.794Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:40:07.794Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:07.794Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:40:07.794Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-14T01:40:07.794Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-14T01:40:07.794Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:40:07.835Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 48078d11-c25d-42e2-bbf6-bddcb8e25788 1 ASDC deployResourceStructure
2021-05-14T01:40:07.836Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-05-14T01:40:07.836Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-05-14T01:40:07.836Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-05-14T01:40:07.837Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:40:07.839Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:40:07.839Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956407835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-05-14T01:40:07.939Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:40:07.940Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:40:07.940Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:40:07.953Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:40:07.954Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:40:08.839Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-05-14T01:40:08.840Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-05-14T01:40:08.840Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-05-14T01:40:08.840Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:40:08.842Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:40:08.842Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956408839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-05-14T01:40:08.942Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:40:08.943Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:40:08.943Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:40:08.957Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:40:08.958Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-05-14T01:40:09.843Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-05-14T01:40:09.843Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-05-14T01:40:09.843Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:40:09.843Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:40:09.845Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:40:09.845Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956409842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:40:09.945Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:40:09.946Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:40:09.946Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:40:09.963Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:40:09.964Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:40:10.847Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-05-14T01:40:10.847Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-05-14T01:40:10.847Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:40:10.847Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:40:10.849Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:40:10.849Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956410847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-05-14T01:40:10.949Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:40:10.950Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:40:10.950Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:40:10.962Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:40:10.962Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:40:11.850Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-05-14T01:40:11.850Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-05-14T01:40:11.850Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:40:11.851Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:40:11.853Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:40:11.853Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956411850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-05-14T01:40:11.953Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:40:11.954Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:40:11.954Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:40:11.966Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:40:11.966Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:40:12.854Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-05-14T01:40:12.855Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-14T01:40:12.855Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-14T01:40:12.855Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:40:12.857Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:40:12.858Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956412854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:40:12.958Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:40:12.959Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:40:12.959Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:40:12.976Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:40:12.977Z||pool-121-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-05-14T01:40:13.858Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b171b56-c835-4060-9fbb-912bbcd6018a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:40:13.867Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b171b56-c835-4060-9fbb-912bbcd6018a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:40:13.869Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:40:13.869Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-14T01:40:13.869Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-14T01:40:15.793Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:40:15.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:40:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:40:15.814Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:40:15.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:40:15.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956237331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:40:15.815Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:40:15.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:40:15.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956238431,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:40:15.815Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:40:15.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:40:15.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956239436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-05-14T01:40:15.815Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:40:15.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:40:15.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956240439,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-05-14T01:40:15.815Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:40:15.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-14T01:40:15.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956241443,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:40:15.815Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:40:43.869Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b171b56-c835-4060-9fbb-912bbcd6018a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:40:43.879Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b171b56-c835-4060-9fbb-912bbcd6018a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:40:43.881Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:40:43.881Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-14T01:40:43.881Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-14T01:41:13.882Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b171b56-c835-4060-9fbb-912bbcd6018a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:41:13.889Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b171b56-c835-4060-9fbb-912bbcd6018a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:41:13.891Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:41:13.891Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-14T01:41:13.891Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-14T01:41:15.793Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:41:15.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:41:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:41:15.815Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:41:15.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956298875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956302969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956298540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "dcae-sch",
  "timestamp": 1620956297605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "cds",
  "timestamp": 1620956305805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956298540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "cds",
  "timestamp": 1620956305805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956298875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956302969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "dcae-sch",
  "timestamp": 1620956297605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "aai-ml",
  "timestamp": 1620956308211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956298540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "dcae-sch",
  "timestamp": 1620956297605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "cds",
  "timestamp": 1620956305805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956302969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956298875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "aai-ml",
  "timestamp": 1620956308211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956298540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956302969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "cds",
  "timestamp": 1620956305805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956298875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "dcae-sch",
  "timestamp": 1620956297605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "aai-ml",
  "timestamp": 1620956308211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "cds",
  "timestamp": 1620956305805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956298540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "dcae-sch",
  "timestamp": 1620956297605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956302969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956298875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "aai-ml",
  "timestamp": 1620956308211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956302969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956298540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "cds",
  "timestamp": 1620956305805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "dcae-sch",
  "timestamp": 1620956297605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956298875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "aai-ml",
  "timestamp": 1620956308211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "clamp",
  "timestamp": 1620956312286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "cds",
  "timestamp": 1620956305805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956298540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956302969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "dcae-sch",
  "timestamp": 1620956297605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956298875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "aai-ml",
  "timestamp": 1620956308211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "clamp",
  "timestamp": 1620956312286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956302969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956298540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "cds",
  "timestamp": 1620956305805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "dcae-sch",
  "timestamp": 1620956297605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956298875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "aai-ml",
  "timestamp": 1620956308211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "clamp",
  "timestamp": 1620956312286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "cds",
  "timestamp": 1620956305805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1620956298540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956302969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "dcae-sch",
  "timestamp": 1620956297605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956298875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956315188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "aai-ml",
  "timestamp": 1620956308211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "clamp",
  "timestamp": 1620956312286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956315188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "aai-ml",
  "timestamp": 1620956308211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "clamp",
  "timestamp": 1620956312286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "policy-id",
  "timestamp": 1620956316752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956315188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "clamp",
  "timestamp": 1620956312286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "policy-id",
  "timestamp": 1620956316752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956315188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "clamp",
  "timestamp": 1620956312286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "cds",
  "timestamp": 1620956319399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "policy-id",
  "timestamp": 1620956316752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.838Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956319465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:41:15.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956319476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:41:15.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "aai-ml",
  "timestamp": 1620956319604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:41:15.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956315188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.838Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "clamp",
  "timestamp": 1620956312286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.838Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "cds",
  "timestamp": 1620956320404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:41:15.842Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6b171b56-c835-4060-9fbb-912bbcd6018a
2021-05-14T01:41:15.843Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b171b56-c835-4060-9fbb-912bbcd6018a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:41:15.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "policy-id",
  "timestamp": 1620956316752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956320660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:41:15.849Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956320665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:41:15.849Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956315188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "clamp",
  "timestamp": 1620956312286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "policy-id",
  "timestamp": 1620956316752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956315188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956321832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:41:15.850Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956321843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:41:15.850Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "policy-id",
  "timestamp": 1620956316752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956315188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956323017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:41:15.850Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956323020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:41:15.850Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "policy-id",
  "timestamp": 1620956316752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956315188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956324027,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:41:15.854Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b171b56-c835-4060-9fbb-912bbcd6018a
2021-05-14T01:41:15.854Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b171b56-c835-4060-9fbb-912bbcd6018a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:41:15.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956324392,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:41:15.862Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b171b56-c835-4060-9fbb-912bbcd6018a
2021-05-14T01:41:15.862Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b171b56-c835-4060-9fbb-912bbcd6018a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-14T01:41:15.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "policy-id",
  "timestamp": 1620956316752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1620956325032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:41:15.867Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "aai-ml",
  "timestamp": 1620956325177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:41:15.867Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956325300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:41:15.867Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1620956325395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:41:15.867Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "policy-id",
  "timestamp": 1620956316752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956324797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "aai-ml",
  "timestamp": 1620956326181,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:41:15.870Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6b171b56-c835-4060-9fbb-912bbcd6018a
2021-05-14T01:41:15.870Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b171b56-c835-4060-9fbb-912bbcd6018a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:41:15.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956324797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "policy-id",
  "timestamp": 1620956327077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:41:15.876Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956327137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:41:15.876Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956324797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.876Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "policy-id",
  "timestamp": 1620956328081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:41:15.876Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956324797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.876Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "policy-id",
  "timestamp": 1620956329085,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:41:15.879Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b171b56-c835-4060-9fbb-912bbcd6018a
2021-05-14T01:41:15.879Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b171b56-c835-4060-9fbb-912bbcd6018a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-14T01:41:15.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956329139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:41:15.883Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956324797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "clamp",
  "timestamp": 1620956330135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:41:15.884Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956324797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "clamp",
  "timestamp": 1620956331148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:41:15.884Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956324797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "clamp",
  "timestamp": 1620956332151,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:41:15.887Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6b171b56-c835-4060-9fbb-912bbcd6018a
2021-05-14T01:41:15.887Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b171b56-c835-4060-9fbb-912bbcd6018a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:41:15.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956332378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:41:15.893Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956324797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7c725fd-50e1-4a7a-aa35-8408af88d60c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956332865,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-14T01:41:15.893Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956333381,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:41:15.896Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b171b56-c835-4060-9fbb-912bbcd6018a
2021-05-14T01:41:15.896Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b171b56-c835-4060-9fbb-912bbcd6018a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-14T01:41:15.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956324797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1620956334383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:41:15.900Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956337297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:41:15.901Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956339401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:41:15.901Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:41:15.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1620956340405,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:41:15.904Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6b171b56-c835-4060-9fbb-912bbcd6018a
2021-05-14T01:41:15.904Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b171b56-c835-4060-9fbb-912bbcd6018a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-14T01:41:15.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956159343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:41:15.909Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:41:15.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956342137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:41:15.910Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956344291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:41:15.910Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956345532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:41:15.910Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956347146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:41:15.910Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956348245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:41:15.910Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956349249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-05-14T01:41:15.910Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956350253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-05-14T01:41:15.910Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:15.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:41:15.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956351258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:41:15.910Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:41:43.891Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b171b56-c835-4060-9fbb-912bbcd6018a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:41:43.900Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b171b56-c835-4060-9fbb-912bbcd6018a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-14T01:41:43.902Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-14T01:41:43.902Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-14T01:41:43.902Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-14T01:41:43.902Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-14T01:41:43.902Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:41:43.902Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:41:43.902Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:41:43.903Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:41:43.903Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:41:43.903Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-14T01:41:43.903Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-14T01:41:43.906Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-14T01:42:13.906Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b171b56-c835-4060-9fbb-912bbcd6018a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-14T01:42:13.910Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b171b56-c835-4060-9fbb-912bbcd6018a and serviceModelVersionId: 5e3203e4-479e-4d4d-b563-25af1837c9a8
2021-05-14T01:42:13.910Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9979b12f-7a60-44c8-9d4d-7f3dd1cc71d0
2021-05-14T01:42:13.910Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9979b12f-7a60-44c8-9d4d-7f3dd1cc71d0/model-vers/model-ver/5e3203e4-479e-4d4d-b563-25af1837c9a8?depth=0
2021-05-14T01:42:13.914Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-05-14T01:42:13.935Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9979b12f-7a60-44c8-9d4d-7f3dd1cc71d0/model-vers/model-ver/5e3203e4-479e-4d4d-b563-25af1837c9a8?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-05-14T01:42:13.936Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9979b12f-7a60-44c8-9d4d-7f3dd1cc71d0/model-vers/model-ver/5e3203e4-479e-4d4d-b563-25af1837c9a8?depth=0|INFO|500||Invoke
2021-05-14T01:42:13.955Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9979b12f-7a60-44c8-9d4d-7f3dd1cc71d0/model-vers/model-ver/5e3203e4-479e-4d4d-b563-25af1837c9a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-14T01:42:14.460Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9979b12f-7a60-44c8-9d4d-7f3dd1cc71d0/model-vers/model-ver/5e3203e4-479e-4d4d-b563-25af1837c9a8?depth=0|INFO|500||InvokeReturn
2021-05-14T01:42:14.461Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9979b12f-7a60-44c8-9d4d-7f3dd1cc71d0/model-vers/model-ver/5e3203e4-479e-4d4d-b563-25af1837c9a8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210514-01:42:13:960-39255], vertex-id=[274480], Content-Length=[0], Date=[Fri, 14 May 2021 01:42:13 GMT], Content-Type=[application/json]}
2021-05-14T01:42:14.461Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-05-14T01:42:14.461Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-14T01:42:14.461Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-14T01:42:14.466Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-05-14T01:42:14.466Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b171b56-c835-4060-9fbb-912bbcd6018a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-14T01:42:14.466Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-14T01:42:14.466Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-05-14T01:42:14.468Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-14T01:42:14.468Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956534466,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-14T01:42:14.568Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-14T01:42:14.569Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-14T01:42:14.569Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIjjSxU5YoVTcguL) ...
2021-05-14T01:42:14.585Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:42:14.585Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-14T01:42:15.477Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:42:15.478Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:42:15.478Z|6b171b56-c835-4060-9fbb-912bbcd6018a|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:42:15.793Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:42:15.793Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:42:15.793Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:42:15.815Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:42:15.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:42:15.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8b5d8ea-6783-4368-889d-e493a242d0de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956382410,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-14T01:42:15.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:42:15.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:42:15.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956383421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:42:15.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:42:15.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:42:15.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956383421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-14T01:42:15.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:42:15.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:42:15.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956383421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-14T01:42:15.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:42:15.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:42:15.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956383421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-14T01:42:15.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:42:15.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:42:15.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956383421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-14T01:42:15.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:42:15.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:42:15.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956383421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:42:15.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:42:15.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:42:15.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956383421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-14T01:42:15.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:42:15.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:42:15.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956383421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-14T01:42:15.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:42:15.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:42:15.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956383421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-14T01:42:15.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-05-14T01:42:15.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:42:15.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956399239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:42:15.819Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:42:15.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:42:15.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956401514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:42:15.819Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:42:15.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:42:15.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956402693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:42:15.819Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:42:15.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:42:15.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956403886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:42:15.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:42:15.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:42:15.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956405083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:42:15.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:42:15.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:42:15.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956406751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-14T01:42:15.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:42:15.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:42:15.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956407835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-05-14T01:42:15.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:42:15.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:42:15.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956408839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-05-14T01:42:15.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:42:15.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:42:15.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956409842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-14T01:42:15.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:42:15.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:42:15.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956410847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-05-14T01:42:15.821Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:42:15.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:42:15.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956411850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-05-14T01:42:15.821Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:42:15.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-14T01:42:15.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956412854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-14T01:42:15.821Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:42:25.682Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:42:25.682Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:42:25.683Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:42:25.683Z|6b171b56-c835-4060-9fbb-912bbcd6018a|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:42:35.227Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:42:35.228Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:42:35.228Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:42:35.228Z|6b171b56-c835-4060-9fbb-912bbcd6018a|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:42:44.779Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:42:44.780Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:42:44.781Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:42:44.781Z|6b171b56-c835-4060-9fbb-912bbcd6018a|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:42:54.319Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:42:54.319Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:42:54.320Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:42:54.320Z|6b171b56-c835-4060-9fbb-912bbcd6018a|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:43:03.859Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:43:03.860Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:43:03.860Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:43:03.860Z|6b171b56-c835-4060-9fbb-912bbcd6018a|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:43:13.404Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:43:13.405Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:43:13.405Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:43:13.405Z|6b171b56-c835-4060-9fbb-912bbcd6018a|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:43:15.793Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:43:15.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:43:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:43:16.321Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:43:16.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-14T01:43:16.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b171b56-c835-4060-9fbb-912bbcd6018a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1620956534466,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-14T01:43:16.322Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-14T01:43:22.949Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:43:22.950Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:43:22.951Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:43:22.951Z|6b171b56-c835-4060-9fbb-912bbcd6018a|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:43:32.492Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:43:32.493Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:43:32.494Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:43:32.494Z|6b171b56-c835-4060-9fbb-912bbcd6018a|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:43:42.040Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:44:15.790Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:44:15.791Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:44:15.791Z|6b171b56-c835-4060-9fbb-912bbcd6018a|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:44:15.793Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:44:15.793Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:44:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:44:25.336Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:44:25.339Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:45:15.790Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:45:15.791Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:45:15.791Z|6b171b56-c835-4060-9fbb-912bbcd6018a|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:45:15.793Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:45:15.793Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:45:15.793Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:45:25.340Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:45:25.343Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:46:15.790Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:46:15.790Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:46:15.791Z|6b171b56-c835-4060-9fbb-912bbcd6018a|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:46:15.793Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:46:15.793Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:46:15.793Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:46:25.339Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:46:25.339Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:47:15.790Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:47:15.791Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:47:15.791Z|6b171b56-c835-4060-9fbb-912bbcd6018a|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:47:15.793Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:47:15.793Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:47:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:47:25.334Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:47:25.339Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:48:15.790Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:48:15.790Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:48:15.791Z|6b171b56-c835-4060-9fbb-912bbcd6018a|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:48:15.793Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:48:15.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:48:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:48:25.336Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:48:25.337Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:49:15.790Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:49:15.791Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:49:15.791Z|6b171b56-c835-4060-9fbb-912bbcd6018a|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:49:15.793Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:49:15.793Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:49:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:49:25.337Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:49:25.338Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:50:15.790Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:50:15.790Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:50:15.790Z|6b171b56-c835-4060-9fbb-912bbcd6018a|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:50:15.793Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:50:15.793Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:50:15.793Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:50:25.338Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:50:25.339Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:51:15.790Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:51:15.791Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:51:15.791Z|6b171b56-c835-4060-9fbb-912bbcd6018a|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:51:15.793Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:51:15.793Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:51:15.794Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:51:25.337Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:51:25.340Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:52:15.790Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:52:15.790Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:52:15.790Z|6b171b56-c835-4060-9fbb-912bbcd6018a|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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:52:15.793Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-14T01:52:15.793Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-14T01:52:15.793Z||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 HIjjSxU5YoVTcguL) ...
2021-05-14T01:52:25.338Z|6b171b56-c835-4060-9fbb-912bbcd6018a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-14T01:52:25.338Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK