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-04-28T10:41:44.048Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-v8lzw with PID 14 (/app/app.jar started by so in /app)
2021-04-28T10:41:44.092Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-28T10:41:44.093Z||main|||||INFO|500||The following profiles are active: basic
2021-04-28T10:41:51.434Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-28T10:41:51.435Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-28T10:41:51.528Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-28T10:41:53.446Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-28T10:41:53.610Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-28T10:41:54.027Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-28T10:41:54.034Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-28T10:41:54.120Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-28T10:41:54.231Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-28T10:41:54.608Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-28T10:41:55.545Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-28T10:41:57.838Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-28T10:41:57.881Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-28T10:41:58.198Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-28T10:41:58.409Z||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-04-28T10:41:59.602Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-28T10:42:00.559Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-04-28T10:42:00.594Z||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$$1236a2fe.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-04-28T10:42:00.595Z||main|||||WARN|500||The sdc end point is not alive
2021-04-28T10:42:03.047Z||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-04-28T10:42:05.312Z||main|||||WARN|500||---
2021-04-28T10:42:05.312Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-28T10:42:05.313Z||main|||||WARN|500||---
2021-04-28T10:42:05.677Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-28T10:42:08.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-28T10:42:08.742Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-28T10:42:08.744Z||main|||||INFO|500||Started Application in 26.87 seconds (JVM running for 28.051)
2021-04-28T10:42:08.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-28T10:42:08.809Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-28T10:42:08.854Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6ad2c7e3-a71d-4d54-bcbf-95a9398ccee3 url= /sdc/v1/artifactTypes
2021-04-28T10:42:08.854Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-28T10:42:09.994Z||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.37.66] 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-04-28T10:42:09.998Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@45ffbf7
2021-04-28T10:42:09.999Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-28T10:42:10.008Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-28T10:42:10.010Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-28T10:42:10.012Z||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-04-28T10:42:58.736Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-28T10:42:58.736Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-28T10:42:58.737Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-28T10:42:58.742Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-28T10:42:58.749Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1f5319a8-9dad-413d-9c94-e1cba0210a5d url= /sdc/v1/artifactTypes
2021-04-28T10:42:58.749Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-28T10:42:59.787Z||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.37.66] 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-04-28T10:42:59.788Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d51fdd3
2021-04-28T10:42:59.788Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-28T10:42:59.788Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-28T10:42:59.789Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-28T10:42:59.789Z||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-04-28T10:43:48.735Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-28T10:43:48.736Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-28T10:43:48.736Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-28T10:43:48.740Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-28T10:43:48.747Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 11a3b23d-ffa1-43ee-a01c-ca1936496d99 url= /sdc/v1/artifactTypes
2021-04-28T10:43:48.747Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-28T10:43:49.770Z||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.37.66] 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-04-28T10:43:49.771Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7dbe43e3
2021-04-28T10:43:49.771Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-28T10:43:49.772Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-28T10:43:49.772Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-28T10:43:49.772Z||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-04-28T10:44:38.736Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-28T10:44:38.737Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-28T10:44:38.738Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-28T10:44:38.745Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-28T10:44:38.750Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b321c371-4d08-425d-b7a6-3165fa7aa087 url= /sdc/v1/artifactTypes
2021-04-28T10:44:38.751Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-28T10:44:39.787Z||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.37.66] 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-04-28T10:44:39.787Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6f63f780
2021-04-28T10:44:39.788Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-28T10:44:39.788Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-28T10:44:39.788Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-28T10:44:39.790Z||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-04-28T10:45:28.738Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-28T10:45:28.740Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-28T10:45:28.740Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-28T10:45:28.746Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-28T10:45:28.754Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 36267030-2ccc-4931-a6dc-43c552d1e2f4 url= /sdc/v1/artifactTypes
2021-04-28T10:45:28.755Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-28T10:45:29.803Z||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.37.66] 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-04-28T10:45:29.803Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b6e6bdf
2021-04-28T10:45:29.803Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-28T10:45:29.804Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-28T10:45:29.804Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-28T10:45:29.804Z||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-04-28T10:46:18.735Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-28T10:46:18.736Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-28T10:46:18.736Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-28T10:46:18.742Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-28T10:46:18.748Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7d56a830-7323-4f3f-9878-9c0e5e1a2aaf url= /sdc/v1/artifactTypes
2021-04-28T10:46:18.749Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-28T10:46:18.985Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-28T10:46:19.000Z||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-04-28T10:46:19.040Z||scheduling-1|||||DEBUG|500||create keys
2021-04-28T10:46:19.047Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-28T10:46:19.069Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:46:19.114Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7e08e790-96eb-40e3-8212-17f3aff17813 url= /sdc/v1/registerForDistribution
2021-04-28T10:46:19.208Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7e08e790-96eb-40e3-8212-17f3aff17813 url= /sdc/v1/registerForDistribution
2021-04-28T10:46:19.209Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-28T10:46:19.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:46:19.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:46:19.276Z||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-04-28T10:46:19.276Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-28T10:46:19.277Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:46:19.276Z||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-04-28T10:46:19.277Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:46:29.505Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:46:29.509Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:47:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:47:19.268Z||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-04-28T10:47:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:47:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:47:19.271Z||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-04-28T10:47:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:47:28.831Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:47:28.832Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:48:19.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:48:19.268Z||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-04-28T10:48:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:48:19.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:48:19.271Z||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-04-28T10:48:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:48:28.829Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:48:28.833Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:49:19.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:49:19.268Z||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-04-28T10:49:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:49:19.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:49:19.270Z||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-04-28T10:49:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:49:28.816Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:49:28.818Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:50:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:50:19.269Z||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-04-28T10:50:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:50:19.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:50:19.271Z||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-04-28T10:50:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:50:28.825Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:50:28.826Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:51:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:51:19.268Z||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-04-28T10:51:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:51:19.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:51:19.271Z||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-04-28T10:51:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:51:28.819Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:51:28.819Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:52:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:52:19.268Z||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-04-28T10:52:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:52:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:52:19.271Z||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-04-28T10:52:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:52:23.501Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-28T10:52:24.089Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@2cca704 ((conn=693) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-28T10:52:24.094Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@40fa1aae ((conn=694) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-28T10:52:24.096Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@27697132 ((conn=547) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-28T10:52:28.822Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:52:28.828Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:53:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:53:19.268Z||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-04-28T10:53:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:53:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:53:19.272Z||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-04-28T10:53:19.272Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:53:28.817Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:53:28.819Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:54:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:54:19.268Z||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-04-28T10:54:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:54:19.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:54:19.271Z||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-04-28T10:54:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:54:28.824Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:54:28.829Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:55:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:55:19.268Z||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-04-28T10:55:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:55:19.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:55:19.271Z||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-04-28T10:55:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:55:28.815Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:55:28.822Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:56:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:56:19.268Z||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-04-28T10:56:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:56:19.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:56:19.270Z||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-04-28T10:56:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:56:28.826Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:56:28.827Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:57:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:57:19.268Z||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-04-28T10:57:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:57:19.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:57:19.270Z||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-04-28T10:57:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:57:28.815Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:57:28.816Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:58:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:58:19.268Z||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-04-28T10:58:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:58:19.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:58:19.271Z||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-04-28T10:58:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:58:28.816Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:58:28.818Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:59:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:59:19.268Z||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-04-28T10:59:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:59:19.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T10:59:19.271Z||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-04-28T10:59:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T10:59:28.814Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T10:59:28.814Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:00:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:00:19.268Z||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-04-28T11:00:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:00:19.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:00:19.271Z||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-04-28T11:00:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:00:28.817Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:00:28.817Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:01:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:01:19.269Z||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-04-28T11:01:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:01:19.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:01:19.271Z||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-04-28T11:01:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:01:28.816Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:01:28.817Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:02:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:02:19.268Z||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-04-28T11:02:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:02:19.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:02:19.271Z||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-04-28T11:02:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:02:28.813Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:02:28.815Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:03:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:03:19.268Z||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-04-28T11:03:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:03:19.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:03:19.271Z||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-04-28T11:03:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:03:28.809Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:03:28.816Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:04:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:04:19.268Z||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-04-28T11:04:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:04:19.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:04:19.270Z||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-04-28T11:04:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:04:28.819Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:04:28.824Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:05:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:05:19.268Z||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-04-28T11:05:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:05:19.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:05:19.270Z||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-04-28T11:05:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:05:28.813Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:05:28.814Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:06:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:06:19.268Z||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-04-28T11:06:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:06:19.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:06:19.270Z||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-04-28T11:06:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:06:28.813Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:06:28.814Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:07:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:07:19.268Z||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-04-28T11:07:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:07:19.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:07:19.271Z||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-04-28T11:07:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:07:28.841Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:07:28.844Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:08:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:08:19.268Z||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-04-28T11:08:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:08:19.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:08:19.271Z||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-04-28T11:08:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:08:28.814Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:08:28.816Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:09:19.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:09:19.268Z||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-04-28T11:09:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:09:19.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:09:19.271Z||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-04-28T11:09:19.272Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:09:28.822Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:09:28.822Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:10:19.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:10:19.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:10:19.269Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:10:19.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:10:19.271Z||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-04-28T11:10:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:10:28.816Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:10:28.818Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:11:19.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:11:19.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:11:19.268Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:11:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:11:19.270Z||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-04-28T11:11:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:11:23.198Z||http-nio-8085-exec-10|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@40f2bd4f ((conn=696) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-28T11:11:23.199Z||http-nio-8085-exec-10|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@4e355b21 ((conn=552) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-28T11:11:28.814Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:11:28.815Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:12:19.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:12:19.269Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:12:19.269Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:12:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:12:19.270Z||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-04-28T11:12:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:12:28.818Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:12:28.820Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:13:19.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:13:19.268Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:13:19.268Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:13:19.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:13:19.270Z||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-04-28T11:13:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:13:28.813Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:13:28.815Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:14:19.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:14:19.269Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:14:19.269Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:14:19.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:14:19.271Z||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-04-28T11:14:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:14:28.818Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:14:28.818Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:15:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:15:19.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:15:19.268Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:15:19.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:15:19.271Z||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-04-28T11:15:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:15:28.815Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:15:28.818Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:16:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:16:19.269Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:16:19.269Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:16:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:16:19.271Z||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-04-28T11:16:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:16:28.818Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:16:28.824Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:17:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:17:19.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:17:19.269Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:17:19.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:17:19.270Z||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-04-28T11:17:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:17:28.815Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:17:28.815Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:18:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:18:19.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:18:19.268Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:18:19.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:18:19.270Z||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-04-28T11:18:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:18:28.810Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:18:28.813Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:19:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:19:19.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:19:19.268Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:19:19.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:19:19.270Z||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-04-28T11:19:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:19:28.823Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:19:28.824Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:20:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:20:19.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:20:19.268Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:20:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:20:19.270Z||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-04-28T11:20:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:20:28.817Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:20:28.817Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:21:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:21:19.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:21:19.268Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:21:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:21:19.270Z||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-04-28T11:21:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:21:28.814Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:21:28.814Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:22:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:22:19.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:22:19.268Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:22:19.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:22:19.270Z||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-04-28T11:22:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:22:28.812Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:22:28.812Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:23:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:23:19.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:23:19.268Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:23:19.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:23:19.270Z||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-04-28T11:23:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:23:28.822Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:23:28.823Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:24:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:24:19.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:24:19.268Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:24:19.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:24:19.271Z||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-04-28T11:24:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:24:28.815Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:24:28.816Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:25:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:25:19.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:25:19.268Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:25:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:25:19.270Z||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-04-28T11:25:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:25:28.814Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:25:28.815Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:26:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:26:19.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:26:19.268Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:26:19.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:26:19.271Z||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-04-28T11:26:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:26:28.812Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:26:28.814Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:27:19.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:27:19.269Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:27:19.269Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:27:19.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:27:19.271Z||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-04-28T11:27:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:27:28.811Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:27:28.820Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:28:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:28:19.268Z||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-04-28T11:28:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:28:19.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:28:19.271Z||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-04-28T11:28:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:28:28.814Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:28:28.815Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:29:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:29:19.268Z||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-04-28T11:29:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:29:19.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:29:19.270Z||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-04-28T11:29:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:29:28.813Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:29:28.815Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:30:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:30:19.268Z||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-04-28T11:30:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:30:19.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:30:19.270Z||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-04-28T11:30:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:30:28.813Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:30:28.814Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:31:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:31:19.268Z||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-04-28T11:31:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:31:19.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:31:19.271Z||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-04-28T11:31:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:31:28.822Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:31:28.824Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:32:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:32:19.268Z||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-04-28T11:32:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:32:19.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:32:19.271Z||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-04-28T11:32:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:32:28.814Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:32:28.815Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:33:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:33:19.268Z||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-04-28T11:33:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:33:19.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:33:19.271Z||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-04-28T11:33:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:33:28.807Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:33:28.815Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:34:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:34:19.268Z||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-04-28T11:34:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:34:19.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:34:19.270Z||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-04-28T11:34:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:34:28.809Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:34:28.814Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:35:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:35:19.269Z||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-04-28T11:35:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:35:19.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:35:19.271Z||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-04-28T11:35:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:35:28.823Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:35:28.823Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:36:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:36:19.268Z||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-04-28T11:36:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:36:19.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:36:19.270Z||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-04-28T11:36:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:36:28.816Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:36:28.818Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:37:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:37:19.268Z||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-04-28T11:37:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:37:19.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:37:19.270Z||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-04-28T11:37:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:37:28.813Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:37:28.818Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:38:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:38:19.269Z||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-04-28T11:38:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:38:19.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:38:19.271Z||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-04-28T11:38:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:38:28.816Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:38:28.817Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:39:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:39:19.268Z||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-04-28T11:39:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:39:19.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:39:19.270Z||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-04-28T11:39:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:39:28.812Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:39:28.814Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:40:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:40:19.268Z||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-04-28T11:40:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:40:19.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:40:19.270Z||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-04-28T11:40:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:40:28.814Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:40:28.814Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:41:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:41:19.268Z||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-04-28T11:41:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:41:19.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:41:19.270Z||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-04-28T11:41:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:41:28.814Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:41:28.815Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:42:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:42:19.268Z||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-04-28T11:42:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:42:19.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:42:19.270Z||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-04-28T11:42:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:42:28.814Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:42:28.814Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:43:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:43:19.268Z||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-04-28T11:43:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:43:19.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:43:19.270Z||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-04-28T11:43:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:43:28.819Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:43:28.819Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:44:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:44:19.268Z||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-04-28T11:44:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:44:19.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:44:19.270Z||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-04-28T11:44:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:44:28.809Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:44:28.809Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:45:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:45:19.268Z||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-04-28T11:45:19.268Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:45:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:45:19.270Z||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-04-28T11:45:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:45:28.811Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:45:28.812Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:46:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:46:19.269Z||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-04-28T11:46:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:19.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:46:19.270Z||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-04-28T11:46:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:19.902Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:46:19.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"52fabbd8-433f-4c5c-82ba-d5bbe8b2b506","serviceName":"vFW 2021-04-28 11-42-38","serviceVersion":"1.0","serviceUUID":"543c6273-5068-4fac-8a56-e738ad406ee4","serviceDescription":"catalog service description","serviceInvariantUUID":"4a0f5460-344f-4719-89d1-4bee7f843d71","resources":[{"resourceInstanceName":"vFW 07fe21ba-0414 0","resourceName":"vFW 07fe21ba-0414","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ac57a294-fb1d-46b1-a543-a8834818f89d","resourceInvariantUUID":"c92a9bb3-5964-46c4-8943-3cd9a64ca857","resourceCustomizationUUID":"8c3d8fea-b2ee-4670-9509-1305f734221d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml","artifactChecksum":"YTBiZDQ1YjUwMmE3MmVkYWYwNTkzYWRhYTM5NzEzNDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"05aa27d6-abc6-417c-a7cf-26b9c0afd37a","artifactVersion":"1"},{"artifactName":"vfw07fe21ba04140_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json","artifactChecksum":"OGQ3ZGJkY2NiNTQ0NzQyNjM0OGJjNGFjN2M0MDc5YTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e7448436-9a65-488e-93e4-66b127c41850","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"42ad7257-4e47-4221-8460-0b4a0e72cd9c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml","artifactChecksum":"OTI2NjUzMmUyMmQ3YjAwNjg3YzMyNjc3OGIzOWEwOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bf443752-e322-442d-a959-9e3b86010722","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"07fd7a89-d2f4-40d1-90a5-2ff984b64dda","artifactVersion":"2","generatedFromUUID":"42ad7257-4e47-4221-8460-0b4a0e72cd9c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210428114238-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml","artifactChecksum":"ZGZkYWE4OWQ4NDA5NDkzMDNkNDJiZTdjMDFiZTY4ZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"76c1a6bb-6d06-494e-872f-5e05d37dbeda","artifactVersion":"1"},{"artifactName":"service-Vfw20210428114238-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar","artifactChecksum":"OTZiZWY5MzkzYTgyZTE1ZjZjNDhjY2FhMjkxNjU5MmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f743a867-8c0a-4cc3-9173-805838ca9965","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-28T11:46:19.909Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:46:19.913Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:46:19.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610356974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.931Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:19.940Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:19.940Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610379267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619610351765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610355490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "aai-ml",
  "timestamp": 1619610353709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "dcae-sch",
  "timestamp": 1619610355966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610358369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "clamp",
  "timestamp": 1619610349964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610356065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "dcae-sch",
  "timestamp": 1619610355966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610355490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T11:46:19.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619610351765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610356974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T11:46:19.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "aai-ml",
  "timestamp": 1619610353709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610358369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "clamp",
  "timestamp": 1619610349964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T11:46:19.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610356065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T11:46:19.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610355490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619610351765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610356974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "aai-ml",
  "timestamp": 1619610353709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "dcae-sch",
  "timestamp": 1619610355966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610358369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "clamp",
  "timestamp": 1619610349964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610356065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-28T11:46:19.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610355490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "aai-ml",
  "timestamp": 1619610353709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610356974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619610351765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "dcae-sch",
  "timestamp": 1619610355966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "clamp",
  "timestamp": 1619610349964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610358369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610356065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "cds",
  "timestamp": 1619610362362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610355490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "aai-ml",
  "timestamp": 1619610353709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610356974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619610351765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "dcae-sch",
  "timestamp": 1619610355966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "clamp",
  "timestamp": 1619610349964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610358369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610356065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "cds",
  "timestamp": 1619610362362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610355490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619610351765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610356974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "aai-ml",
  "timestamp": 1619610353709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "dcae-sch",
  "timestamp": 1619610355966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610358369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "clamp",
  "timestamp": 1619610349964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610356065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "cds",
  "timestamp": 1619610362362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610355490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:46:19.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "aai-ml",
  "timestamp": 1619610353709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:46:19.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610358369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "dcae-sch",
  "timestamp": 1619610355966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610356974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619610351765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "clamp",
  "timestamp": 1619610349964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610356065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "cds",
  "timestamp": 1619610362362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "cds",
  "timestamp": 1619610362362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610367597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610367690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610367807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "aai-ml",
  "timestamp": 1619610367916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610367950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "cds",
  "timestamp": 1619610362362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "cds",
  "timestamp": 1619610362362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:46:19.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610369175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610369432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610369745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "policy-id",
  "timestamp": 1619610369486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "cds",
  "timestamp": 1619610371013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610371076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "policy-id",
  "timestamp": 1619610369486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610371273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610371608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:19.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:19.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "cds",
  "timestamp": 1619610372030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-04-28T11:46:20.041Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-04-28T11:46:20.046Z||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-04-28T11:46:20.047Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:20.059Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:46:20.060Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T11:46:20.467Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
2021-04-28T11:46:20.487Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506 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-04-28T11:46:20.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610372084,
  "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-04-28T11:46:20.520Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
2021-04-28T11:46:20.521Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506 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-04-28T11:46:20.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "policy-id",
  "timestamp": 1619610369486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-28T11:46:20.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:20.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610372277,
  "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-04-28T11:46:20.535Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
2021-04-28T11:46:20.536Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506 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-04-28T11:46:20.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610373088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T11:46:20.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:20.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610373096,
  "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-04-28T11:46:20.558Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
2021-04-28T11:46:20.558Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506 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-04-28T11:46:20.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "policy-id",
  "timestamp": 1619610369486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:20.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:20.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610373280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T11:46:20.566Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:20.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610373358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T11:46:20.566Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:20.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610374100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T11:46:20.567Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:20.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "policy-id",
  "timestamp": 1619610369486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:20.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:20.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "clamp",
  "timestamp": 1619610374355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:46:20.568Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:20.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610374363,
  "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-04-28T11:46:20.575Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
2021-04-28T11:46:20.576Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506 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-04-28T11:46:20.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "policy-id",
  "timestamp": 1619610369486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:20.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:20.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "clamp",
  "timestamp": 1619610375407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T11:46:20.587Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:20.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "policy-id",
  "timestamp": 1619610369486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:46:20.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:46:20.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "clamp",
  "timestamp": 1619610376412,
  "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-04-28T11:46:20.593Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
2021-04-28T11:46:20.594Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506 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-04-28T11:46:20.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "policy-id",
  "timestamp": 1619610377768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:46:20.603Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:20.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:46:20.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "policy-id",
  "timestamp": 1619610378774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T11:46:20.604Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:46:20.948Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:46:20.948Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:20.950Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:20.950Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610379267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T11:46:21.050Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:21.052Z||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-04-28T11:46:21.053Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:21.065Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:46:21.066Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:21.950Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:46:21.951Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:21.954Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:21.954Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610379267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-28T11:46:22.054Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:22.056Z||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-04-28T11:46:22.057Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:22.070Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:46:22.071Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:22.955Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:46:22.956Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:22.958Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:22.959Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610379267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:23.059Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:23.060Z||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-04-28T11:46:23.060Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:23.072Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:46:23.073Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-28T11:46:23.959Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:46:23.961Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:23.963Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:23.964Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610379267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-28T11:46:24.064Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:24.066Z||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-04-28T11:46:24.067Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:24.078Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:46:24.078Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:24.965Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:46:24.966Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:24.968Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:24.969Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610379267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:46:25.069Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:25.070Z||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-04-28T11:46:25.070Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:25.084Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:46:25.084Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:25.969Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:46:25.970Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:25.972Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:25.972Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610379267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:46:26.073Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:26.074Z||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-04-28T11:46:26.074Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:26.087Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:46:26.088Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:26.975Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "serviceName": "vFW 2021-04-28 11-42-38",
  "serviceVersion": "1.0",
  "serviceUUID": "543c6273-5068-4fac-8a56-e738ad406ee4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4a0f5460-344f-4719-89d1-4bee7f843d71",
  "resources": [
    {
      "resourceInstanceName": "vFW 07fe21ba-0414 0",
      "resourceCustomizationUUID": "8c3d8fea-b2ee-4670-9509-1305f734221d",
      "resourceName": "vFW 07fe21ba-0414",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ac57a294-fb1d-46b1-a543-a8834818f89d",
      "resourceInvariantUUID": "c92a9bb3-5964-46c4-8943-3cd9a64ca857",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw07fe21ba04140_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
          "artifactChecksum": "OGQ3ZGJkY2NiNTQ0NzQyNjM0OGJjNGFjN2M0MDc5YTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e7448436-9a65-488e-93e4-66b127c41850",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "42ad7257-4e47-4221-8460-0b4a0e72cd9c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "07fd7a89-d2f4-40d1-90a5-2ff984b64dda",
            "generatedFromUUID": "42ad7257-4e47-4221-8460-0b4a0e72cd9c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "07fd7a89-d2f4-40d1-90a5-2ff984b64dda",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210428114238-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
      "artifactChecksum": "OTZiZWY5MzkzYTgyZTE1ZjZjNDhjY2FhMjkxNjU5MmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f743a867-8c0a-4cc3-9173-805838ca9965"
    }
  ],
  "workloadContext": "Production"
}
2021-04-28T11:46:26.976Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-28T11:46:26.977Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 543c6273-5068-4fac-8a56-e738ad406ee4 ASDC
2021-04-28T11:46:27.112Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
ServiceName:vFW 2021-04-28 11-42-38
ServiceVersion:1.0
ServiceUUID:543c6273-5068-4fac-8a56-e738ad406ee4
ServiceInvariantUUID:4a0f5460-344f-4719-89d1-4bee7f843d71
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210428114238-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar
ArtifactUUID:f743a867-8c0a-4cc3-9173-805838ca9965
ArtifactChecksum:OTZiZWY5MzkzYTgyZTE1ZjZjNDhjY2FhMjkxNjU5MmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 07fe21ba-0414 0
ResourceCustomizationUUID:8c3d8fea-b2ee-4670-9509-1305f734221d
ResourceInvariantUUID:c92a9bb3-5964-46c4-8943-3cd9a64ca857
ResourceName:vFW 07fe21ba-0414
ResourceType:VF
ResourceUUID:ac57a294-fb1d-46b1-a543-a8834818f89d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw07fe21ba04140_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json
ArtifactUUID:e7448436-9a65-488e-93e4-66b127c41850
ArtifactChecksum:OGQ3ZGJkY2NiNTQ0NzQyNjM0OGJjNGFjN2M0MDc5YTE=
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/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml
ArtifactUUID:42ad7257-4e47-4221-8460-0b4a0e72cd9c
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/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env
ArtifactUUID:07fd7a89-d2f4-40d1-90a5-2ff984b64dda
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/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env
ArtifactUUID:07fd7a89-d2f4-40d1-90a5-2ff984b64dda
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-28T11:46:27.112Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 543c6273-5068-4fac-8a56-e738ad406ee4 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-04-28T11:46:27.193Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T11:46:27.194Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-04-28T11:46:27.195Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-04-28T11:46:27.195Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f743a867-8c0a-4cc3-9173-805838ca9965 from URL: /sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:27.195Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-28T11:46:27.196Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:27.989Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-28T11:46:28.024Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar f743a867-8c0a-4cc3-9173-805838ca9965 110147
2021-04-28T11:46:28.025Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar ASDC sendASDCNotification
2021-04-28T11:46:28.025Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:28.030Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T11:46:28.031Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:28.033Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:28.033Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610388025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:46:28.133Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:28.135Z||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-04-28T11:46:28.135Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:28.147Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:46:28.148Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:29.034Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T11:46:29.035Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-04-28T11:46:29.036Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f743a867-8c0a-4cc3-9173-805838ca9965, URL: /sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar to file: /app/ASDC/1/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:29.037Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210428114238-csar.csar
2021-04-28T11:46:29.375Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:29.376Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:30.094Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5693802902022947544/Definitions/service-Vfw20210428114238-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-04-28T11:46:33.054Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-28T11:46:33.059Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-04-28T11:46:33.059Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.059Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-28T11:46:33.059Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||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-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.059Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||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-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.059Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||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-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.059Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.059Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.059Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||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-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||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-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||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-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||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-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 07fe21ba-0414 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 07fe21ba-0414 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-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||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-Vfw20210428114238-csar.csar
2021-04-28T11:46:33.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-04-28T11:46:33.066Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:33.070Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:33.074Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is matching search criteria
2021-04-28T11:46:33.075Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-04-28T11:46:33.076Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 07fe21ba-0414 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T11:46:33.078Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:33.078Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:33.079Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is matching search criteria
2021-04-28T11:46:33.079Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-04-28T11:46:33.079Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 07fe21ba-0414 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T11:46:33.079Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:33.080Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:33.083Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:33.083Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is not matching search criteria
2021-04-28T11:46:33.084Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-28T11:46:33.084Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-28T11:46:33.084Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:33.084Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.084Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-28T11:46:33.084Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.084Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-28T11:46:33.084Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-28T11:46:33.084Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-28T11:46:33.084Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.085Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:33.085Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-28T11:46:33.085Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:33.085Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-28T11:46:33.091Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.091Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-28T11:46:33.092Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:33.092Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-28T11:46:33.093Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:33.093Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is matching search criteria
2021-04-28T11:46:33.093Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 07fe21ba-0414 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:46:33.094Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:33.094Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is matching search criteria
2021-04-28T11:46:33.094Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 07fe21ba-0414 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:46:33.094Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:33.094Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is matching search criteria
2021-04-28T11:46:33.094Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 07fe21ba-0414 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:46:33.095Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:33.095Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is not matching search criteria
2021-04-28T11:46:33.095Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-28T11:46:33.095Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-28T11:46:33.095Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-28T11:46:33.095Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-28T11:46:33.095Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-28T11:46:33.095Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.095Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:33.095Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-28T11:46:33.096Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:33.096Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-28T11:46:33.096Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.096Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8de37b60-c3f8-47f5-9f87-c030ea53662e
2021-04-28T11:46:33.096Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:33.096Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is not matching search criteria
2021-04-28T11:46:33.096Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-28T11:46:33.096Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-28T11:46:33.096Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:33.096Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.097Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-28T11:46:33.097Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.097Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-28T11:46:33.097Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-28T11:46:33.097Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-28T11:46:33.097Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:33.097Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-28T11:46:33.097Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.097Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8431f378-e59b-4eb8-907e-674e1cc1c02c
2021-04-28T11:46:33.098Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:33.098Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is not matching search criteria
2021-04-28T11:46:33.098Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-28T11:46:33.098Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-28T11:46:33.098Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:33.098Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.098Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-28T11:46:33.098Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.099Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-28T11:46:33.099Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-28T11:46:33.099Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-28T11:46:33.099Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-28T11:46:33.099Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:33.099Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-28T11:46:33.099Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0be7c881-f2f1-4f36-8970-0908f59b3b28
2021-04-28T11:46:33.099Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:33.100Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:33.100Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:33.100Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:33.100Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:33.100Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:33.100Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:33.100Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:33.101Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-04-28 11-42-38
Description:catalog service description
Model UUID:543c6273-5068-4fac-8a56-e738ad406ee4
Model Version:NULL
Model InvariantUuid:4a0f5460-344f-4719-89d1-4bee7f843d71
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 07fe21ba-0414
Model UUID:cfce023a-6691-45eb-89cd-b8028cee5caa
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c92a9bb3-5964-46c4-8943-3cd9a64ca857
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8c3d8fea-b2ee-4670-9509-1305f734221d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:93ddf109-b6f4-4426-a2bf-9976c8e7c997
ModelName:Vfw07fe21ba0414..base_vfw..module-0
ModelUuid:53441d38-a9cd-405d-ae5f-77cecbe28de2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8de37b60-c3f8-47f5-9f87-c030ea53662e
ModelInvariantUuid:a9c8d6ae-bc3d-4184-8ac0-079cc303fa88
ModelName:vFW 07fe21ba-0414-nodes.vfwCvfc
ModelUuid:3898c1c9-c0bd-470d-8a3e-b9b86d62e9ae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a5d860ca-5802-4888-95d4-163c6bad48ec
ModelInvariantUuid:a4433dd9-0160-43ff-9949-702c5845dc66
ModelName:Vfw07fe21ba0414.compute.nodes.heat.vfw
ModelUuid:f88ca983-7691-48e2-a642-7aed8912e87b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8431f378-e59b-4eb8-907e-674e1cc1c02c
ModelInvariantUuid:91472a40-f86e-4447-b23a-891d519ae655
ModelName:vFW 07fe21ba-0414-nodes.vsnCvfc
ModelUuid:c2bf979a-7a65-4631-8a49-3619b457d337
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:5df11b91-2cc5-459e-a41e-f1b0de5d22e1
ModelInvariantUuid:9123d7ca-7e08-40d7-a81d-63b8ef0e18c6
ModelName:Vfw07fe21ba0414.compute.nodes.heat.vsn
ModelUuid:ca5f79e6-0910-4447-999c-fdc7e66e6706
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0be7c881-f2f1-4f36-8970-0908f59b3b28
ModelInvariantUuid:9cafd4d9-2aac-4a21-b7be-5acdf536495d
ModelName:vFW 07fe21ba-0414-nodes.vpgCvfc
ModelUuid:bfcac7c0-bcc8-4662-b46a-1fb36137f505
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:9dd66ce7-73e8-438d-9d5c-887dc39a6e3a
ModelInvariantUuid:3e81d6a7-7f7f-4740-9948-865f5641175b
ModelName:Vfw07fe21ba0414.compute.nodes.heat.vpg
ModelUuid:563d1d27-7602-4a66-8c12-f47c18c0f1fd
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-04-28T11:46:33.114Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: ac57a294-fb1d-46b1-a543-a8834818f89d
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-04-28T11:46:33.341Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||vFW 07fe21ba-0414 0
2021-04-28T11:46:33.350Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ac57a294-fb1d-46b1-a543-a8834818f89d
2021-04-28T11:46:33.350Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e7448436-9a65-488e-93e4-66b127c41850 from URL: /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json
2021-04-28T11:46:33.351Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-28T11:46:33.351Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json
2021-04-28T11:46:34.210Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-28T11:46:34.211Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json e7448436-9a65-488e-93e4-66b127c41850 785
2021-04-28T11:46:34.211Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json ASDC sendASDCNotification
2021-04-28T11:46:34.212Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json
2021-04-28T11:46:34.212Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T11:46:34.212Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:34.214Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:34.214Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610394211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:46:34.314Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:34.316Z||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-04-28T11:46:34.316Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:34.328Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:46:34.329Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:35.216Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw07fe21ba0414..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "93ddf109-b6f4-4426-a2bf-9976c8e7c997",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "53441d38-a9cd-405d-ae5f-77cecbe28de2",
    "vfModuleModelCustomizationUUID": "5256e700-adc7-40e7-ae80-f4d0062ae562",
    "isBase": true,
    "artifacts": [
      "42ad7257-4e47-4221-8460-0b4a0e72cd9c",
      "07fd7a89-d2f4-40d1-90a5-2ff984b64dda"
    ],
    "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-04-28T11:46:35.254Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw07fe21ba0414..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:53441d38-a9cd-405d-ae5f-77cecbe28de2
VfModuleModelInvariantUUID:93ddf109-b6f4-4426-a2bf-9976c8e7c997
VfModuleModelDescription:NULL
Artifacts UUID List:{
42ad7257-4e47-4221-8460-0b4a0e72cd9c
,
07fd7a89-d2f4-40d1-90a5-2ff984b64dda

}
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-04-28T11:46:35.256Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw07fe21ba0414..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "93ddf109-b6f4-4426-a2bf-9976c8e7c997",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "53441d38-a9cd-405d-ae5f-77cecbe28de2",
    "vfModuleModelCustomizationUUID": "5256e700-adc7-40e7-ae80-f4d0062ae562",
    "isBase": true,
    "artifacts": [
      "42ad7257-4e47-4221-8460-0b4a0e72cd9c",
      "07fd7a89-d2f4-40d1-90a5-2ff984b64dda"
    ],
    "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-04-28T11:46:35.257Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw07fe21ba0414..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:53441d38-a9cd-405d-ae5f-77cecbe28de2
VfModuleModelInvariantUUID:93ddf109-b6f4-4426-a2bf-9976c8e7c997
VfModuleModelDescription:NULL
Artifacts UUID List:{
42ad7257-4e47-4221-8460-0b4a0e72cd9c
,
07fd7a89-d2f4-40d1-90a5-2ff984b64dda

}
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-04-28T11:46:35.257Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 42ad7257-4e47-4221-8460-0b4a0e72cd9c from URL: /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml
2021-04-28T11:46:35.257Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-28T11:46:35.257Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml
2021-04-28T11:46:36.058Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-28T11:46:36.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml 42ad7257-4e47-4221-8460-0b4a0e72cd9c 20368
2021-04-28T11:46:36.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-28T11:46:36.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml
2021-04-28T11:46:36.060Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T11:46:36.061Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:36.064Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:36.064Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610396060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:46:36.164Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:36.164Z||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-04-28T11:46:36.165Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:36.175Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:46:36.175Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:37.065Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 07fd7a89-d2f4-40d1-90a5-2ff984b64dda from URL: /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env
2021-04-28T11:46:37.065Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-04-28T11:46:37.065Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env
2021-04-28T11:46:37.715Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-04-28T11:46:37.716Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env 07fd7a89-d2f4-40d1-90a5-2ff984b64dda 2098
2021-04-28T11:46:37.716Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-28T11:46:37.716Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env
2021-04-28T11:46:37.716Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T11:46:37.717Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:37.719Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:37.719Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610397716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:46:37.819Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:37.820Z||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-04-28T11:46:37.821Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:37.831Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:46:37.831Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:38.720Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 543c6273-5068-4fac-8a56-e738ad406ee4
2021-04-28T11:46:38.720Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 07fe21ba-0414 0 ac57a294-fb1d-46b1-a543-a8834818f89d 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-04-28T11:46:38.768Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:38.768Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:38.769Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-04-28T11:46:38.769Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 8c3d8fea-b2ee-4670-9509-1305f734221d
2021-04-28T11:46:38.769Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8c3d8fea-b2ee-4670-9509-1305f734221d matches Tosca VF Customization UUID: 8c3d8fea-b2ee-4670-9509-1305f734221d
2021-04-28T11:46:38.769Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 8c3d8fea-b2ee-4670-9509-1305f734221d  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-04-28T11:46:38.775Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:38.775Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:38.776Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 8c3d8fea-b2ee-4670-9509-1305f734221d: {\"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-04-28T11:46:38.776Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7018e3a0
2021-04-28T11:46:38.776Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:38.777Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-28T11:46:38.777Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5256e700-adc7-40e7-ae80-f4d0062ae562
2021-04-28T11:46:38.778Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5256e700-adc7-40e7-ae80-f4d0062ae562
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-04-28T11:46:38.785Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:38.785Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is matching search criteria
2021-04-28T11:46:38.785Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 07fe21ba-0414 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:46:38.786Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:38.786Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is matching search criteria
2021-04-28T11:46:38.786Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 07fe21ba-0414 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:46:38.787Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:38.787Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is not matching search criteria
2021-04-28T11:46:38.787Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-28T11:46:38.787Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-28T11:46:38.788Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-28T11:46:38.788Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-28T11:46:38.788Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-28T11:46:38.788Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-28T11:46:38.788Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:38.788Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-28T11:46:38.789Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:38.789Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-28T11:46:38.789Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-28T11:46:38.789Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8de37b60-c3f8-47f5-9f87-c030ea53662e
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-04-28T11:46:38.799Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:38.799Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is matching search criteria
2021-04-28T11:46:38.799Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 07fe21ba-0414 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:46:38.800Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:38.800Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is not matching search criteria
2021-04-28T11:46:38.800Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-28T11:46:38.800Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-28T11:46:38.800Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:38.800Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-28T11:46:38.800Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-28T11:46:38.800Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-28T11:46:38.801Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-28T11:46:38.801Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-28T11:46:38.801Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-28T11:46:38.801Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:38.801Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-28T11:46:38.801Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-28T11:46:38.801Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8431f378-e59b-4eb8-907e-674e1cc1c02c
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-04-28T11:46:38.803Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:38.803Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is matching search criteria
2021-04-28T11:46:38.804Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 07fe21ba-0414 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:46:38.806Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:38.806Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is not matching search criteria
2021-04-28T11:46:38.807Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-28T11:46:38.807Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-28T11:46:38.807Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:38.807Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-28T11:46:38.807Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-28T11:46:38.807Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-28T11:46:38.807Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-28T11:46:38.807Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-28T11:46:38.808Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-28T11:46:38.808Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-28T11:46:38.808Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-28T11:46:38.808Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-28T11:46:38.808Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0be7c881-f2f1-4f36-8970-0908f59b3b28
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-04-28T11:46:38.810Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:38.810Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is matching search criteria
2021-04-28T11:46:38.810Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 07fe21ba-0414 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:46:38.811Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:38.811Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Node template vFW 07fe21ba-0414 0 is matching search criteria
2021-04-28T11:46:38.811Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 07fe21ba-0414 0] matching following query criteria: sdcType=VF, customizationUUID=8c3d8fea-b2ee-4670-9509-1305f734221d
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-04-28T11:46:38.813Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:38.814Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:38.814Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 543c6273-5068-4fac-8a56-e738ad406ee4: vFW 07fe21ba-0414
2021-04-28T11:46:38.814Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:38.814Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:38.814Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:38.814Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:38.815Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:38.815Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:38.815Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:38.815Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:38.815Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:46:38.815Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-04-28 11-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:46:38.815Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-04-28 11-42-38 
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-04-28T11:46:39.129Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 07fe21ba-0414 ac57a294-fb1d-46b1-a543-a8834818f89d 1 ASDC deployResourceStructure
2021-04-28T11:46:39.129Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json ASDC sendASDCNotification
2021-04-28T11:46:39.129Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json
2021-04-28T11:46:39.129Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T11:46:39.129Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:39.131Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:39.131Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610399129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T11:46:39.232Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:39.232Z||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-04-28T11:46:39.232Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:39.243Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:46:39.243Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:40.133Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-28T11:46:40.133Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml
2021-04-28T11:46:40.133Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T11:46:40.134Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:40.136Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:40.136Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610400132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-28T11:46:40.236Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:40.237Z||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-04-28T11:46:40.238Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:40.248Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:46:40.248Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:41.137Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-28T11:46:41.137Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env
2021-04-28T11:46:41.138Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T11:46:41.138Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:41.139Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:41.140Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610401137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-28T11:46:41.240Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:41.241Z||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-04-28T11:46:41.241Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:41.252Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:46:41.252Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:46:42.141Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar ASDC sendASDCNotification
2021-04-28T11:46:42.141Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar
2021-04-28T11:46:42.141Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T11:46:42.142Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:46:42.145Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:46:42.145Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610402140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T11:46:42.245Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:46:42.246Z||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-04-28T11:46:42.247Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:46:42.260Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:46:42.260Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-28T11:46:43.146Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T11:46:43.353Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
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-04-28T11:46:43.357Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T11:46:43.357Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-28T11:46:43.357Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-28T11:47:13.358Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T11:47:13.371Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
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-04-28T11:47:13.375Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T11:47:13.376Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-28T11:47:13.376Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-28T11:47:19.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:47:19.271Z||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-04-28T11:47:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:47:19.397Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:47:19.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:47:19.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "policy-id",
  "timestamp": 1619610379777,
  "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-04-28T11:47:19.406Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
2021-04-28T11:47:19.406Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506 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-04-28T11:47:43.376Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T11:47:43.385Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
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-04-28T11:47:43.388Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T11:47:43.388Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-28T11:47:43.388Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-28T11:48:13.388Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T11:48:13.399Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
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-04-28T11:48:13.402Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T11:48:13.402Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-28T11:48:13.402Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-28T11:48:19.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:48:19.271Z||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-04-28T11:48:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:48:19.302Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:48:19.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610379267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610379267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T11:48:19.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610379267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-28T11:48:19.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610379267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610379267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-28T11:48:19.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610379267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "aai-ml",
  "timestamp": 1619610385394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T11:48:19.311Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610379267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:48:19.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "aai-ml",
  "timestamp": 1619610386399,
  "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-04-28T11:48:19.318Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
2021-04-28T11:48:19.318Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506 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-04-28T11:48:19.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610388025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610394211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.327Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610396060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610397716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610399129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/vfw07fe21ba04140_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T11:48:19.328Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610400132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-28T11:48:19.329Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610401137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/resourceInstances/vfw07fe21ba04140/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-28T11:48:19.329Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610402140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210428114238/1.0/artifacts/service-Vfw20210428114238-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "dcae-sch",
  "timestamp": 1619610415966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610415490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610416065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610418369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "cds",
  "timestamp": 1619610422361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610416974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610415490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T11:48:19.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "dcae-sch",
  "timestamp": 1619610415966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "cds",
  "timestamp": 1619610422361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610418369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610416065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T11:48:19.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610416974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T11:48:19.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610415490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-28T11:48:19.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "dcae-sch",
  "timestamp": 1619610415966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610418369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610416065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-28T11:48:19.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610416974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-28T11:48:19.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "cds",
  "timestamp": 1619610422361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610415490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "cds",
  "timestamp": 1619610422361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610418369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "dcae-sch",
  "timestamp": 1619610415966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610416065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610416974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610415490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-28T11:48:19.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "dcae-sch",
  "timestamp": 1619610415966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "cds",
  "timestamp": 1619610422361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610416065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610418369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610416974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610415490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "dcae-sch",
  "timestamp": 1619610415966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "cds",
  "timestamp": 1619610422361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610418369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610416065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610416974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "policy-id",
  "timestamp": 1619610429486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610415490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:48:19.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "dcae-sch",
  "timestamp": 1619610415966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "cds",
  "timestamp": 1619610422361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:48:19.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610416065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:48:19.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610418369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610416974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "policy-id",
  "timestamp": 1619610429486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "cds",
  "timestamp": 1619610431888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610431951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610431969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610431971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610431971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "policy-id",
  "timestamp": 1619610429486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619610431764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "cds",
  "timestamp": 1619610432892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-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-04-28T11:48:19.362Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0988de9a-bab8-44fa-aef3-7768cfc9493b
2021-04-28T11:48:19.362Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0988de9a-bab8-44fa-aef3-7768cfc9493b 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-04-28T11:48:19.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "policy-id",
  "timestamp": 1619610429486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619610431764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610433656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.372Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610433659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.373Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610433660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.373Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "policy-id",
  "timestamp": 1619610429486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610434359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T11:48:19.374Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619610431764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610435175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "policy-id",
  "timestamp": 1619610429486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610435362,
  "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-04-28T11:48:19.383Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0988de9a-bab8-44fa-aef3-7768cfc9493b
2021-04-28T11:48:19.383Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0988de9a-bab8-44fa-aef3-7768cfc9493b 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-04-28T11:48:19.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610435359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.393Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619610431764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610435451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.394Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "policy-id",
  "timestamp": 1619610429486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:48:19.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610436178,
  "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-04-28T11:48:19.401Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0988de9a-bab8-44fa-aef3-7768cfc9493b
2021-04-28T11:48:19.401Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0988de9a-bab8-44fa-aef3-7768cfc9493b 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-04-28T11:48:19.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610436390,
  "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-04-28T11:48:19.415Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0988de9a-bab8-44fa-aef3-7768cfc9493b
2021-04-28T11:48:19.415Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0988de9a-bab8-44fa-aef3-7768cfc9493b 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-04-28T11:48:19.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619610431764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610436459,
  "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-04-28T11:48:19.426Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0988de9a-bab8-44fa-aef3-7768cfc9493b
2021-04-28T11:48:19.426Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0988de9a-bab8-44fa-aef3-7768cfc9493b 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-04-28T11:48:19.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610437181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T11:48:19.432Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610437393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619610431764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610437461,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "policy-id",
  "timestamp": 1619610437675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619610431764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:48:19.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:48:19.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:48:19.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "policy-id",
  "timestamp": 1619610438679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T11:48:19.434Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:48:43.402Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T11:48:43.414Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506
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-04-28T11:48:43.418Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T11:48:43.418Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-28T11:48:43.418Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-28T11:48:43.418Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-28T11:48:43.418Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T11:48:43.418Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T11:48:43.418Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T11:48:43.418Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T11:48:43.418Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T11:48:43.418Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T11:48:43.419Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||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-04-28T11:48:43.423Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-28T11:49:13.424Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506 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-04-28T11:49:13.432Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506 and serviceModelVersionId: 543c6273-5068-4fac-8a56-e738ad406ee4
2021-04-28T11:49:13.432Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a0f5460-344f-4719-89d1-4bee7f843d71
2021-04-28T11:49:19.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:49:19.271Z||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-04-28T11:49:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:19.291Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:49:19.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:49:19.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "policy-id",
  "timestamp": 1619610439683,
  "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-04-28T11:49:19.300Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0988de9a-bab8-44fa-aef3-7768cfc9493b
2021-04-28T11:49:19.301Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0988de9a-bab8-44fa-aef3-7768cfc9493b 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-04-28T11:49:27.938Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a0f5460-344f-4719-89d1-4bee7f843d71/model-vers/model-ver/543c6273-5068-4fac-8a56-e738ad406ee4?depth=0
2021-04-28T11:49:28.035Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-04-28T11:49:28.465Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4a0f5460-344f-4719-89d1-4bee7f843d71/model-vers/model-ver/543c6273-5068-4fac-8a56-e738ad406ee4?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-04-28T11:49:28.469Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4a0f5460-344f-4719-89d1-4bee7f843d71/model-vers/model-ver/543c6273-5068-4fac-8a56-e738ad406ee4?depth=0|INFO|500||Invoke
2021-04-28T11:49:28.619Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4a0f5460-344f-4719-89d1-4bee7f843d71/model-vers/model-ver/543c6273-5068-4fac-8a56-e738ad406ee4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-28T11:49:28.775Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4a0f5460-344f-4719-89d1-4bee7f843d71/model-vers/model-ver/543c6273-5068-4fac-8a56-e738ad406ee4?depth=0|INFO|500||InvokeReturn
2021-04-28T11:49:28.775Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4a0f5460-344f-4719-89d1-4bee7f843d71/model-vers/model-ver/543c6273-5068-4fac-8a56-e738ad406ee4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210428-11:49:28:629-29470], vertex-id=[213144], Content-Length=[0], Date=[Wed, 28 Apr 2021 11:49:28 GMT], Content-Type=[application/json]}
2021-04-28T11:49:28.775Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-04-28T11:49:28.778Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-28T11:49:28.778Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||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-04-28T11:49:28.782Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||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-04-28T11:49:28.789Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 52fabbd8-433f-4c5c-82ba-d5bbe8b2b506 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-28T11:49:28.790Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-28T11:49:28.791Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:28.792Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:28.792Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610568790,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-28T11:49:28.893Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:28.894Z||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-04-28T11:49:28.894Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:28.906Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:49:28.907Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-28T11:49:29.803Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:49:29.804Z||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-04-28T11:49:29.804Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:34.111Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:49:34.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:49:34.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0988de9a-bab8-44fa-aef3-7768cfc9493b","serviceName":"basic_onboard_ufIPZr","serviceVersion":"1.0","serviceUUID":"e9904655-cdae-49bd-bf6b-d682bede7236","serviceDescription":"service","serviceInvariantUUID":"cd92d3d8-30e8-4e54-bfd2-c834289f68f6","resources":[{"resourceInstanceName":"basic_onboard_ufIPZr 0","resourceName":"basic_onboard_ufIPZr","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"27fc2873-7a19-4823-92a9-b0f8ef9051a0","resourceInvariantUUID":"abe7b5d8-da10-44d5-9b14-9bffce8ece78","resourceCustomizationUUID":"f0911224-5dd9-4a05-a353-a55251fc3cee","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml","artifactChecksum":"ZDZkNTQ5ZWI4MDczNzhiMjMzODU5N2MzMWRjZWEwNzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f46d95c1-4349-4fe8-ac70-704dace97ec2","artifactVersion":"1"},{"artifactName":"basic_onboard_ufipzr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json","artifactChecksum":"MTViYjk2MTZiOTdhZTRkYjA5YzVkYzg3ZWY3YjkwZmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7328cddc-a290-491d-9297-99945c7bebb6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"57d385aa-cb38-4338-a0eb-9139cf390dc9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"66f5852f-1afe-4b76-9dba-76155c427a83","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2996c0b0-f46e-4606-896c-94db227906c6","artifactVersion":"2","generatedFromUUID":"57d385aa-cb38-4338-a0eb-9139cf390dc9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUfipzr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml","artifactChecksum":"NWZlNzVmNDVjODZlM2YzY2Y3ZmQ3NThjYmZjYzA0ZDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae425cdf-1fbb-4d05-8ed7-4ea5dc130c2f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUfipzr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar","artifactChecksum":"YTM5MTUyYmJlY2U3NDZiMzUyYWFmNmRkOGMzMzA5NTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"239cee4d-4502-47ac-925f-ce756aaff159","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-28T11:49:34.114Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:49:34.115Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:34.117Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:34.117Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610569803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:49:34.217Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:34.218Z||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-04-28T11:49:34.218Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:34.229Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:49:34.229Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:35.117Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:49:35.118Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:35.121Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:35.121Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610569803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T11:49:35.221Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:35.223Z||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-04-28T11:49:35.223Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:35.234Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:49:35.235Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:36.122Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:49:36.122Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:36.124Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:36.124Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610569803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-28T11:49:36.225Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:36.225Z||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-04-28T11:49:36.226Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:36.238Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:49:36.238Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:37.125Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:49:37.127Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:37.129Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:37.130Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610569803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:49:37.230Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:37.232Z||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-04-28T11:49:37.232Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:37.244Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:49:37.245Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:38.130Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:49:38.131Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:38.132Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:38.133Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610569803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-28T11:49:38.233Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:38.234Z||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-04-28T11:49:38.234Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:38.246Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:49:38.246Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-28T11:49:39.133Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:49:39.134Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:39.135Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:39.135Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610569803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:49:39.236Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:39.237Z||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-04-28T11:49:39.237Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:39.248Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:49:39.249Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-28T11:49:40.136Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:49:40.136Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:40.138Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:40.138Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610569803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:49:40.240Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-28T11:49:40.241Z||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-04-28T11:49:40.241Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:40.254Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:49:40.255Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:41.140Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "serviceName": "basic_onboard_ufIPZr",
  "serviceVersion": "1.0",
  "serviceUUID": "e9904655-cdae-49bd-bf6b-d682bede7236",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cd92d3d8-30e8-4e54-bfd2-c834289f68f6",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ufIPZr 0",
      "resourceCustomizationUUID": "f0911224-5dd9-4a05-a353-a55251fc3cee",
      "resourceName": "basic_onboard_ufIPZr",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "27fc2873-7a19-4823-92a9-b0f8ef9051a0",
      "resourceInvariantUUID": "abe7b5d8-da10-44d5-9b14-9bffce8ece78",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ufipzr0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
          "artifactChecksum": "MTViYjk2MTZiOTdhZTRkYjA5YzVkYzg3ZWY3YjkwZmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7328cddc-a290-491d-9297-99945c7bebb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "57d385aa-cb38-4338-a0eb-9139cf390dc9",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2996c0b0-f46e-4606-896c-94db227906c6",
            "generatedFromUUID": "57d385aa-cb38-4338-a0eb-9139cf390dc9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2996c0b0-f46e-4606-896c-94db227906c6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUfipzr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
      "artifactChecksum": "YTM5MTUyYmJlY2U3NDZiMzUyYWFmNmRkOGMzMzA5NTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "239cee4d-4502-47ac-925f-ce756aaff159"
    }
  ],
  "workloadContext": "Production"
}
2021-04-28T11:49:41.140Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-28T11:49:41.140Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e9904655-cdae-49bd-bf6b-d682bede7236 ASDC
2021-04-28T11:49:41.140Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:0988de9a-bab8-44fa-aef3-7768cfc9493b
ServiceName:basic_onboard_ufIPZr
ServiceVersion:1.0
ServiceUUID:e9904655-cdae-49bd-bf6b-d682bede7236
ServiceInvariantUUID:cd92d3d8-30e8-4e54-bfd2-c834289f68f6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUfipzr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar
ArtifactUUID:239cee4d-4502-47ac-925f-ce756aaff159
ArtifactChecksum:YTM5MTUyYmJlY2U3NDZiMzUyYWFmNmRkOGMzMzA5NTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ufIPZr 0
ResourceCustomizationUUID:f0911224-5dd9-4a05-a353-a55251fc3cee
ResourceInvariantUUID:abe7b5d8-da10-44d5-9b14-9bffce8ece78
ResourceName:basic_onboard_ufIPZr
ResourceType:VF
ResourceUUID:27fc2873-7a19-4823-92a9-b0f8ef9051a0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ufipzr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json
ArtifactUUID:7328cddc-a290-491d-9297-99945c7bebb6
ArtifactChecksum:MTViYjk2MTZiOTdhZTRkYjA5YzVkYzg3ZWY3YjkwZmE=
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/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:57d385aa-cb38-4338-a0eb-9139cf390dc9
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/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env
ArtifactUUID:2996c0b0-f46e-4606-896c-94db227906c6
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/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env
ArtifactUUID:2996c0b0-f46e-4606-896c-94db227906c6
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-28T11:49:41.140Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e9904655-cdae-49bd-bf6b-d682bede7236 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-04-28T11:49:41.176Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T11:49:41.177Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-28T11:49:41.177Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-28T11:49:41.177Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 239cee4d-4502-47ac-925f-ce756aaff159 from URL: /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:41.177Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-28T11:49:41.178Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:43.558Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-28T11:49:43.562Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar 239cee4d-4502-47ac-925f-ce756aaff159 74810
2021-04-28T11:49:43.562Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar ASDC sendASDCNotification
2021-04-28T11:49:43.562Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:43.563Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T11:49:43.563Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:43.564Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:43.564Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610583562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:49:43.665Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:43.666Z||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-04-28T11:49:43.666Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:43.678Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:49:43.678Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:44.565Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T11:49:44.566Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-28T11:49:44.567Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 239cee4d-4502-47ac-925f-ce756aaff159, URL: /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar to file: /app/ASDC/1/service-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:44.567Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:44.567Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:44.567Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:44.821Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2164183387923155044/Definitions/service-BasicOnboardUfipzr-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-04-28T11:49:46.039Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ufIPZr 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ufIPZr 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-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:46.040Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:46.041Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is matching search criteria
2021-04-28T11:49:46.041Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-28T11:49:46.041Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ufIPZr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T11:49:46.041Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:46.041Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:46.041Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is matching search criteria
2021-04-28T11:49:46.041Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-28T11:49:46.041Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ufIPZr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T11:49:46.041Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:46.042Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:46.042Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:46.042Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is not matching search criteria
2021-04-28T11:49:46.042Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-28T11:49:46.042Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-28T11:49:46.042Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-28T11:49:46.042Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-28T11:49:46.042Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-28T11:49:46.042Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:46.042Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-28T11:49:46.042Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:46.043Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is matching search criteria
2021-04-28T11:49:46.043Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ufIPZr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:49:46.043Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:46.043Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is matching search criteria
2021-04-28T11:49:46.043Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ufIPZr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:49:46.043Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:46.043Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is matching search criteria
2021-04-28T11:49:46.043Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ufIPZr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:49:46.043Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:46.043Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is not matching search criteria
2021-04-28T11:49:46.043Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-28T11:49:46.044Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-28T11:49:46.044Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a3d7429b-04d7-4be1-91ce-4e5c8c860de8
2021-04-28T11:49:46.044Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:46.044Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:46.044Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:46.044Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:46.044Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:46.044Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:46.044Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:46.044Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:46.044Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ufIPZr
Description:service
Model UUID:e9904655-cdae-49bd-bf6b-d682bede7236
Model Version:NULL
Model InvariantUuid:cd92d3d8-30e8-4e54-bfd2-c834289f68f6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ufIPZr
Model UUID:8e2106a2-b773-452a-a2ea-d65a082bf16a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:abe7b5d8-da10-44d5-9b14-9bffce8ece78
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f0911224-5dd9-4a05-a353-a55251fc3cee
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4af2a771-09a2-4f04-adb0-f0724d97d4c2
ModelName:BasicOnboardUfipzr..base_ubuntu18..module-0
ModelUuid:e54cbb99-4a6a-45e2-a559-88f58fa20b4a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a3d7429b-04d7-4be1-91ce-4e5c8c860de8
ModelInvariantUuid:b2747f64-7835-4a7b-834d-5af85affe499
ModelName:basic_onboard_ufIPZr-nodes.ubuntu18Cvfc
ModelUuid:2564d453-e860-4bed-b5c3-8284295dbc57
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:1a504c4c-a258-4cb6-a8f8-a0639a360ac4
ModelInvariantUuid:114a4fe1-caf8-4c9a-b414-fabf093d681e
ModelName:BasicOnboardUfipzr.compute.nodes.heat.ubuntu18
ModelUuid:77a609ee-a449-4087-8312-ae4687b59943
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-04-28T11:49:46.051Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 27fc2873-7a19-4823-92a9-b0f8ef9051a0
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-04-28T11:49:46.055Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||basic_onboard_ufIPZr 0
2021-04-28T11:49:46.055Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 27fc2873-7a19-4823-92a9-b0f8ef9051a0
2021-04-28T11:49:46.055Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7328cddc-a290-491d-9297-99945c7bebb6 from URL: /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json
2021-04-28T11:49:46.055Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-28T11:49:46.055Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json
2021-04-28T11:49:46.590Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-28T11:49:46.591Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json 7328cddc-a290-491d-9297-99945c7bebb6 798
2021-04-28T11:49:46.591Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json ASDC sendASDCNotification
2021-04-28T11:49:46.591Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json
2021-04-28T11:49:46.591Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T11:49:46.592Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:46.594Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:46.594Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610586591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:49:46.694Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:46.695Z||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-04-28T11:49:46.695Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:46.707Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:49:46.708Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:47.595Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUfipzr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4af2a771-09a2-4f04-adb0-f0724d97d4c2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e54cbb99-4a6a-45e2-a559-88f58fa20b4a",
    "vfModuleModelCustomizationUUID": "287ef44b-7b9b-48da-adb6-700d1420bde8",
    "isBase": true,
    "artifacts": [
      "57d385aa-cb38-4338-a0eb-9139cf390dc9",
      "2996c0b0-f46e-4606-896c-94db227906c6"
    ],
    "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-04-28T11:49:47.599Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUfipzr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e54cbb99-4a6a-45e2-a559-88f58fa20b4a
VfModuleModelInvariantUUID:4af2a771-09a2-4f04-adb0-f0724d97d4c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
57d385aa-cb38-4338-a0eb-9139cf390dc9
,
2996c0b0-f46e-4606-896c-94db227906c6

}
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-04-28T11:49:47.602Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUfipzr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4af2a771-09a2-4f04-adb0-f0724d97d4c2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e54cbb99-4a6a-45e2-a559-88f58fa20b4a",
    "vfModuleModelCustomizationUUID": "287ef44b-7b9b-48da-adb6-700d1420bde8",
    "isBase": true,
    "artifacts": [
      "57d385aa-cb38-4338-a0eb-9139cf390dc9",
      "2996c0b0-f46e-4606-896c-94db227906c6"
    ],
    "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-04-28T11:49:47.602Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUfipzr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e54cbb99-4a6a-45e2-a559-88f58fa20b4a
VfModuleModelInvariantUUID:4af2a771-09a2-4f04-adb0-f0724d97d4c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
57d385aa-cb38-4338-a0eb-9139cf390dc9
,
2996c0b0-f46e-4606-896c-94db227906c6

}
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-04-28T11:49:47.602Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 57d385aa-cb38-4338-a0eb-9139cf390dc9 from URL: /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml
2021-04-28T11:49:47.602Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-28T11:49:47.603Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml
2021-04-28T11:49:48.015Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-28T11:49:48.016Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml 57d385aa-cb38-4338-a0eb-9139cf390dc9 5033
2021-04-28T11:49:48.016Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-28T11:49:48.016Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml
2021-04-28T11:49:48.016Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T11:49:48.017Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:48.019Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:48.019Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610588016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:49:48.119Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:48.120Z||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-04-28T11:49:48.120Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:48.132Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:49:48.133Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:49.020Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2996c0b0-f46e-4606-896c-94db227906c6 from URL: /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env
2021-04-28T11:49:49.020Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-28T11:49:49.021Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env
2021-04-28T11:49:49.590Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-28T11:49:49.590Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env 2996c0b0-f46e-4606-896c-94db227906c6 909
2021-04-28T11:49:49.591Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-28T11:49:49.591Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env
2021-04-28T11:49:49.591Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T11:49:49.591Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:49.593Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:49.594Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610589591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:49:49.694Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:49.695Z||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-04-28T11:49:49.695Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:49.711Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:49:49.712Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:50.595Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e9904655-cdae-49bd-bf6b-d682bede7236
2021-04-28T11:49:50.595Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ufIPZr 0 27fc2873-7a19-4823-92a9-b0f8ef9051a0 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-04-28T11:49:50.611Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:50.612Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:50.612Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-04-28T11:49:50.612Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= f0911224-5dd9-4a05-a353-a55251fc3cee
2021-04-28T11:49:50.612Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f0911224-5dd9-4a05-a353-a55251fc3cee matches Tosca VF Customization UUID: f0911224-5dd9-4a05-a353-a55251fc3cee
2021-04-28T11:49:50.612Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: f0911224-5dd9-4a05-a353-a55251fc3cee  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-04-28T11:49:50.614Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:50.615Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:50.615Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id f0911224-5dd9-4a05-a353-a55251fc3cee: {\"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-04-28T11:49:50.615Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@76819753
2021-04-28T11:49:50.615Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:50.616Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-28T11:49:50.616Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 287ef44b-7b9b-48da-adb6-700d1420bde8
2021-04-28T11:49:50.616Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 287ef44b-7b9b-48da-adb6-700d1420bde8
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-04-28T11:49:50.619Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:50.619Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is matching search criteria
2021-04-28T11:49:50.619Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ufIPZr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:49:50.620Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:50.620Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is matching search criteria
2021-04-28T11:49:50.620Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ufIPZr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:49:50.620Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:50.620Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is not matching search criteria
2021-04-28T11:49:50.620Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-28T11:49:50.620Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-28T11:49:50.621Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a3d7429b-04d7-4be1-91ce-4e5c8c860de8
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-04-28T11:49:50.623Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:50.623Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is matching search criteria
2021-04-28T11:49:50.623Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ufIPZr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T11:49:50.623Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:50.624Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_ufIPZr 0 is matching search criteria
2021-04-28T11:49:50.624Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_ufIPZr 0] matching following query criteria: sdcType=VF, customizationUUID=f0911224-5dd9-4a05-a353-a55251fc3cee
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-04-28T11:49:50.626Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:50.626Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:50.626Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e9904655-cdae-49bd-bf6b-d682bede7236: basic_onboard_ufIPZr
2021-04-28T11:49:50.626Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:50.626Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:50.627Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:50.627Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:50.627Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:50.627Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:50.627Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:50.627Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:50.627Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:49:50.628Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_ufIPZr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:49:50.628Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_ufIPZr 
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-04-28T11:49:50.703Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ufIPZr 27fc2873-7a19-4823-92a9-b0f8ef9051a0 1 ASDC deployResourceStructure
2021-04-28T11:49:50.704Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json ASDC sendASDCNotification
2021-04-28T11:49:50.704Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json
2021-04-28T11:49:50.704Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T11:49:50.705Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:50.707Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:50.708Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610590704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T11:49:50.807Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-28T11:49:50.808Z||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-04-28T11:49:50.808Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:50.821Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:49:50.822Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:51.708Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-28T11:49:51.709Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml
2021-04-28T11:49:51.709Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T11:49:51.709Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:51.712Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:51.712Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610591708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-28T11:49:51.812Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:51.813Z||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-04-28T11:49:51.813Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:51.825Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:49:51.826Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:52.712Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-28T11:49:52.713Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env
2021-04-28T11:49:52.713Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T11:49:52.713Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:52.715Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:52.715Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610592712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-28T11:49:52.815Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-28T11:49:52.816Z||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-04-28T11:49:52.816Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:52.828Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:49:52.829Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:49:53.716Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar ASDC sendASDCNotification
2021-04-28T11:49:53.717Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar
2021-04-28T11:49:53.717Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T11:49:53.717Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:49:53.720Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:49:53.720Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610593716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T11:49:53.820Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:49:53.821Z||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-04-28T11:49:53.821Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:49:53.833Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:49:53.833Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-28T11:49:54.721Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0988de9a-bab8-44fa-aef3-7768cfc9493b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T11:49:54.734Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0988de9a-bab8-44fa-aef3-7768cfc9493b
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-04-28T11:49:54.738Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T11:49:54.739Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-28T11:49:54.739Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-28T11:50:19.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:50:19.271Z||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-04-28T11:50:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:50:19.294Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:50:19.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "clamp",
  "timestamp": 1619610439964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:50:19.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:50:19.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "clamp",
  "timestamp": 1619610439964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T11:50:19.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:50:19.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "clamp",
  "timestamp": 1619610439964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:50:19.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:50:19.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "clamp",
  "timestamp": 1619610439964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "aai-ml",
  "timestamp": 1619610443709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "clamp",
  "timestamp": 1619610439964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "aai-ml",
  "timestamp": 1619610443709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "clamp",
  "timestamp": 1619610439964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "aai-ml",
  "timestamp": 1619610443709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "clamp",
  "timestamp": 1619610439964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "aai-ml",
  "timestamp": 1619610443709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "aai-ml",
  "timestamp": 1619610443709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:50:19.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "aai-ml",
  "timestamp": 1619610443709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "aai-ml",
  "timestamp": 1619610443709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "aai-ml",
  "timestamp": 1619610451966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "clamp",
  "timestamp": 1619610457674,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:50:19.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:50:19.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "clamp",
  "timestamp": 1619610458690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T11:50:19.301Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:50:19.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "aai-ml",
  "timestamp": 1619610458863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T11:50:19.301Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:50:19.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "clamp",
  "timestamp": 1619610459693,
  "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-04-28T11:50:19.308Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0988de9a-bab8-44fa-aef3-7768cfc9493b
2021-04-28T11:50:19.309Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0988de9a-bab8-44fa-aef3-7768cfc9493b 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-04-28T11:50:19.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-28T11:50:19.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "aai-ml",
  "timestamp": 1619610459866,
  "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-04-28T11:50:19.323Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0988de9a-bab8-44fa-aef3-7768cfc9493b
2021-04-28T11:50:19.323Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0988de9a-bab8-44fa-aef3-7768cfc9493b 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-04-28T11:50:24.739Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0988de9a-bab8-44fa-aef3-7768cfc9493b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T11:50:24.751Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0988de9a-bab8-44fa-aef3-7768cfc9493b
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-04-28T11:50:24.754Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T11:50:24.754Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-28T11:50:24.754Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-28T11:50:24.754Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-28T11:50:24.754Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T11:50:24.754Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T11:50:24.754Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T11:50:24.754Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T11:50:24.754Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T11:50:24.755Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T11:50:24.755Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-04-28T11:50:24.760Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-28T11:50:54.760Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0988de9a-bab8-44fa-aef3-7768cfc9493b 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-04-28T11:50:54.766Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0988de9a-bab8-44fa-aef3-7768cfc9493b and serviceModelVersionId: e9904655-cdae-49bd-bf6b-d682bede7236
2021-04-28T11:50:54.766Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cd92d3d8-30e8-4e54-bfd2-c834289f68f6
2021-04-28T11:50:54.767Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cd92d3d8-30e8-4e54-bfd2-c834289f68f6/model-vers/model-ver/e9904655-cdae-49bd-bf6b-d682bede7236?depth=0
2021-04-28T11:50:54.772Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-28T11:50:54.813Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd92d3d8-30e8-4e54-bfd2-c834289f68f6/model-vers/model-ver/e9904655-cdae-49bd-bf6b-d682bede7236?depth=0|INFO|500||Invoke
2021-04-28T11:50:54.813Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd92d3d8-30e8-4e54-bfd2-c834289f68f6/model-vers/model-ver/e9904655-cdae-49bd-bf6b-d682bede7236?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd92d3d8-30e8-4e54-bfd2-c834289f68f6/model-vers/model-ver/e9904655-cdae-49bd-bf6b-d682bede7236?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0988de9a-bab8-44fa-aef3-7768cfc9493b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d2a8651f-f91a-4b78-88aa-3b6c7c4dd8dd], X-ECOMP-RequestID=[0988de9a-bab8-44fa-aef3-7768cfc9493b], X-TransactionId=[], X-ONAP-RequestID=[0988de9a-bab8-44fa-aef3-7768cfc9493b], Content-Type=[application/merge-patch+json]}
2021-04-28T11:50:54.841Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd92d3d8-30e8-4e54-bfd2-c834289f68f6/model-vers/model-ver/e9904655-cdae-49bd-bf6b-d682bede7236?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-28T11:50:54.999Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd92d3d8-30e8-4e54-bfd2-c834289f68f6/model-vers/model-ver/e9904655-cdae-49bd-bf6b-d682bede7236?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/cd92d3d8-30e8-4e54-bfd2-c834289f68f6/model-vers/model-ver/e9904655-cdae-49bd-bf6b-d682bede7236?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210428-11:50:54:852-47336], vertex-id=[167984], Content-Length=[0], Date=[Wed, 28 Apr 2021 11:50:54 GMT], Content-Type=[application/json]}
2021-04-28T11:50:54.999Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd92d3d8-30e8-4e54-bfd2-c834289f68f6/model-vers/model-ver/e9904655-cdae-49bd-bf6b-d682bede7236?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-28T11:50:55.000Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd92d3d8-30e8-4e54-bfd2-c834289f68f6/model-vers/model-ver/e9904655-cdae-49bd-bf6b-d682bede7236?depth=0|INFO|500||InvokeReturn
2021-04-28T11:50:55.000Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-28T11:50:55.001Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-04-28T11:50:55.005Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-04-28T11:50:55.005Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0988de9a-bab8-44fa-aef3-7768cfc9493b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-28T11:50:55.005Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-28T11:50:55.006Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:50:55.007Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:50:55.008Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610655005,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-28T11:50:55.108Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:50:55.110Z||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-04-28T11:50:55.110Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:50:55.126Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:50:55.127Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-28T11:50:56.020Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:50:56.020Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-04-28T11:50:56.020Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:51:05.565Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:51:05.566Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:51:05.567Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-04-28T11:51:05.567Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:51:15.107Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:51:15.108Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:51:15.109Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-04-28T11:51:15.109Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:51:19.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:51:19.271Z||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-04-28T11:51:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:51:19.293Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:51:19.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52fabbd8-433f-4c5c-82ba-d5bbe8b2b506",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610568790,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-28T11:51:19.296Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:51:19.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610569803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:51:19.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:51:19.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610569803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T11:51:19.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:51:19.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610569803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-28T11:51:19.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:51:19.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610569803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:51:19.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:51:19.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610569803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-28T11:51:19.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:51:19.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610569803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:51:19.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:51:19.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610569803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:51:19.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:51:19.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610583562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:51:19.298Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:51:19.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610586591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:51:19.299Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:51:19.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610588016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:51:19.299Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:51:19.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610589591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:51:19.299Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:51:19.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610590704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/basic_onboard_ufipzr0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T11:51:19.300Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:51:19.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610591708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-28T11:51:19.300Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:51:19.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610592712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/resourceInstances/basic_onboard_ufipzr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-28T11:51:19.300Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:51:19.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T11:51:19.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610593716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUfipzr/1.0/artifacts/service-BasicOnboardUfipzr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T11:51:19.301Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:51:24.645Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:51:24.646Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:51:24.647Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-04-28T11:51:24.647Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:51:34.188Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:52:19.267Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:52:19.268Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-04-28T11:52:19.268Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:52:19.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:52:19.271Z||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-04-28T11:52:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:52:19.789Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:52:19.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T11:52:19.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0988de9a-bab8-44fa-aef3-7768cfc9493b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610655005,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-28T11:52:19.791Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:52:28.815Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:53:19.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:53:19.269Z||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-04-28T11:53:19.269Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:53:19.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:53:19.272Z||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-04-28T11:53:19.272Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:53:28.812Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:53:28.813Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:54:19.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:54:19.268Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:54:19.268Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:54:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:54:19.271Z||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-04-28T11:54:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:54:28.815Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:54:28.815Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:55:19.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:55:19.269Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:55:19.269Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:55:19.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:55:19.271Z||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-04-28T11:55:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:55:28.809Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:55:28.813Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:56:19.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:56:19.268Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:56:19.268Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:56:19.270Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:56:19.270Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-04-28T11:56:19.270Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:56:19.890Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:56:19.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a4f2b556-c71e-4521-a6a4-0f75294d003c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"a9c60909-6ba1-4d74-98e6-5a9005a12a4b","serviceDescription":"service","serviceInvariantUUID":"bb4495e1-6fec-4432-84a1-6073153240de","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"31f736f6-6582-4753-8b17-f2c440b47a9b","resourceInvariantUUID":"a6ff4aad-a00c-4b89-846b-8b02a9649fff","resourceCustomizationUUID":"e7858a29-a3d9-4b7a-ba8c-13a68d43c9df","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":"OWQ0ZGY0NGZmMmFjNmVjNWY5ZjkwYmM1OTk3OWM3MmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ef4e15fb-11a6-44cc-a1da-b1977b893875","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDkwZWI3ZGY4MmJhYTcxNjBhODZkMjE2MTg0N2YzMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8cf69e79-6644-48c6-9b77-dbe08769ae57","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-28T11:56:19.895Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:56:19.895Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:56:19.896Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:56:19.897Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.897Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610955490,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.898Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:56:19.898Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.898Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "aai-ml",
  "timestamp": 1619610953709,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.898Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:56:19.898Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:56:19.898Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.899Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "clamp",
  "timestamp": 1619610949964,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.898Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610979267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.899Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:56:19.899Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.899Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619610951764,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.899Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:56:19.900Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.900Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "dcae-sch",
  "timestamp": 1619610955966,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.900Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:56:19.900Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.901Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "cds",
  "timestamp": 1619610947361,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.901Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:56:19.901Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.901Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "policy-id",
  "timestamp": 1619610949486,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.901Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:56:19.901Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.901Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610956065,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.901Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:56:19.901Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.902Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610956974,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.902Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:56:19.902Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.902Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619610955490,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:56:19.902Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:56:19.902Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.902Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619610951764,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.903Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:56:19.903Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.903Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "dcae-sch",
  "timestamp": 1619610955966,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.903Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:56:19.903Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.903Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "aai-ml",
  "timestamp": 1619610953709,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:56:19.903Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:56:19.903Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.903Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "clamp",
  "timestamp": 1619610949964,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "cds",
  "timestamp": 1619610947361,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "policy-id",
  "timestamp": 1619610949486,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619610956065,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619610956974,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.904Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610958369,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "cds",
  "timestamp": 1619610959692,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "policy-id",
  "timestamp": 1619610959858,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610958369,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "aai-ml",
  "timestamp": 1619610960261,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.905Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "cds",
  "timestamp": 1619610960697,
  "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-04-28T11:56:19.924Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4f2b556-c71e-4521-a6a4-0f75294d003c
2021-04-28T11:56:19.925Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4f2b556-c71e-4521-a6a4-0f75294d003c 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-04-28T11:56:19.934Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.935Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "policy-id",
  "timestamp": 1619610960862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T11:56:19.935Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:56:19.935Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.935Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "policy-id",
  "timestamp": 1619610961864,
  "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-04-28T11:56:19.940Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4f2b556-c71e-4521-a6a4-0f75294d003c
2021-04-28T11:56:19.940Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4f2b556-c71e-4521-a6a4-0f75294d003c 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-04-28T11:56:19.948Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.948Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610963561,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:56:19.949Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:56:19.949Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.949Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "aai-ml",
  "timestamp": 1619610964483,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T11:56:19.950Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:56:19.950Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.950Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "clamp",
  "timestamp": 1619610964860,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:56:19.951Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:56:19.951Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.951Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610965075,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T11:56:19.951Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:56:19.951Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.951Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "aai-ml",
  "timestamp": 1619610965486,
  "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-04-28T11:56:19.956Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4f2b556-c71e-4521-a6a4-0f75294d003c
2021-04-28T11:56:19.956Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4f2b556-c71e-4521-a6a4-0f75294d003c 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-04-28T11:56:19.965Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.965Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "clamp",
  "timestamp": 1619610965873,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T11:56:19.965Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:56:19.965Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.965Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619610966080,
  "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-04-28T11:56:19.970Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4f2b556-c71e-4521-a6a4-0f75294d003c
2021-04-28T11:56:19.970Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4f2b556-c71e-4521-a6a4-0f75294d003c 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-04-28T11:56:19.978Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-28T11:56:19.978Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "clamp",
  "timestamp": 1619610966876,
  "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-04-28T11:56:19.982Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a4f2b556-c71e-4521-a6a4-0f75294d003c
2021-04-28T11:56:19.982Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4f2b556-c71e-4521-a6a4-0f75294d003c 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-04-28T11:56:19.999Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:56:20.000Z||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-04-28T11:56:20.000Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:56:20.011Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:56:20.011Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:56:20.899Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:56:20.900Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:56:20.903Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:56:20.903Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610979267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:56:21.003Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:56:21.004Z||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-04-28T11:56:21.004Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:56:21.015Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:56:21.016Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:56:21.904Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "a9c60909-6ba1-4d74-98e6-5a9005a12a4b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bb4495e1-6fec-4432-84a1-6073153240de",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e7858a29-a3d9-4b7a-ba8c-13a68d43c9df",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "31f736f6-6582-4753-8b17-f2c440b47a9b",
      "resourceInvariantUUID": "a6ff4aad-a00c-4b89-846b-8b02a9649fff",
      "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": "NDkwZWI3ZGY4MmJhYTcxNjBhODZkMjE2MTg0N2YzMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8cf69e79-6644-48c6-9b77-dbe08769ae57"
    }
  ],
  "workloadContext": "Production"
}
2021-04-28T11:56:21.905Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-28T11:56:21.905Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a9c60909-6ba1-4d74-98e6-5a9005a12a4b ASDC
2021-04-28T11:56:21.905Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a4f2b556-c71e-4521-a6a4-0f75294d003c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:a9c60909-6ba1-4d74-98e6-5a9005a12a4b
ServiceInvariantUUID:bb4495e1-6fec-4432-84a1-6073153240de
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:8cf69e79-6644-48c6-9b77-dbe08769ae57
ArtifactChecksum:NDkwZWI3ZGY4MmJhYTcxNjBhODZkMjE2MTg0N2YzMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e7858a29-a3d9-4b7a-ba8c-13a68d43c9df
ResourceInvariantUUID:a6ff4aad-a00c-4b89-846b-8b02a9649fff
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:31f736f6-6582-4753-8b17-f2c440b47a9b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-04-28T11:56:21.905Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a9c60909-6ba1-4d74-98e6-5a9005a12a4b 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-04-28T11:56:21.931Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T11:56:21.932Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T11:56:21.932Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T11:56:21.932Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8cf69e79-6644-48c6-9b77-dbe08769ae57 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-28T11:56:21.932Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-28T11:56:21.932Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-28T11:56:24.153Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-28T11:56:24.158Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8cf69e79-6644-48c6-9b77-dbe08769ae57 52219
2021-04-28T11:56:24.158Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-28T11:56:24.158Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-28T11:56:24.159Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T11:56:24.159Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:56:24.161Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:56:24.161Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610984158,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:56:24.261Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:56:24.262Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-28T11:56:24.262Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:56:24.275Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:56:24.276Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:56:25.161Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T11:56:25.162Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T11:56:25.163Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 8cf69e79-6644-48c6-9b77-dbe08769ae57, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-28T11:56:25.163Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-28T11:56:25.163Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-28T11:56:25.163Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-28T11:56:25.250Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12866602834424531768/Definitions/service-BasicNetwork-template.yml
2021-04-28T11:56:25.654Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||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-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||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-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||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-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||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-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||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-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||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-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||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-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||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-04-28T11:56:25.655Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-28T11:56:25.656Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:56:25.656Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.656Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-28T11:56:25.656Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-28T11:56:25.656Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T11:56:25.657Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:56:25.657Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.657Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-28T11:56:25.657Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-28T11:56:25.657Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T11:56:25.657Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:56:25.657Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.657Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:56:25.658Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.658Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:56:25.658Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.658Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:56:25.658Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.658Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:56:25.659Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.659Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:a9c60909-6ba1-4d74-98e6-5a9005a12a4b
Model Version:NULL
Model InvariantUuid:bb4495e1-6fec-4432-84a1-6073153240de
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a6ff4aad-a00c-4b89-846b-8b02a9649fff
Model UUID:7dc89128-fd48-4a9b-9c2f-c97f15cbad52
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e7858a29-a3d9-4b7a-ba8c-13a68d43c9df
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-04-28T11:56:25.665Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 31f736f6-6582-4753-8b17-f2c440b47a9b
2021-04-28T11:56:25.665Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||No resources found for Service: a9c60909-6ba1-4d74-98e6-5a9005a12a4b
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-04-28T11:56:25.671Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||
2021-04-28T11:56:25.671Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-04-28T11:56:25.672Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||No resources found for Service: a9c60909-6ba1-4d74-98e6-5a9005a12a4b
2021-04-28T11:56:25.672Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a9c60909-6ba1-4d74-98e6-5a9005a12a4b
2021-04-28T11:56:25.672Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-04-28T11:56:25.673Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||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-04-28T11:56:25.679Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:56:25.679Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.679Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:56:25.679Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.680Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a9c60909-6ba1-4d74-98e6-5a9005a12a4b: Generic NeutronNet
2021-04-28T11:56:25.680Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:56:25.680Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.680Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:56:25.680Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||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-04-28T11:56:25.722Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:56:25.722Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.723Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:56:25.723Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.723Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:56:25.723Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:56:25.723Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||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-04-28T11:56:25.788Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-04-28T11:56:25.788Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-28T11:56:25.788Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-28T11:56:25.789Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T11:56:25.789Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:56:25.791Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:56:25.791Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610985788,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T11:56:25.891Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:56:25.892Z||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-04-28T11:56:25.892Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:56:25.904Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:56:25.905Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:56:26.791Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4f2b556-c71e-4521-a6a4-0f75294d003c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T11:56:26.801Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4f2b556-c71e-4521-a6a4-0f75294d003c
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-04-28T11:56:26.805Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T11:56:26.805Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-28T11:56:26.805Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-28T11:56:26.805Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-28T11:56:26.805Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T11:56:26.805Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T11:56:26.805Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T11:56:26.805Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T11:56:26.805Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T11:56:26.806Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T11:56:26.806Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||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-04-28T11:56:26.811Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-28T11:56:56.811Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a4f2b556-c71e-4521-a6a4-0f75294d003c 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-04-28T11:56:56.816Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4f2b556-c71e-4521-a6a4-0f75294d003c and serviceModelVersionId: a9c60909-6ba1-4d74-98e6-5a9005a12a4b
2021-04-28T11:56:56.817Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bb4495e1-6fec-4432-84a1-6073153240de
2021-04-28T11:56:56.818Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bb4495e1-6fec-4432-84a1-6073153240de/model-vers/model-ver/a9c60909-6ba1-4d74-98e6-5a9005a12a4b?depth=0
2021-04-28T11:56:56.823Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-04-28T11:56:56.861Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bb4495e1-6fec-4432-84a1-6073153240de/model-vers/model-ver/a9c60909-6ba1-4d74-98e6-5a9005a12a4b?depth=0|INFO|500||Invoke
2021-04-28T11:56:56.862Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bb4495e1-6fec-4432-84a1-6073153240de/model-vers/model-ver/a9c60909-6ba1-4d74-98e6-5a9005a12a4b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bb4495e1-6fec-4432-84a1-6073153240de/model-vers/model-ver/a9c60909-6ba1-4d74-98e6-5a9005a12a4b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a4f2b556-c71e-4521-a6a4-0f75294d003c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[25d1dde9-faf0-4357-aeb2-f2d2e8dfdd60], X-ECOMP-RequestID=[a4f2b556-c71e-4521-a6a4-0f75294d003c], X-TransactionId=[], X-ONAP-RequestID=[a4f2b556-c71e-4521-a6a4-0f75294d003c], Content-Type=[application/merge-patch+json]}
2021-04-28T11:56:56.884Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bb4495e1-6fec-4432-84a1-6073153240de/model-vers/model-ver/a9c60909-6ba1-4d74-98e6-5a9005a12a4b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-28T11:56:57.084Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bb4495e1-6fec-4432-84a1-6073153240de/model-vers/model-ver/a9c60909-6ba1-4d74-98e6-5a9005a12a4b?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/bb4495e1-6fec-4432-84a1-6073153240de/model-vers/model-ver/a9c60909-6ba1-4d74-98e6-5a9005a12a4b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210428-11:56:56:894-81451], vertex-id=[180256], Content-Length=[0], Date=[Wed, 28 Apr 2021 11:56:56 GMT], Content-Type=[application/json]}
2021-04-28T11:56:57.085Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bb4495e1-6fec-4432-84a1-6073153240de/model-vers/model-ver/a9c60909-6ba1-4d74-98e6-5a9005a12a4b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-28T11:56:57.086Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bb4495e1-6fec-4432-84a1-6073153240de/model-vers/model-ver/a9c60909-6ba1-4d74-98e6-5a9005a12a4b?depth=0|INFO|500||InvokeReturn
2021-04-28T11:56:57.087Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-28T11:56:57.087Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||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-04-28T11:56:57.092Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||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-04-28T11:56:57.092Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4f2b556-c71e-4521-a6a4-0f75294d003c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-28T11:56:57.093Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-28T11:56:57.093Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:56:57.095Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:56:57.095Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611017093,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-28T11:56:57.196Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:56:57.197Z||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-04-28T11:56:57.197Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:56:57.213Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:56:57.214Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-28T11:57:19.267Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:57:19.268Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T11:57:19.268Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:57:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:57:19.270Z||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-04-28T11:57:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:57:19.392Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:57:19.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:57:19.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610979267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:57:19.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:57:19.893Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:57:19.893Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-28T11:57:19.894Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"cef0c6ee-6fde-4645-9d00-d5d3f5985245","serviceName":"Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9","serviceVersion":"1.0","serviceUUID":"8638db40-af65-4598-8684-378fc7691fc9","serviceDescription":"catalog service description","serviceInvariantUUID":"79a9e41c-98c8-4565-97de-cbb25de54e77","resources":[{"resourceInstanceName":"pNF 7e02ad5d-aa0b 0","resourceName":"pNF 7e02ad5d-aa0b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"aa834cf4-82ee-454a-b9a6-e0256d3ee9de","resourceInvariantUUID":"bda6f467-c383-46f9-9966-d86ed7f461d1","resourceCustomizationUUID":"57668904-6792-4c49-ab7d-76b1c6b488a6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vf-license-model.xml","artifactChecksum":"MDhmMTIwNjI5NTVhYjk0OWI3YjViZjhiNTQ3Y2IyODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"00843cbd-de7a-41e2-a6ca-9ee3a765fa9c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/pNF.csar","artifactChecksum":"NWNmZTVkN2FiZjljOTA1MjgzYjlhYmViZDVhOWE0ODY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7ee67492-147e-42f1-a32c-d7151e0b148b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e710ab9-ea3f-4db3-bff8-053ad13ffa19","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vendor-license-model.xml","artifactChecksum":"N2I4OTRlYzM5OWM1YzI4MzMzMmQwY2I1Y2I4YThkNjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f7511078-6efc-4dab-bc13-5ad881b201b7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"de925b47-ed0a-4598-bfaf-82abaad4e439","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2b942f39-44a7-4550-8689-0e17df1ddda3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXzovpwppzpq1ouzfz7g9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-template.yml","artifactChecksum":"YTAxYjVkNDhkNTNmNTUyYTZkY2Y5OTY2Y2M3NjQ2MGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b0401f88-8fc3-4dd7-80b2-ec4a61fd063f","artifactVersion":"1"},{"artifactName":"service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar","artifactChecksum":"NjFmMjg0YTQ4OGU2Y2ExY2YxNjIwMzZjMWU4NzlmYzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e7a2f25-a64b-4682-a247-ce7b8e2cc5c5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-28T11:57:19.897Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:57:19.897Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:57:19.899Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:57:19.900Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611039267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:57:20.000Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:57:20.001Z||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-04-28T11:57:20.001Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:57:20.011Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:57:20.011Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:57:20.900Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:57:20.901Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:57:20.904Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:57:20.904Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611039267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:57:21.004Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:57:21.005Z||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-04-28T11:57:21.005Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:57:21.016Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:57:21.016Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:57:21.905Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:57:21.906Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:57:21.909Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:57:21.909Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611039267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:57:22.009Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:57:22.010Z||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-04-28T11:57:22.010Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:57:22.020Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:57:22.020Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:57:22.909Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:57:22.910Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:57:22.913Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:57:22.913Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611039267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:57:23.013Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:57:23.014Z||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-04-28T11:57:23.014Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:57:23.026Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:57:23.026Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:57:23.914Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:57:23.915Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:57:23.917Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:57:23.917Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611039267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:57:24.017Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:57:24.018Z||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-04-28T11:57:24.018Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:57:24.029Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:57:24.030Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:57:24.918Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:57:24.918Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:57:24.920Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:57:24.920Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611039267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:57:25.020Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:57:25.021Z||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-04-28T11:57:25.021Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:57:25.034Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:57:25.034Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:57:25.921Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:57:25.922Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:57:25.924Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:57:25.924Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611039267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:57:26.024Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:57:26.025Z||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-04-28T11:57:26.026Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:57:26.040Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:57:26.041Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:57:26.925Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T11:57:26.926Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:57:26.928Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:57:26.928Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611039267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:57:27.028Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:57:27.029Z||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-04-28T11:57:27.029Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:57:27.040Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:57:27.040Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:57:27.929Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "serviceName": "Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9",
  "serviceVersion": "1.0",
  "serviceUUID": "8638db40-af65-4598-8684-378fc7691fc9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "79a9e41c-98c8-4565-97de-cbb25de54e77",
  "resources": [
    {
      "resourceInstanceName": "pNF 7e02ad5d-aa0b 0",
      "resourceCustomizationUUID": "57668904-6792-4c49-ab7d-76b1c6b488a6",
      "resourceName": "pNF 7e02ad5d-aa0b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "aa834cf4-82ee-454a-b9a6-e0256d3ee9de",
      "resourceInvariantUUID": "bda6f467-c383-46f9-9966-d86ed7f461d1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
      "artifactChecksum": "NjFmMjg0YTQ4OGU2Y2ExY2YxNjIwMzZjMWU4NzlmYzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e7a2f25-a64b-4682-a247-ce7b8e2cc5c5"
    }
  ],
  "workloadContext": "Production"
}
2021-04-28T11:57:27.930Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-28T11:57:27.930Z|a4f2b556-c71e-4521-a6a4-0f75294d003c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8638db40-af65-4598-8684-378fc7691fc9 ASDC
2021-04-28T11:57:27.930Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:cef0c6ee-6fde-4645-9d00-d5d3f5985245
ServiceName:Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9
ServiceVersion:1.0
ServiceUUID:8638db40-af65-4598-8684-378fc7691fc9
ServiceInvariantUUID:79a9e41c-98c8-4565-97de-cbb25de54e77
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
ArtifactUUID:1e7a2f25-a64b-4682-a247-ce7b8e2cc5c5
ArtifactChecksum:NjFmMjg0YTQ4OGU2Y2ExY2YxNjIwMzZjMWU4NzlmYzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7e02ad5d-aa0b 0
ResourceCustomizationUUID:57668904-6792-4c49-ab7d-76b1c6b488a6
ResourceInvariantUUID:bda6f467-c383-46f9-9966-d86ed7f461d1
ResourceName:pNF 7e02ad5d-aa0b
ResourceType:PNF
ResourceUUID:aa834cf4-82ee-454a-b9a6-e0256d3ee9de
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-28T11:57:27.931Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8638db40-af65-4598-8684-378fc7691fc9 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-04-28T11:57:27.960Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T11:57:27.960Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T11:57:27.960Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T11:57:27.961Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1e7a2f25-a64b-4682-a247-ce7b8e2cc5c5 from URL: /sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:27.961Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-28T11:57:27.961Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:28.588Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-28T11:57:28.592Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar 1e7a2f25-a64b-4682-a247-ce7b8e2cc5c5 83341
2021-04-28T11:57:28.592Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar ASDC sendASDCNotification
2021-04-28T11:57:28.592Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:28.592Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T11:57:28.593Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:57:28.594Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:57:28.594Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611048592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:57:28.694Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:57:28.695Z||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-04-28T11:57:28.696Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:57:28.709Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:57:28.710Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:57:29.595Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T11:57:29.596Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T11:57:29.597Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1e7a2f25-a64b-4682-a247-ce7b8e2cc5c5, URL: /sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar to file: /app/ASDC/1/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:29.597Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:29.598Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:29.598Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:29.728Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15393693802004585068/Definitions/service-DemoPnfXzovpwppzpq1ouzfz7g9-template.yml
2021-04-28T11:57:30.268Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-28T11:57:30.268Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-28T11:57:30.269Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:30.269Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-28T11:57:30.269Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||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-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:30.269Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7e02ad5d-aa0b 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-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:30.269Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:30.269Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||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-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:30.269Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||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-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:30.269Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||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-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:30.269Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7e02ad5d-aa0b 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:30.269Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||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-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:30.269Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-28T11:57:30.270Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:57:30.270Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:57:30.270Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Node template pNF 7e02ad5d-aa0b 0 is matching search criteria
2021-04-28T11:57:30.270Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-28T11:57:30.270Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 7e02ad5d-aa0b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T11:57:30.270Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:57:30.270Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:57:30.270Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Node template pNF 7e02ad5d-aa0b 0 is matching search criteria
2021-04-28T11:57:30.270Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-28T11:57:30.271Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 7e02ad5d-aa0b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T11:57:30.271Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:57:30.271Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:57:30.271Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:57:30.271Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:57:30.271Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:57:30.271Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:57:30.271Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:57:30.271Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:57:30.272Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:57:30.272Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:57:30.272Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9
Description:catalog service description
Model UUID:8638db40-af65-4598-8684-378fc7691fc9
Model Version:NULL
Model InvariantUuid:79a9e41c-98c8-4565-97de-cbb25de54e77
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-04-28T11:57:30.277Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: aa834cf4-82ee-454a-b9a6-e0256d3ee9de
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-04-28T11:57:30.280Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||pNF 7e02ad5d-aa0b 0
2021-04-28T11:57:30.280Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: aa834cf4-82ee-454a-b9a6-e0256d3ee9de
2021-04-28T11:57:30.280Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 8638db40-af65-4598-8684-378fc7691fc9
2021-04-28T11:57:30.280Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8638db40-af65-4598-8684-378fc7691fc9
2021-04-28T11:57:30.280Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7e02ad5d-aa0b 0 aa834cf4-82ee-454a-b9a6-e0256d3ee9de 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-04-28T11:57:30.285Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:57:30.285Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:57:30.285Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8638db40-af65-4598-8684-378fc7691fc9: pNF 7e02ad5d-aa0b
2021-04-28T11:57:30.286Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||Processing PNF resource: aa834cf4-82ee-454a-b9a6-e0256d3ee9de
2021-04-28T11:57:30.286Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T11:57:30.286Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_XzoVpWPpZPQ1OuZFZ7G9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T11:57:30.286Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||Resource customization UUID: 57668904-6792-4c49-ab7d-76b1c6b488a6 is the same as notified resource customizationUUID: 57668904-6792-4c49-ab7d-76b1c6b488a6
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-04-28T11:57:30.335Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7e02ad5d-aa0b aa834cf4-82ee-454a-b9a6-e0256d3ee9de 0 ASDC deployResourceStructure
2021-04-28T11:57:30.335Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar ASDC sendASDCNotification
2021-04-28T11:57:30.336Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar
2021-04-28T11:57:30.336Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T11:57:30.336Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T11:57:30.338Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T11:57:30.338Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611050335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T11:57:30.438Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T11:57:30.439Z||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-04-28T11:57:30.439Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:57:30.451Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:57:30.452Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T11:57:31.338Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cef0c6ee-6fde-4645-9d00-d5d3f5985245
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T11:57:31.350Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cef0c6ee-6fde-4645-9d00-d5d3f5985245
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-04-28T11:57:31.353Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T11:57:31.354Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-28T11:57:31.354Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-28T11:58:01.354Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cef0c6ee-6fde-4645-9d00-d5d3f5985245
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T11:58:01.363Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cef0c6ee-6fde-4645-9d00-d5d3f5985245
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-04-28T11:58:01.365Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T11:58:01.365Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-28T11:58:01.365Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-28T11:58:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:58:19.271Z||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-04-28T11:58:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:58:19.293Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:58:19.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610979267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:58:19.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610984158,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T11:58:19.295Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:58:19.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619610985788,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T11:58:19.295Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:58:19.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4f2b556-c71e-4521-a6a4-0f75294d003c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611017093,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-28T11:58:19.295Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T11:58:19.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "cds",
  "timestamp": 1619611022361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "policy-id",
  "timestamp": 1619611029486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "cds",
  "timestamp": 1619611022361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "policy-id",
  "timestamp": 1619611029486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611031764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "cds",
  "timestamp": 1619611022361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "policy-id",
  "timestamp": 1619611029486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611031764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "cds",
  "timestamp": 1619611022361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "policy-id",
  "timestamp": 1619611029486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611031764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "cds",
  "timestamp": 1619611022361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "policy-id",
  "timestamp": 1619611029486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611031764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "cds",
  "timestamp": 1619611022361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "policy-id",
  "timestamp": 1619611029486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611035490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611031764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "dcae-sch",
  "timestamp": 1619611035966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611036065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "cds",
  "timestamp": 1619611022361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "policy-id",
  "timestamp": 1619611029486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611035490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611031764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-04-28T11:58:19.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "dcae-sch",
  "timestamp": 1619611035966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611036974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611036065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "cds",
  "timestamp": 1619611022361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:58:19.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "policy-id",
  "timestamp": 1619611029486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T11:58:19.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611035490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611031764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "dcae-sch",
  "timestamp": 1619611035966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611036974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.302Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611036065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:19.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:58:19.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611035490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:58:19.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:58:31.366Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cef0c6ee-6fde-4645-9d00-d5d3f5985245
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T11:58:31.376Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cef0c6ee-6fde-4645-9d00-d5d3f5985245
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-04-28T11:58:31.380Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T11:58:31.380Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-28T11:58:31.380Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-28T11:59:01.380Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cef0c6ee-6fde-4645-9d00-d5d3f5985245
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T11:59:01.390Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cef0c6ee-6fde-4645-9d00-d5d3f5985245
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-04-28T11:59:01.392Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T11:59:01.393Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-28T11:59:01.393Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-28T11:59:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T11:59:19.271Z||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-04-28T11:59:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T11:59:19.293Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T11:59:19.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T11:59:19.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611031764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T11:59:19.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T11:59:31.393Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cef0c6ee-6fde-4645-9d00-d5d3f5985245
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T11:59:31.401Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cef0c6ee-6fde-4645-9d00-d5d3f5985245
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-04-28T11:59:31.403Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T11:59:31.403Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-28T11:59:31.404Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-28T12:00:01.404Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cef0c6ee-6fde-4645-9d00-d5d3f5985245
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T12:00:01.415Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cef0c6ee-6fde-4645-9d00-d5d3f5985245
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-04-28T12:00:01.417Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T12:00:01.417Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-28T12:00:01.417Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-28T12:00:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:00:19.271Z||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-04-28T12:00:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:00:19.797Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:00:19.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "dcae-sch",
  "timestamp": 1619611035966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611036974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611036065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611039267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611035490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "clamp",
  "timestamp": 1619611039964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "dcae-sch",
  "timestamp": 1619611035966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611036974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611036065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "policy-id",
  "timestamp": 1619611040755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:00:19.804Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:00:19.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611039267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611035490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "cds",
  "timestamp": 1619611041388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:00:19.804Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:00:19.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "clamp",
  "timestamp": 1619611039964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "dcae-sch",
  "timestamp": 1619611035966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611036974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611036065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "policy-id",
  "timestamp": 1619611041760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:00:19.805Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:00:19.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611039267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611035490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "cds",
  "timestamp": 1619611042393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-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-04-28T12:00:19.822Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cef0c6ee-6fde-4645-9d00-d5d3f5985245
2021-04-28T12:00:19.822Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cef0c6ee-6fde-4645-9d00-d5d3f5985245 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-04-28T12:00:19.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "clamp",
  "timestamp": 1619611039964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "dcae-sch",
  "timestamp": 1619611035966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611036974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611036065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "policy-id",
  "timestamp": 1619611042762,
  "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-04-28T12:00:19.837Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cef0c6ee-6fde-4645-9d00-d5d3f5985245
2021-04-28T12:00:19.837Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cef0c6ee-6fde-4645-9d00-d5d3f5985245 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-04-28T12:00:19.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611039267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611035490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:00:19.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611043576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:00:19.848Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:00:19.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "clamp",
  "timestamp": 1619611039964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "dcae-sch",
  "timestamp": 1619611035966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611036974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611036065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:00:19.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611039267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "aai-ml",
  "timestamp": 1619611043709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "clamp",
  "timestamp": 1619611039964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611036974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:00:19.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611044837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-04-28T12:00:19.851Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:00:19.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611039267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "aai-ml",
  "timestamp": 1619611043709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "clamp",
  "timestamp": 1619611039964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611045842,
  "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-04-28T12:00:19.858Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of cef0c6ee-6fde-4645-9d00-d5d3f5985245
2021-04-28T12:00:19.858Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cef0c6ee-6fde-4645-9d00-d5d3f5985245 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-04-28T12:00:19.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611039267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "aai-ml",
  "timestamp": 1619611043709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "clamp",
  "timestamp": 1619611039964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611039267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:00:19.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "aai-ml",
  "timestamp": 1619611043709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "clamp",
  "timestamp": 1619611039964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:00:19.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "aai-ml",
  "timestamp": 1619611043709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611048592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:00:19.870Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:00:19.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611048369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "aai-ml",
  "timestamp": 1619611043709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611048369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611050335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:00:19.871Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:00:19.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "aai-ml",
  "timestamp": 1619611043709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611048369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "aai-ml",
  "timestamp": 1619611043709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:00:19.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611048369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611048369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "aai-ml",
  "timestamp": 1619611053560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:00:19.874Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:00:19.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611048369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/resourceInstances/pnf7e02ad5daa0b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611048369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:00:19.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "clamp",
  "timestamp": 1619611055263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:00:19.875Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:00:19.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611048369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:00:19.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:00:19.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "clamp",
  "timestamp": 1619611056277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:00:19.875Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:00:19.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "clamp",
  "timestamp": 1619611057280,
  "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-04-28T12:00:19.880Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cef0c6ee-6fde-4645-9d00-d5d3f5985245
2021-04-28T12:00:19.880Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cef0c6ee-6fde-4645-9d00-d5d3f5985245 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-04-28T12:00:19.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611057590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:00:19.888Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:00:19.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "aai-ml",
  "timestamp": 1619611058358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:00:19.889Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:00:19.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "aai-ml",
  "timestamp": 1619611059361,
  "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-04-28T12:00:19.895Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cef0c6ee-6fde-4645-9d00-d5d3f5985245
2021-04-28T12:00:19.895Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cef0c6ee-6fde-4645-9d00-d5d3f5985245 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-04-28T12:00:19.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611060075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXzovpwppzpq1ouzfz7g9/1.0/artifacts/service-DemoPnfXzovpwppzpq1ouzfz7g9-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:00:19.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:00:19.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:00:19.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611061080,
  "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-04-28T12:00:19.909Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cef0c6ee-6fde-4645-9d00-d5d3f5985245
2021-04-28T12:00:19.910Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cef0c6ee-6fde-4645-9d00-d5d3f5985245 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-04-28T12:00:31.417Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cef0c6ee-6fde-4645-9d00-d5d3f5985245
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T12:00:31.428Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cef0c6ee-6fde-4645-9d00-d5d3f5985245
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-04-28T12:00:31.431Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T12:00:31.432Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-28T12:00:31.432Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-28T12:00:31.432Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-28T12:00:31.432Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:00:31.432Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:00:31.432Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:00:31.432Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:00:31.433Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:00:31.433Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:00:31.433Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:00:31.433Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||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-04-28T12:00:31.437Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-28T12:01:01.437Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cef0c6ee-6fde-4645-9d00-d5d3f5985245 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-04-28T12:01:01.442Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cef0c6ee-6fde-4645-9d00-d5d3f5985245 and serviceModelVersionId: 8638db40-af65-4598-8684-378fc7691fc9
2021-04-28T12:01:01.442Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 79a9e41c-98c8-4565-97de-cbb25de54e77
2021-04-28T12:01:01.443Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/79a9e41c-98c8-4565-97de-cbb25de54e77/model-vers/model-ver/8638db40-af65-4598-8684-378fc7691fc9?depth=0
2021-04-28T12:01:01.448Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-04-28T12:01:01.494Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79a9e41c-98c8-4565-97de-cbb25de54e77/model-vers/model-ver/8638db40-af65-4598-8684-378fc7691fc9?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-04-28T12:01:01.495Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79a9e41c-98c8-4565-97de-cbb25de54e77/model-vers/model-ver/8638db40-af65-4598-8684-378fc7691fc9?depth=0|INFO|500||Invoke
2021-04-28T12:01:01.517Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79a9e41c-98c8-4565-97de-cbb25de54e77/model-vers/model-ver/8638db40-af65-4598-8684-378fc7691fc9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-28T12:01:02.457Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79a9e41c-98c8-4565-97de-cbb25de54e77/model-vers/model-ver/8638db40-af65-4598-8684-378fc7691fc9?depth=0|INFO|500||InvokeReturn
2021-04-28T12:01:02.457Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79a9e41c-98c8-4565-97de-cbb25de54e77/model-vers/model-ver/8638db40-af65-4598-8684-378fc7691fc9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210428-12:01:01:526-13578], vertex-id=[385240], Content-Length=[0], Date=[Wed, 28 Apr 2021 12:01:01 GMT], Content-Type=[application/json]}
2021-04-28T12:01:02.458Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-04-28T12:01:02.458Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-28T12:01:02.458Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||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-04-28T12:01:02.461Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||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-04-28T12:01:02.462Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cef0c6ee-6fde-4645-9d00-d5d3f5985245 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-28T12:01:02.462Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-28T12:01:02.462Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:01:02.464Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:01:02.464Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611262462,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-28T12:01:02.564Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:01:02.565Z||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-04-28T12:01:02.565Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:01:02.578Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:01:02.579Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-28T12:01:03.475Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:01:03.475Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T12:01:03.476Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:01:07.768Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:01:07.769Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-28T12:01:07.769Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"07806de3-04cf-4687-911c-9de7438c33fc","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"ac15b1cc-82c6-47f2-9ac6-ff7bc097f3f6","serviceDescription":"service","serviceInvariantUUID":"34065eca-a16c-4402-96fa-3c8d9c0361d3","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9b273b41-e654-4c15-943e-c7ff992de8ff","resourceInvariantUUID":"47f5ffa9-da46-454d-93a4-6b67cfd7b8f4","resourceCustomizationUUID":"bbb0f853-fe64-4448-9d2e-fb419b938d16","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":"ac6c9f62-f8bf-4ae2-a32e-f58378fb0dde","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":"YmJjMWIxYTY2NzM2YTgwNTFmOGMzOGZmMGM3ZWRkNmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f4736d8-444f-4d50-9851-a34ed272e1a4","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":"ZTUyOTY1MzRjOTg1OTFkMmI1ZTBmZjY1OTM0OGRmMmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"347de8f6-1853-4c48-be49-e98b5f361ab5","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":"d83badc0-4575-401b-b027-d9d4a55880b9","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":"a6e9c9c0-0ff0-4c86-9cf2-3308012015a8","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":"5c0ac693-6e29-4cee-9f23-c675f57f344c","artifactVersion":"2","generatedFromUUID":"d83badc0-4575-401b-b027-d9d4a55880b9"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MzRhY2QxN2E0OWY2Y2ViYmQzNDcwYTkzYWY4NzM3NGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2d5290b6-87b0-429f-8fa0-fc297180784d","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZmRiZDhiY2YzMTNmNmRjNmZiZjQyMWE1Njg0YTQ5NmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed01c476-6191-45ab-b1a2-d753a0346d7a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-28T12:01:07.771Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:01:07.771Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:01:07.772Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:01:07.773Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:07.873Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:01:07.874Z||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-04-28T12:01:07.874Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:01:07.885Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:01:07.885Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:01:08.773Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:01:08.774Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:01:08.776Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:01:08.776Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:08.876Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:01:08.877Z||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-04-28T12:01:08.877Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:01:08.888Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:01:08.888Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:01:09.776Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:01:09.777Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:01:09.779Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:01:09.780Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:01:09.880Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:01:09.881Z||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-04-28T12:01:09.882Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:01:09.892Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:01:09.893Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:01:10.781Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:01:10.781Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:01:10.783Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:01:10.783Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:01:10.883Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:01:10.884Z||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-04-28T12:01:10.884Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:01:10.895Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:01:10.896Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:01:11.784Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:01:11.785Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:01:11.787Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:01:11.787Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:11.887Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:01:11.888Z||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-04-28T12:01:11.888Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:01:11.900Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:01:11.901Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:01:12.788Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:01:12.788Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:01:12.790Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:01:12.790Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-28T12:01:12.890Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:01:12.891Z||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-04-28T12:01:12.892Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:01:12.909Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:01:12.910Z||pool-56-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:01:13.791Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:01:13.792Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:01:13.793Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:01:13.794Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:13.894Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:01:13.895Z||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-04-28T12:01:13.895Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:01:13.908Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:01:13.908Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:01:14.794Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:01:14.795Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:01:14.796Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:01:14.796Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:01:14.897Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:01:14.897Z||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-04-28T12:01:14.898Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:01:14.909Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:01:14.909Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:01:15.798Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "ac15b1cc-82c6-47f2-9ac6-ff7bc097f3f6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "34065eca-a16c-4402-96fa-3c8d9c0361d3",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "bbb0f853-fe64-4448-9d2e-fb419b938d16",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9b273b41-e654-4c15-943e-c7ff992de8ff",
      "resourceInvariantUUID": "47f5ffa9-da46-454d-93a4-6b67cfd7b8f4",
      "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": "ZTUyOTY1MzRjOTg1OTFkMmI1ZTBmZjY1OTM0OGRmMmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "347de8f6-1853-4c48-be49-e98b5f361ab5",
          "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": "d83badc0-4575-401b-b027-d9d4a55880b9",
          "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": "5c0ac693-6e29-4cee-9f23-c675f57f344c",
            "generatedFromUUID": "d83badc0-4575-401b-b027-d9d4a55880b9"
          },
          "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": "5c0ac693-6e29-4cee-9f23-c675f57f344c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZmRiZDhiY2YzMTNmNmRjNmZiZjQyMWE1Njg0YTQ5NmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed01c476-6191-45ab-b1a2-d753a0346d7a"
    }
  ],
  "workloadContext": "Production"
}
2021-04-28T12:01:15.798Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-28T12:01:15.798Z|cef0c6ee-6fde-4645-9d00-d5d3f5985245|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ac15b1cc-82c6-47f2-9ac6-ff7bc097f3f6 ASDC
2021-04-28T12:01:15.798Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:07806de3-04cf-4687-911c-9de7438c33fc
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:ac15b1cc-82c6-47f2-9ac6-ff7bc097f3f6
ServiceInvariantUUID:34065eca-a16c-4402-96fa-3c8d9c0361d3
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:ed01c476-6191-45ab-b1a2-d753a0346d7a
ArtifactChecksum:ZmRiZDhiY2YzMTNmNmRjNmZiZjQyMWE1Njg0YTQ5NmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:bbb0f853-fe64-4448-9d2e-fb419b938d16
ResourceInvariantUUID:47f5ffa9-da46-454d-93a4-6b67cfd7b8f4
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:9b273b41-e654-4c15-943e-c7ff992de8ff
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:347de8f6-1853-4c48-be49-e98b5f361ab5
ArtifactChecksum:ZTUyOTY1MzRjOTg1OTFkMmI1ZTBmZjY1OTM0OGRmMmQ=
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:d83badc0-4575-401b-b027-d9d4a55880b9
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:5c0ac693-6e29-4cee-9f23-c675f57f344c
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:5c0ac693-6e29-4cee-9f23-c675f57f344c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-28T12:01:15.799Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ac15b1cc-82c6-47f2-9ac6-ff7bc097f3f6 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-04-28T12:01:15.828Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T12:01:15.828Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T12:01:15.828Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T12:01:15.829Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ed01c476-6191-45ab-b1a2-d753a0346d7a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-28T12:01:15.829Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-28T12:01:15.829Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-28T12:01:16.571Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-28T12:01:16.576Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ed01c476-6191-45ab-b1a2-d753a0346d7a 76830
2021-04-28T12:01:16.577Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-04-28T12:01:16.577Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-28T12:01:16.577Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T12:01:16.578Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:01:16.579Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:01:16.579Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611276577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:16.680Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:01:16.681Z||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-04-28T12:01:16.681Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:01:16.693Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:01:16.693Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:01:17.580Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T12:01:17.581Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T12:01:17.581Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ed01c476-6191-45ab-b1a2-d753a0346d7a, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-28T12:01:17.581Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-04-28T12:01:17.582Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-28T12:01:17.582Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-28T12:01:17.724Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3037961311771504824/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-04-28T12:01:18.686Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-28T12:01:18.687Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-28T12:01:18.687Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-28T12:01:18.687Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-28T12:01:18.687Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:18.687Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:18.687Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:18.687Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:18.688Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:18.688Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:18.688Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:18.688Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:18.688Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:18.688Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:18.688Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-28T12:01:18.688Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:18.688Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:01:18.688Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-28T12:01:18.688Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-28T12:01:18.688Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T12:01:18.689Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:18.689Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:01:18.689Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-28T12:01:18.689Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-28T12:01:18.689Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T12:01:18.689Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:18.689Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:01:18.689Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:18.689Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-28T12:01:18.690Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-28T12:01:18.690Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-28T12:01:18.690Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-28T12:01:18.690Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-28T12:01:18.690Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-28T12:01:18.690Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:18.690Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-28T12:01:18.690Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:18.690Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-28T12:01:18.691Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:01:18.691Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:18.691Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-28T12:01:18.691Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:01:18.691Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:18.691Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-28T12:01:18.691Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:01:18.691Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:18.692Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-28T12:01:18.692Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-28T12:01:18.692Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-28T12:01:18.692Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=23674d21-8b41-4033-9516-548034d7af88
2021-04-28T12:01:18.692Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:18.692Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:01:18.692Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:18.692Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:01:18.692Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:18.692Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:01:18.692Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:18.693Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:01:18.693Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:ac15b1cc-82c6-47f2-9ac6-ff7bc097f3f6
Model Version:NULL
Model InvariantUuid:34065eca-a16c-4402-96fa-3c8d9c0361d3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:fecb3d12-cd74-4851-94bc-37524e0877e5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:47f5ffa9-da46-454d-93a4-6b67cfd7b8f4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bbb0f853-fe64-4448-9d2e-fb419b938d16
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cab7966e-39a4-41e2-9ffb-fe268bfb913a
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:9244d9ee-ee30-42fe-a55c-77b6a250a862
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:23674d21-8b41-4033-9516-548034d7af88
ModelInvariantUuid:a2f61ada-8a2b-46bc-9fc3-9a8a4d0313c1
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:c7a0fc5f-9ea7-45ac-a515-587d2c1254a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f9b904a5-613d-416f-9323-43b6ea224162
ModelInvariantUuid:6bea6482-5e4d-4336-8364-644db8c30b4d
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:1e5e8b8b-0636-43a1-800d-779fb5b29769
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-04-28T12:01:18.698Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 9b273b41-e654-4c15-943e-c7ff992de8ff
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-04-28T12:01:18.700Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||basicclamp 0
2021-04-28T12:01:18.700Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9b273b41-e654-4c15-943e-c7ff992de8ff
2021-04-28T12:01:18.700Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 347de8f6-1853-4c48-be49-e98b5f361ab5 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-28T12:01:18.700Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-28T12:01:18.700Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-28T12:01:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:01:19.271Z||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-04-28T12:01:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:01:19.397Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:01:19.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "aai-ml",
  "timestamp": 1619611223709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611228368,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "clamp",
  "timestamp": 1619611219964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "policy-id",
  "timestamp": 1619611229486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "aai-ml",
  "timestamp": 1619611223709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611228368,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "clamp",
  "timestamp": 1619611219964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "policy-id",
  "timestamp": 1619611229486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "aai-ml",
  "timestamp": 1619611223709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611228368,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "clamp",
  "timestamp": 1619611219964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "policy-id",
  "timestamp": 1619611229486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.418Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611231764,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.418Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "aai-ml",
  "timestamp": 1619611223709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.418Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611228368,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.418Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "clamp",
  "timestamp": 1619611219964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "cds",
  "timestamp": 1619611232361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "policy-id",
  "timestamp": 1619611229486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611231764,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "aai-ml",
  "timestamp": 1619611223709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611228368,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "clamp",
  "timestamp": 1619611219964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.420Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "cds",
  "timestamp": 1619611232361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.420Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "policy-id",
  "timestamp": 1619611229486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.420Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611231764,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.420Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "aai-ml",
  "timestamp": 1619611223709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.420Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611228368,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.420Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "clamp",
  "timestamp": 1619611219964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.420Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "cds",
  "timestamp": 1619611232361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.421Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "policy-id",
  "timestamp": 1619611229486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.421Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611231764,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.421Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "aai-ml",
  "timestamp": 1619611223709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.421Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611228368,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.421Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "clamp",
  "timestamp": 1619611219964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.421Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "cds",
  "timestamp": 1619611232361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.421Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611235490,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.422Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "policy-id",
  "timestamp": 1619611229486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.422Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611231764,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.422Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "aai-ml",
  "timestamp": 1619611223709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.422Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "dcae-sch",
  "timestamp": 1619611235967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.422Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611228368,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.422Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "clamp",
  "timestamp": 1619611219964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.422Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611236065,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "cds",
  "timestamp": 1619611232361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611235490,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "policy-id",
  "timestamp": 1619611229486,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611231764,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "dcae-sch",
  "timestamp": 1619611235967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611236974,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611236065,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "cds",
  "timestamp": 1619611232361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611235490,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611231764,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "aai-ml",
  "timestamp": 1619611238455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611238460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "dcae-sch",
  "timestamp": 1619611235967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611236974,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611236065,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "cds",
  "timestamp": 1619611232361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611235490,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "policy-id",
  "timestamp": 1619611239367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611231764,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "dcae-sch",
  "timestamp": 1619611235967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611236974,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611236065,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "cds",
  "timestamp": 1619611232361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611235490,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "policy-id",
  "timestamp": 1619611240370,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:01:19.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "dcae-sch",
  "timestamp": 1619611235967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611236974,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611240698,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:01:19.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611236065,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611235490,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.427Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "policy-id",
  "timestamp": 1619611241372,
  "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-04-28T12:01:19.432Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07806de3-04cf-4687-911c-9de7438c33fc
2021-04-28T12:01:19.432Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07806de3-04cf-4687-911c-9de7438c33fc 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-04-28T12:01:19.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "dcae-sch",
  "timestamp": 1619611235967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611236974,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611241702,
  "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-04-28T12:01:19.447Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 07806de3-04cf-4687-911c-9de7438c33fc
2021-04-28T12:01:19.447Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07806de3-04cf-4687-911c-9de7438c33fc 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-04-28T12:01:19.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611236065,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611235490,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "dcae-sch",
  "timestamp": 1619611235967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611236974,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611236065,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611235490,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "dcae-sch",
  "timestamp": 1619611235967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611236974,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.458Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611236065,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.458Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "cds",
  "timestamp": 1619611243960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.458Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611236974,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.458Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "cds",
  "timestamp": 1619611244964,
  "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=?
2021-04-28T12:01:19.463Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 07806de3-04cf-4687-911c-9de7438c33fc
2021-04-28T12:01:19.463Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07806de3-04cf-4687-911c-9de7438c33fc 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-04-28T12:01:19.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611246397,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.472Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611246590,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.472Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611246878,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.473Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "aai-ml",
  "timestamp": 1619611247784,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:01:19.473Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "cds",
  "timestamp": 1619611247361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611248386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.474Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "clamp",
  "timestamp": 1619611248652,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.474Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611248680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.475Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "aai-ml",
  "timestamp": 1619611248788,
  "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-04-28T12:01:19.480Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 07806de3-04cf-4687-911c-9de7438c33fc
2021-04-28T12:01:19.480Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07806de3-04cf-4687-911c-9de7438c33fc 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-04-28T12:01:19.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "dcae-sch",
  "timestamp": 1619611248833,
  "artifactURL": "/sdc/v1/catalog/services/ac15b1cc-82c6-47f2-9ac6-ff7bc097f3f6/resourceInstances/basicclamp0/artifacts/ac6c9f62-f8bf-4ae2-a32e-f58378fb0dde",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.489Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611248901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.489Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "cds",
  "timestamp": 1619611247361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "clamp",
  "timestamp": 1619611249655,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.490Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "cds",
  "timestamp": 1619611247361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611250008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.490Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "dcae-sch",
  "timestamp": 1619611250089,
  "artifactURL": "/sdc/v1/catalog/services/ac15b1cc-82c6-47f2-9ac6-ff7bc097f3f6/resourceInstances/basicclamp0/artifacts/ac6c9f62-f8bf-4ae2-a32e-f58378fb0dde",
  "status": "DEPLOY_OK"
}
2021-04-28T12:01:19.490Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "policy-id",
  "timestamp": 1619611249486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611250203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.491Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611250391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.491Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "cds",
  "timestamp": 1619611247361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611251012,
  "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-04-28T12:01:19.497Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07806de3-04cf-4687-911c-9de7438c33fc
2021-04-28T12:01:19.497Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07806de3-04cf-4687-911c-9de7438c33fc 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-04-28T12:01:19.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "clamp",
  "timestamp": 1619611251056,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:01:19.505Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "dcae-sch",
  "timestamp": 1619611251093,
  "artifactURL": "/sdc/v1/catalog/services/ac15b1cc-82c6-47f2-9ac6-ff7bc097f3f6/resourceInstances/basicclamp0/artifacts/ac6c9f62-f8bf-4ae2-a32e-f58378fb0dde",
  "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-04-28T12:01:19.511Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 07806de3-04cf-4687-911c-9de7438c33fc
2021-04-28T12:01:19.511Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07806de3-04cf-4687-911c-9de7438c33fc 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-04-28T12:01:19.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "policy-id",
  "timestamp": 1619611249486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611251239,
  "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-04-28T12:01:19.525Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07806de3-04cf-4687-911c-9de7438c33fc
2021-04-28T12:01:19.525Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07806de3-04cf-4687-911c-9de7438c33fc 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-04-28T12:01:19.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611251396,
  "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-04-28T12:01:19.540Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07806de3-04cf-4687-911c-9de7438c33fc
2021-04-28T12:01:19.540Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07806de3-04cf-4687-911c-9de7438c33fc 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-04-28T12:01:19.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "cds",
  "timestamp": 1619611247361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611252014,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T12:01:19.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "clamp",
  "timestamp": 1619611252058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T12:01:19.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "policy-id",
  "timestamp": 1619611249486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611252244,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T12:01:19.548Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611251765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611252400,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T12:01:19.548Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "cds",
  "timestamp": 1619611247361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "clamp",
  "timestamp": 1619611253061,
  "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-04-28T12:01:19.554Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 07806de3-04cf-4687-911c-9de7438c33fc
2021-04-28T12:01:19.554Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07806de3-04cf-4687-911c-9de7438c33fc 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-04-28T12:01:19.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "policy-id",
  "timestamp": 1619611249486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611251765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "cds",
  "timestamp": 1619611247361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "policy-id",
  "timestamp": 1619611249486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "aai-ml",
  "timestamp": 1619611253709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611251765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "clamp",
  "timestamp": 1619611254064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "policy-id",
  "timestamp": 1619611249486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "aai-ml",
  "timestamp": 1619611253709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611251765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "cds",
  "timestamp": 1619611255662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.566Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "clamp",
  "timestamp": 1619611254064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611255490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "policy-id",
  "timestamp": 1619611249486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "aai-ml",
  "timestamp": 1619611253709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611251765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "dcae-sch",
  "timestamp": 1619611255966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "cds",
  "timestamp": 1619611256668,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T12:01:19.580Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 30ace786-5c64-479a-ac9f-b607dde8d425
2021-04-28T12:01:19.580Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30ace786-5c64-479a-ac9f-b607dde8d425 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-04-28T12:01:19.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611256065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "clamp",
  "timestamp": 1619611254064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611255490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "aai-ml",
  "timestamp": 1619611253709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611251765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "dcae-sch",
  "timestamp": 1619611255966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611256974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611256065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "clamp",
  "timestamp": 1619611254064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "policy-id",
  "timestamp": 1619611257979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.590Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611255490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "aai-ml",
  "timestamp": 1619611253709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611251765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "dcae-sch",
  "timestamp": 1619611255966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611256974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "clamp",
  "timestamp": 1619611254064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611256065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611258368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "policy-id",
  "timestamp": 1619611258982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:01:19.591Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611255490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "aai-ml",
  "timestamp": 1619611253709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "dcae-sch",
  "timestamp": 1619611255966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611256974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611256065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "clamp",
  "timestamp": 1619611254064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611258368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "policy-id",
  "timestamp": 1619611259985,
  "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-04-28T12:01:19.598Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 30ace786-5c64-479a-ac9f-b607dde8d425
2021-04-28T12:01:19.598Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30ace786-5c64-479a-ac9f-b607dde8d425 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-04-28T12:01:19.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611255490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "aai-ml",
  "timestamp": 1619611253709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "dcae-sch",
  "timestamp": 1619611255966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611256974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611256065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "clamp",
  "timestamp": 1619611254064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611258368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611255490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "dcae-sch",
  "timestamp": 1619611255966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611256974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611256065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611258368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611255490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cef0c6ee-6fde-4645-9d00-d5d3f5985245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611262462,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-28T12:01:19.611Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "dcae-sch",
  "timestamp": 1619611255966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611256974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611256065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "cds",
  "timestamp": 1619611262361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611258368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611256974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "aai-ml",
  "timestamp": 1619611263985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.612Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "cds",
  "timestamp": 1619611262361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611258368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "cds",
  "timestamp": 1619611262361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611258368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611265476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.613Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611265780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.613Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611265877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.614Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "cds",
  "timestamp": 1619611262361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611266703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.614Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "cds",
  "timestamp": 1619611262361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611267296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.614Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611267582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.615Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611267675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.615Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "cds",
  "timestamp": 1619611262361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611268897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.616Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611268955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:01:19.616Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "cds",
  "timestamp": 1619611262361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611269267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.616Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611269490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.616Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611269900,
  "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-04-28T12:01:19.624Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 30ace786-5c64-479a-ac9f-b607dde8d425
2021-04-28T12:01:19.624Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30ace786-5c64-479a-ac9f-b607dde8d425 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-04-28T12:01:19.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611269958,
  "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-04-28T12:01:19.635Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 30ace786-5c64-479a-ac9f-b607dde8d425
2021-04-28T12:01:19.635Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30ace786-5c64-479a-ac9f-b607dde8d425 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-04-28T12:01:19.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "cds",
  "timestamp": 1619611262361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "policy-id",
  "timestamp": 1619611269486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611270334,
  "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-04-28T12:01:19.648Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 30ace786-5c64-479a-ac9f-b607dde8d425
2021-04-28T12:01:19.648Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30ace786-5c64-479a-ac9f-b607dde8d425 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=?
2021-04-28T12:01:19.651Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-28T12:01:19.651Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 347de8f6-1853-4c48-be49-e98b5f361ab5 790
2021-04-28T12:01:19.651Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:19.652Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:19.652Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T12:01:19.652Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:01:19.653Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:01:19.654Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611279651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611270495,
  "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-04-28T12:01:19.659Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 30ace786-5c64-479a-ac9f-b607dde8d425
2021-04-28T12:01:19.659Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30ace786-5c64-479a-ac9f-b607dde8d425 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-04-28T12:01:19.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611270903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T12:01:19.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "policy-id",
  "timestamp": 1619611269486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611271337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T12:01:19.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611271499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T12:01:19.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "aai-ml",
  "timestamp": 1619611271756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:01:19.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "cds",
  "timestamp": 1619611271888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "policy-id",
  "timestamp": 1619611269486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611271764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "aai-ml",
  "timestamp": 1619611272759,
  "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-04-28T12:01:19.670Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 30ace786-5c64-479a-ac9f-b607dde8d425
2021-04-28T12:01:19.670Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30ace786-5c64-479a-ac9f-b607dde8d425 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-04-28T12:01:19.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "clamp",
  "timestamp": 1619611272950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "policy-id",
  "timestamp": 1619611269486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611271764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "cds",
  "timestamp": 1619611273940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "Failed to store the CBA archive into CDS DB due to Error : request(3a0bf501-60ec-4bc8-bc75-f5a146087ee9): Failed to upload CBA \n Details: lateinit property hazelcast has not been initialized",
  "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-04-28T12:01:19.694Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_ERROR distributionID of bfebaec2-5dc0-4292-b82e-cc8afe7f68a3
2021-04-28T12:01:19.694Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfebaec2-5dc0-4292-b82e-cc8afe7f68a3 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-04-28T12:01:19.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "clamp",
  "timestamp": 1619611273964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:01:19.703Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "policy-id",
  "timestamp": 1619611269486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611271764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "clamp",
  "timestamp": 1619611274967,
  "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-04-28T12:01:19.708Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 30ace786-5c64-479a-ac9f-b607dde8d425
2021-04-28T12:01:19.708Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30ace786-5c64-479a-ac9f-b607dde8d425 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-04-28T12:01:19.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "policy-id",
  "timestamp": 1619611269486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611271764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611275490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "policy-id",
  "timestamp": 1619611269486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611271764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611276577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:19.718Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:01:19.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "dcae-sch",
  "timestamp": 1619611275966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611276065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611275490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "policy-id",
  "timestamp": 1619611269486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611271764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611276974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "dcae-sch",
  "timestamp": 1619611275966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611276065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611275490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611271764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "dcae-sch",
  "timestamp": 1619611275966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611276974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611276065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:01:19.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:01:19.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611275490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:01:19.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:01:19.754Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:01:19.755Z||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-04-28T12:01:19.755Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:01:19.767Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:01:19.767Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:01:20.654Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "cab7966e-39a4-41e2-9ffb-fe268bfb913a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9244d9ee-ee30-42fe-a55c-77b6a250a862",
    "vfModuleModelCustomizationUUID": "59165a72-261b-4911-9743-2c20cb2851a3",
    "isBase": true,
    "artifacts": [
      "d83badc0-4575-401b-b027-d9d4a55880b9",
      "5c0ac693-6e29-4cee-9f23-c675f57f344c"
    ],
    "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-04-28T12:01:20.659Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9244d9ee-ee30-42fe-a55c-77b6a250a862
VfModuleModelInvariantUUID:cab7966e-39a4-41e2-9ffb-fe268bfb913a
VfModuleModelDescription:NULL
Artifacts UUID List:{
d83badc0-4575-401b-b027-d9d4a55880b9
,
5c0ac693-6e29-4cee-9f23-c675f57f344c

}
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-04-28T12:01:20.661Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "cab7966e-39a4-41e2-9ffb-fe268bfb913a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9244d9ee-ee30-42fe-a55c-77b6a250a862",
    "vfModuleModelCustomizationUUID": "59165a72-261b-4911-9743-2c20cb2851a3",
    "isBase": true,
    "artifacts": [
      "d83badc0-4575-401b-b027-d9d4a55880b9",
      "5c0ac693-6e29-4cee-9f23-c675f57f344c"
    ],
    "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-04-28T12:01:20.661Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9244d9ee-ee30-42fe-a55c-77b6a250a862
VfModuleModelInvariantUUID:cab7966e-39a4-41e2-9ffb-fe268bfb913a
VfModuleModelDescription:NULL
Artifacts UUID List:{
d83badc0-4575-401b-b027-d9d4a55880b9
,
5c0ac693-6e29-4cee-9f23-c675f57f344c

}
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-04-28T12:01:20.661Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d83badc0-4575-401b-b027-d9d4a55880b9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-28T12:01:20.661Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-28T12:01:20.662Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-28T12:01:23.391Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-28T12:01:23.391Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml d83badc0-4575-401b-b027-d9d4a55880b9 5033
2021-04-28T12:01:23.391Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:23.391Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:23.391Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T12:01:23.392Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:01:23.393Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:01:23.393Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611283391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:23.494Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-28T12:01:23.494Z||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-04-28T12:01:23.495Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:01:23.507Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:01:23.509Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:01:24.394Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5c0ac693-6e29-4cee-9f23-c675f57f344c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-28T12:01:24.396Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-28T12:01:24.397Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-28T12:01:26.093Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-28T12:01:26.093Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 5c0ac693-6e29-4cee-9f23-c675f57f344c 909
2021-04-28T12:01:26.094Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:26.094Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:26.094Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T12:01:26.094Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:01:26.096Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:01:26.096Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611286094,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:01:26.197Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-28T12:01:26.198Z||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-04-28T12:01:26.198Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:01:26.211Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:01:26.211Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:01:27.097Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ac15b1cc-82c6-47f2-9ac6-ff7bc097f3f6
2021-04-28T12:01:27.097Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 9b273b41-e654-4c15-943e-c7ff992de8ff 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-04-28T12:01:27.109Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:27.109Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:01:27.109Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-04-28T12:01:27.109Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= bbb0f853-fe64-4448-9d2e-fb419b938d16
2021-04-28T12:01:27.109Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bbb0f853-fe64-4448-9d2e-fb419b938d16 matches Tosca VF Customization UUID: bbb0f853-fe64-4448-9d2e-fb419b938d16
2021-04-28T12:01:27.109Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: bbb0f853-fe64-4448-9d2e-fb419b938d16  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-04-28T12:01:27.111Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:27.111Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:01:27.112Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id bbb0f853-fe64-4448-9d2e-fb419b938d16: {\"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-04-28T12:01:27.112Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a71ccb0
2021-04-28T12:01:27.112Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:27.112Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-28T12:01:27.112Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 59165a72-261b-4911-9743-2c20cb2851a3
2021-04-28T12:01:27.112Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 59165a72-261b-4911-9743-2c20cb2851a3
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-04-28T12:01:27.114Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:27.114Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-28T12:01:27.114Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:01:27.114Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:27.114Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-28T12:01:27.115Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:01:27.115Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:27.115Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-28T12:01:27.115Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-28T12:01:27.115Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-28T12:01:27.115Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=23674d21-8b41-4033-9516-548034d7af88
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-04-28T12:01:27.117Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:27.117Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-28T12:01:27.117Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:01:27.117Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:27.117Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-28T12:01:27.118Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=bbb0f853-fe64-4448-9d2e-fb419b938d16
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-04-28T12:01:27.119Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:27.119Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:01:27.120Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ac15b1cc-82c6-47f2-9ac6-ff7bc097f3f6: basicclamp
2021-04-28T12:01:27.120Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:27.120Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:01:27.120Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:27.120Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:01:27.120Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:27.120Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:01:27.120Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:27.120Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:01:27.121Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:01:27.121Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:01:27.121Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:27.191Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 9b273b41-e654-4c15-943e-c7ff992de8ff 1 ASDC deployResourceStructure
2021-04-28T12:01:27.192Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:27.192Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:27.192Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T12:01:27.192Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:01:27.193Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:01:27.193Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611287191,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T12:01:27.294Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:01:27.295Z||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-04-28T12:01:27.295Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:01:27.306Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:01:27.306Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:01:28.195Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:28.195Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:28.195Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T12:01:28.195Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:01:28.197Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:01:28.197Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611288194,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-28T12:01:28.297Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-28T12:01:28.298Z||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-04-28T12:01:28.299Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:01:28.309Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:01:28.310Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-28T12:01:29.199Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:29.199Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:29.199Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T12:01:29.199Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:01:29.201Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:01:29.201Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611289198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-28T12:01:29.301Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:01:29.302Z||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-04-28T12:01:29.302Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:01:29.313Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:01:29.313Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:01:30.201Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-04-28T12:01:30.202Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-28T12:01:30.202Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T12:01:30.203Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:01:30.205Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:01:30.205Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611290201,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:01:30.305Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:01:30.306Z||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-04-28T12:01:30.306Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:01:30.318Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:01:30.319Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:01:31.206Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07806de3-04cf-4687-911c-9de7438c33fc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T12:01:31.216Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07806de3-04cf-4687-911c-9de7438c33fc
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-04-28T12:01:31.218Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T12:01:31.218Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-28T12:01:31.218Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-28T12:01:31.218Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-28T12:01:31.218Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:01:31.219Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:01:31.219Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:01:31.219Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:01:31.219Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:01:31.219Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:01:31.219Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:01:31.219Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:01:31.223Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-28T12:02:01.223Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 07806de3-04cf-4687-911c-9de7438c33fc 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-04-28T12:02:01.228Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 07806de3-04cf-4687-911c-9de7438c33fc and serviceModelVersionId: ac15b1cc-82c6-47f2-9ac6-ff7bc097f3f6
2021-04-28T12:02:01.228Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 34065eca-a16c-4402-96fa-3c8d9c0361d3
2021-04-28T12:02:01.229Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/34065eca-a16c-4402-96fa-3c8d9c0361d3/model-vers/model-ver/ac15b1cc-82c6-47f2-9ac6-ff7bc097f3f6?depth=0
2021-04-28T12:02:01.234Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-04-28T12:02:01.268Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34065eca-a16c-4402-96fa-3c8d9c0361d3/model-vers/model-ver/ac15b1cc-82c6-47f2-9ac6-ff7bc097f3f6?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-04-28T12:02:01.269Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34065eca-a16c-4402-96fa-3c8d9c0361d3/model-vers/model-ver/ac15b1cc-82c6-47f2-9ac6-ff7bc097f3f6?depth=0|INFO|500||Invoke
2021-04-28T12:02:01.285Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34065eca-a16c-4402-96fa-3c8d9c0361d3/model-vers/model-ver/ac15b1cc-82c6-47f2-9ac6-ff7bc097f3f6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-28T12:02:01.884Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34065eca-a16c-4402-96fa-3c8d9c0361d3/model-vers/model-ver/ac15b1cc-82c6-47f2-9ac6-ff7bc097f3f6?depth=0|INFO|500||InvokeReturn
2021-04-28T12:02:01.885Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34065eca-a16c-4402-96fa-3c8d9c0361d3/model-vers/model-ver/ac15b1cc-82c6-47f2-9ac6-ff7bc097f3f6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210428-12:02:01:296-13721], vertex-id=[217264], Content-Length=[0], Date=[Wed, 28 Apr 2021 12:02:01 GMT], Content-Type=[application/json]}
2021-04-28T12:02:01.885Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-04-28T12:02:01.885Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-28T12:02:01.885Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:02:01.890Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||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-04-28T12:02:01.890Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 07806de3-04cf-4687-911c-9de7438c33fc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-28T12:02:01.890Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-28T12:02:01.891Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:01.893Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:01.893Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611321890,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-28T12:02:01.993Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:02:01.995Z||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-04-28T12:02:01.995Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:02.008Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:02.009Z||pool-67-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-04-28T12:02:02.903Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-28T12:02:02.903Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"30ace786-5c64-479a-ac9f-b607dde8d425","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4004e920-cad0-4ebd-8bd7-2d757a5f86a1","serviceDescription":"service","serviceInvariantUUID":"20964107-0354-4661-92d3-ea981ec3cab1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05c4fa8d-da2f-4192-a412-3e79a1cecdab","resourceInvariantUUID":"ac789fab-993b-4f4b-b168-81748bce9b9a","resourceCustomizationUUID":"d6c2bb02-86c3-49f1-96de-6ced18cc8ae3","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":"ZTk5ZjI1M2VlZTk3ZGUxN2Y3YTZhOGJhZmJlMzBjYTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5ba307c-04bf-4eab-8d3f-a222335a4b9a","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":"MmZkNGI1YWQ3MGZhYTdhZjgxNDY0ZGEyZjQxYzQyYzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8dde06dd-e8d6-4189-a970-af14f5eaf1c0","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":"c78f32e6-1405-4128-b465-66e56d4af69a","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":"40fe67c5-4d92-4389-b864-9690090afaae","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":"ae8e78f5-9146-4bc7-a75b-fb1dabcd4eea","artifactVersion":"2","generatedFromUUID":"c78f32e6-1405-4128-b465-66e56d4af69a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzgxNzBjZDUxZjliMDBkZDg2MzIwZGQxY2U2ZTMzNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ceb02bf2-5a39-4889-ad85-ad38681f9e01","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NDM1ZmZmZTkyYzE2ZTk3Mzc4NmJjNzdhMjc2Yjc2ZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9895ee9c-6942-4f77-99f8-0e17c920d060","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-28T12:02:02.904Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:02:02.904Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:02.906Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:02.906Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:02:03.006Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:02:03.007Z||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-04-28T12:02:03.008Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:03.019Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:03.019Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:02:03.907Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:02:03.908Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:03.910Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:03.910Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:02:04.010Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:02:04.011Z||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-04-28T12:02:04.011Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:04.024Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:04.024Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-28T12:02:04.911Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:02:04.912Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:04.914Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:04.914Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:02:05.015Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-28T12:02:05.015Z||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-04-28T12:02:05.016Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:05.026Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:05.026Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:02:05.915Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:02:05.916Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:05.919Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:05.919Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:02:06.019Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:02:06.020Z||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-04-28T12:02:06.020Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:06.030Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:06.030Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:02:06.919Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:02:06.920Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:06.922Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:06.922Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-28T12:02:07.022Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:02:07.023Z||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-04-28T12:02:07.024Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:07.033Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:07.033Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-28T12:02:07.922Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:02:07.923Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:07.924Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:07.924Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:02:08.025Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-28T12:02:08.025Z||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-04-28T12:02:08.026Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:08.037Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:08.037Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-28T12:02:08.925Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:02:08.926Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:08.927Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:08.928Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:02:09.028Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:02:09.029Z||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-04-28T12:02:09.029Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:09.040Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:09.040Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:02:09.929Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "4004e920-cad0-4ebd-8bd7-2d757a5f86a1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "20964107-0354-4661-92d3-ea981ec3cab1",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d6c2bb02-86c3-49f1-96de-6ced18cc8ae3",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "05c4fa8d-da2f-4192-a412-3e79a1cecdab",
      "resourceInvariantUUID": "ac789fab-993b-4f4b-b168-81748bce9b9a",
      "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": "MmZkNGI1YWQ3MGZhYTdhZjgxNDY0ZGEyZjQxYzQyYzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8dde06dd-e8d6-4189-a970-af14f5eaf1c0",
          "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": "c78f32e6-1405-4128-b465-66e56d4af69a",
          "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": "ae8e78f5-9146-4bc7-a75b-fb1dabcd4eea",
            "generatedFromUUID": "c78f32e6-1405-4128-b465-66e56d4af69a"
          },
          "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": "ae8e78f5-9146-4bc7-a75b-fb1dabcd4eea",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NDM1ZmZmZTkyYzE2ZTk3Mzc4NmJjNzdhMjc2Yjc2ZmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9895ee9c-6942-4f77-99f8-0e17c920d060"
    }
  ],
  "workloadContext": "Production"
}
2021-04-28T12:02:09.929Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-28T12:02:09.929Z|07806de3-04cf-4687-911c-9de7438c33fc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4004e920-cad0-4ebd-8bd7-2d757a5f86a1 ASDC
2021-04-28T12:02:09.930Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:30ace786-5c64-479a-ac9f-b607dde8d425
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:4004e920-cad0-4ebd-8bd7-2d757a5f86a1
ServiceInvariantUUID:20964107-0354-4661-92d3-ea981ec3cab1
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:9895ee9c-6942-4f77-99f8-0e17c920d060
ArtifactChecksum:NDM1ZmZmZTkyYzE2ZTk3Mzc4NmJjNzdhMjc2Yjc2ZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d6c2bb02-86c3-49f1-96de-6ced18cc8ae3
ResourceInvariantUUID:ac789fab-993b-4f4b-b168-81748bce9b9a
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:05c4fa8d-da2f-4192-a412-3e79a1cecdab
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:8dde06dd-e8d6-4189-a970-af14f5eaf1c0
ArtifactChecksum:MmZkNGI1YWQ3MGZhYTdhZjgxNDY0ZGEyZjQxYzQyYzA=
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:c78f32e6-1405-4128-b465-66e56d4af69a
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:ae8e78f5-9146-4bc7-a75b-fb1dabcd4eea
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:ae8e78f5-9146-4bc7-a75b-fb1dabcd4eea
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-28T12:02:09.930Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4004e920-cad0-4ebd-8bd7-2d757a5f86a1 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-04-28T12:02:09.959Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T12:02:09.960Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T12:02:09.960Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T12:02:09.960Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9895ee9c-6942-4f77-99f8-0e17c920d060 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-28T12:02:09.960Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-28T12:02:09.961Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-28T12:02:10.171Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-28T12:02:10.175Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9895ee9c-6942-4f77-99f8-0e17c920d060 74278
2021-04-28T12:02:10.175Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-28T12:02:10.175Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-28T12:02:10.175Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T12:02:10.175Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:10.177Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:10.177Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611330175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:02:10.278Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-28T12:02:10.278Z||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-04-28T12:02:10.279Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:10.290Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:10.290Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:02:11.178Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T12:02:11.180Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T12:02:11.180Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9895ee9c-6942-4f77-99f8-0e17c920d060, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-28T12:02:11.181Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-04-28T12:02:11.181Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-28T12:02:11.181Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-04-28T12:02:11.365Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3491852873682154191/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-04-28T12:02:12.283Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-28T12:02:12.284Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-28T12:02:12.284Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-28T12:02:12.284Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-28T12:02:12.284Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:12.284Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:12.284Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:12.285Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:12.285Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:12.285Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:12.285Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:12.285Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:12.285Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:12.285Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:12.286Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-28T12:02:12.286Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:12.286Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:02:12.286Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-28T12:02:12.286Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-28T12:02:12.287Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T12:02:12.287Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:12.287Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:02:12.287Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-28T12:02:12.288Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-28T12:02:12.288Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T12:02:12.288Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:12.288Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:02:12.288Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:12.289Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-28T12:02:12.289Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-28T12:02:12.289Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-28T12:02:12.289Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-28T12:02:12.289Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-28T12:02:12.289Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-28T12:02:12.290Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:12.290Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-28T12:02:12.290Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:12.290Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-28T12:02:12.290Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:02:12.291Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:12.291Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-28T12:02:12.291Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:02:12.291Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:12.292Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-28T12:02:12.292Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:02:12.292Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:12.292Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-28T12:02:12.292Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-28T12:02:12.292Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-28T12:02:12.293Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a9d9a338-88f8-4f8e-a133-865908c095d3
2021-04-28T12:02:12.293Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:12.293Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:02:12.293Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:12.293Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:02:12.293Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:12.294Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:02:12.294Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:12.294Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:02:12.294Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:4004e920-cad0-4ebd-8bd7-2d757a5f86a1
Model Version:NULL
Model InvariantUuid:20964107-0354-4661-92d3-ea981ec3cab1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:1ea89cd3-ba33-44b2-bd6b-c76e96de0d71
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ac789fab-993b-4f4b-b168-81748bce9b9a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d6c2bb02-86c3-49f1-96de-6ced18cc8ae3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7fea2d09-a0e6-4deb-a188-fbaab4c962e4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:0f76072f-205e-4f6d-a29c-d83dedf633a8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a9d9a338-88f8-4f8e-a133-865908c095d3
ModelInvariantUuid:ef596f9d-4303-4a50-9340-fc43475a9671
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:d4280500-ea40-4cf3-bb2a-c7552902cd91
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:1bbbfe9a-c2ad-4c93-8c09-56881106675e
ModelInvariantUuid:36837913-d6bf-4e1e-9e81-b85fd8b8c32d
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:dbf89b60-bd47-47a1-81f0-564cbef140e2
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-04-28T12:02:12.300Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 05c4fa8d-da2f-4192-a412-3e79a1cecdab
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-04-28T12:02:12.302Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||basic_vm 0
2021-04-28T12:02:12.302Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 05c4fa8d-da2f-4192-a412-3e79a1cecdab
2021-04-28T12:02:12.303Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8dde06dd-e8d6-4189-a970-af14f5eaf1c0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-28T12:02:12.303Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-28T12:02:12.303Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:13.063Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-28T12:02:13.063Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 8dde06dd-e8d6-4189-a970-af14f5eaf1c0 787
2021-04-28T12:02:13.063Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:13.064Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:13.064Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T12:02:13.064Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:13.065Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:13.065Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611333063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:02:13.166Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-28T12:02:13.167Z||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-04-28T12:02:13.167Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:13.177Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:13.178Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:02:14.066Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7fea2d09-a0e6-4deb-a188-fbaab4c962e4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0f76072f-205e-4f6d-a29c-d83dedf633a8",
    "vfModuleModelCustomizationUUID": "0a01505f-5eff-4c82-a3ff-2d9776e72479",
    "isBase": true,
    "artifacts": [
      "c78f32e6-1405-4128-b465-66e56d4af69a",
      "ae8e78f5-9146-4bc7-a75b-fb1dabcd4eea"
    ],
    "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-04-28T12:02:14.071Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0f76072f-205e-4f6d-a29c-d83dedf633a8
VfModuleModelInvariantUUID:7fea2d09-a0e6-4deb-a188-fbaab4c962e4
VfModuleModelDescription:NULL
Artifacts UUID List:{
c78f32e6-1405-4128-b465-66e56d4af69a
,
ae8e78f5-9146-4bc7-a75b-fb1dabcd4eea

}
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-04-28T12:02:14.073Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7fea2d09-a0e6-4deb-a188-fbaab4c962e4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0f76072f-205e-4f6d-a29c-d83dedf633a8",
    "vfModuleModelCustomizationUUID": "0a01505f-5eff-4c82-a3ff-2d9776e72479",
    "isBase": true,
    "artifacts": [
      "c78f32e6-1405-4128-b465-66e56d4af69a",
      "ae8e78f5-9146-4bc7-a75b-fb1dabcd4eea"
    ],
    "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-04-28T12:02:14.073Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0f76072f-205e-4f6d-a29c-d83dedf633a8
VfModuleModelInvariantUUID:7fea2d09-a0e6-4deb-a188-fbaab4c962e4
VfModuleModelDescription:NULL
Artifacts UUID List:{
c78f32e6-1405-4128-b465-66e56d4af69a
,
ae8e78f5-9146-4bc7-a75b-fb1dabcd4eea

}
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-04-28T12:02:14.073Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c78f32e6-1405-4128-b465-66e56d4af69a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-28T12:02:14.073Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-28T12:02:14.074Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:14.595Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-28T12:02:14.595Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c78f32e6-1405-4128-b465-66e56d4af69a 5033
2021-04-28T12:02:14.595Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:14.595Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:14.595Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T12:02:14.595Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:14.597Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:14.597Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611334595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:02:14.697Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:02:14.698Z||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-04-28T12:02:14.698Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:14.709Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:14.709Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:02:15.597Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ae8e78f5-9146-4bc7-a75b-fb1dabcd4eea from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-28T12:02:15.598Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-28T12:02:15.598Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:16.371Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-28T12:02:16.372Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ae8e78f5-9146-4bc7-a75b-fb1dabcd4eea 903
2021-04-28T12:02:16.372Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:16.372Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:16.372Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T12:02:16.372Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:16.374Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:16.374Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611336372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:02:16.474Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:02:16.475Z||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-04-28T12:02:16.475Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:16.484Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:16.484Z||pool-78-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:02:17.375Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4004e920-cad0-4ebd-8bd7-2d757a5f86a1
2021-04-28T12:02:17.375Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 05c4fa8d-da2f-4192-a412-3e79a1cecdab 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-04-28T12:02:17.391Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:17.392Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:02:17.392Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-04-28T12:02:17.392Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= d6c2bb02-86c3-49f1-96de-6ced18cc8ae3
2021-04-28T12:02:17.392Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d6c2bb02-86c3-49f1-96de-6ced18cc8ae3 matches Tosca VF Customization UUID: d6c2bb02-86c3-49f1-96de-6ced18cc8ae3
2021-04-28T12:02:17.392Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: d6c2bb02-86c3-49f1-96de-6ced18cc8ae3  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-04-28T12:02:17.394Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:17.394Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:02:17.394Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id d6c2bb02-86c3-49f1-96de-6ced18cc8ae3: {\"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-04-28T12:02:17.394Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3572a699
2021-04-28T12:02:17.394Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:17.394Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-28T12:02:17.395Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0a01505f-5eff-4c82-a3ff-2d9776e72479
2021-04-28T12:02:17.395Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0a01505f-5eff-4c82-a3ff-2d9776e72479
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-04-28T12:02:17.396Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:17.397Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-28T12:02:17.397Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:02:17.397Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:17.397Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-28T12:02:17.397Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:02:17.397Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:17.397Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-28T12:02:17.398Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-28T12:02:17.398Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-28T12:02:17.398Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a9d9a338-88f8-4f8e-a133-865908c095d3
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-04-28T12:02:17.399Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:17.399Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-28T12:02:17.399Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:02:17.400Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:17.400Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-28T12:02:17.400Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d6c2bb02-86c3-49f1-96de-6ced18cc8ae3
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-04-28T12:02:17.401Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:17.401Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:02:17.401Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4004e920-cad0-4ebd-8bd7-2d757a5f86a1: basic_vm
2021-04-28T12:02:17.402Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:17.402Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:02:17.402Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:17.402Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:02:17.402Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:17.402Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:02:17.402Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:17.402Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:02:17.403Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:02:17.403Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:02:17.403Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:17.476Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 05c4fa8d-da2f-4192-a412-3e79a1cecdab 1 ASDC deployResourceStructure
2021-04-28T12:02:17.476Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:17.476Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:17.477Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T12:02:17.477Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:17.479Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:17.479Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611337476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T12:02:17.579Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:02:17.580Z||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-04-28T12:02:17.580Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:17.592Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:17.592Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:02:18.480Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:18.480Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:18.480Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T12:02:18.481Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:18.482Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:18.482Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611338480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-28T12:02:18.582Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:02:18.583Z||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-04-28T12:02:18.584Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:18.595Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:18.596Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:02:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:02:19.270Z||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-04-28T12:02:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:19.286Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:19.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:02:19.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "policy-id",
  "timestamp": 1619611279175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:02:19.288Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:02:19.483Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:19.483Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:19.483Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T12:02:19.484Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:19.485Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:19.485Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611339482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-28T12:02:19.586Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:02:19.587Z||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-04-28T12:02:19.587Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:19.598Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:19.599Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:02:20.486Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-28T12:02:20.487Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-28T12:02:20.487Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T12:02:20.487Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:20.489Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:20.489Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611340486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:02:20.590Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:02:20.591Z||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-04-28T12:02:20.591Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:20.605Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:20.605Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:02:21.490Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30ace786-5c64-479a-ac9f-b607dde8d425
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T12:02:21.500Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30ace786-5c64-479a-ac9f-b607dde8d425
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-04-28T12:02:21.503Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T12:02:21.503Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-28T12:02:21.503Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-28T12:02:21.503Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-28T12:02:21.503Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:02:21.503Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:02:21.503Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:02:21.503Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:02:21.503Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:02:21.504Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:02:21.504Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:21.509Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-28T12:02:51.510Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 30ace786-5c64-479a-ac9f-b607dde8d425 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-04-28T12:02:51.516Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 30ace786-5c64-479a-ac9f-b607dde8d425 and serviceModelVersionId: 4004e920-cad0-4ebd-8bd7-2d757a5f86a1
2021-04-28T12:02:51.517Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 20964107-0354-4661-92d3-ea981ec3cab1
2021-04-28T12:02:51.518Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/20964107-0354-4661-92d3-ea981ec3cab1/model-vers/model-ver/4004e920-cad0-4ebd-8bd7-2d757a5f86a1?depth=0
2021-04-28T12:02:51.522Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-04-28T12:02:51.553Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/20964107-0354-4661-92d3-ea981ec3cab1/model-vers/model-ver/4004e920-cad0-4ebd-8bd7-2d757a5f86a1?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-04-28T12:02:51.554Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/20964107-0354-4661-92d3-ea981ec3cab1/model-vers/model-ver/4004e920-cad0-4ebd-8bd7-2d757a5f86a1?depth=0|INFO|500||Invoke
2021-04-28T12:02:51.575Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/20964107-0354-4661-92d3-ea981ec3cab1/model-vers/model-ver/4004e920-cad0-4ebd-8bd7-2d757a5f86a1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-28T12:02:51.877Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/20964107-0354-4661-92d3-ea981ec3cab1/model-vers/model-ver/4004e920-cad0-4ebd-8bd7-2d757a5f86a1?depth=0|INFO|500||InvokeReturn
2021-04-28T12:02:51.878Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/20964107-0354-4661-92d3-ea981ec3cab1/model-vers/model-ver/4004e920-cad0-4ebd-8bd7-2d757a5f86a1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210428-12:02:51:584-83652], vertex-id=[209008], Content-Length=[0], Date=[Wed, 28 Apr 2021 12:02:51 GMT], Content-Type=[application/json]}
2021-04-28T12:02:51.878Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-04-28T12:02:51.879Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-28T12:02:51.879Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:51.884Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||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-04-28T12:02:51.884Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 30ace786-5c64-479a-ac9f-b607dde8d425 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-28T12:02:51.884Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-28T12:02:51.884Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:51.887Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:51.887Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611371884,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-28T12:02:51.988Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:02:51.989Z||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-04-28T12:02:51.990Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:52.016Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:52.016Z||pool-83-thread-1|||||INFO|500||cambria reply ok (27 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-04-28T12:02:52.902Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-28T12:02:52.902Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"bfebaec2-5dc0-4292-b82e-cc8afe7f68a3","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"9adf058f-8f70-42f9-9cf7-27a4da92d1a5","serviceDescription":"service","serviceInvariantUUID":"2baa4853-e858-44de-bdec-b71d34e46343","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"85258f35-bdcb-48a9-9548-725ae74b41f0","resourceInvariantUUID":"eeb8db5e-75d5-4037-bf03-6064566c540a","resourceCustomizationUUID":"32387666-0487-46b6-a7fe-5c3a3e20ad42","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":"NzExNWY2MjI4YWVhOThiM2YxOGNmNmNlYzczMzZlOWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ce5a23b-4b2c-4ae1-87bf-76398914aa12","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":"ZmFjZGRkM2Y3YzBiYTQxODU2OGEwNzczM2M4YjZkMzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0037d717-ed60-4cfc-89cf-a1c1170dae1f","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":"6cf0b42e-1b0f-4c91-b38c-dd5dedc56c70","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":"ce20481b-6cea-4da3-94b5-585fc6bfd486","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":"d491b90e-e4ff-42a7-8c86-8951b08df0f3","artifactVersion":"2","generatedFromUUID":"6cf0b42e-1b0f-4c91-b38c-dd5dedc56c70"},{"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":"ZjhmOGQ2NDg0MWIzODg4MzBmMDE5NGViNjNhNmFiMGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"995e3f00-02c6-4189-9fd0-b80db0a1c247","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":"MDdlMzMyMjRiNzNmMjAyNTg5ZjliN2JhNjY5MWY3ODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"461c33e3-c4f7-4e3e-bc95-ca16d5ea882b","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjMxMDFjNjdkMjI3OGRlM2JmMmViN2E1MWZiNGI5MmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c6665be8-687d-4c25-b75e-38cc9ad0dd67","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-28T12:02:52.902Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:02:52.903Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:52.904Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:52.905Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:02:53.005Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:02:53.006Z||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-04-28T12:02:53.006Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:53.017Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:53.017Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:02:53.905Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:02:53.906Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:53.908Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:53.909Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:02:54.009Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:02:54.010Z||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-04-28T12:02:54.010Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:54.022Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:54.022Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:02:54.909Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:02:54.910Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:54.913Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:54.913Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:02:55.015Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-28T12:02:55.016Z||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-04-28T12:02:55.016Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:55.028Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:55.029Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:02:55.914Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:02:55.915Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:55.917Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:55.918Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:02:56.018Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:02:56.018Z||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-04-28T12:02:56.019Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:56.030Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:56.030Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:02:56.919Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:02:56.920Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:56.922Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:56.922Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-28T12:02:57.022Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:02:57.023Z||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-04-28T12:02:57.023Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:57.037Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:57.038Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:02:57.923Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:02:57.924Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:57.926Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:57.926Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:02:58.027Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:02:58.027Z||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-04-28T12:02:58.028Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:58.041Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:58.041Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:02:58.927Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:02:58.928Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:58.930Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:58.930Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:02:59.031Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:02:59.032Z||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-04-28T12:02:59.032Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:02:59.043Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:02:59.044Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:02:59.931Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:02:59.932Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:02:59.934Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:02:59.935Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:03:00.035Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:03:00.036Z||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-04-28T12:03:00.036Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:03:00.046Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:03:00.047Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:03:00.936Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9adf058f-8f70-42f9-9cf7-27a4da92d1a5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2baa4853-e858-44de-bdec-b71d34e46343",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "32387666-0487-46b6-a7fe-5c3a3e20ad42",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "85258f35-bdcb-48a9-9548-725ae74b41f0",
      "resourceInvariantUUID": "eeb8db5e-75d5-4037-bf03-6064566c540a",
      "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": "ZmFjZGRkM2Y3YzBiYTQxODU2OGEwNzczM2M4YjZkMzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0037d717-ed60-4cfc-89cf-a1c1170dae1f",
          "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": "6cf0b42e-1b0f-4c91-b38c-dd5dedc56c70",
          "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": "d491b90e-e4ff-42a7-8c86-8951b08df0f3",
            "generatedFromUUID": "6cf0b42e-1b0f-4c91-b38c-dd5dedc56c70"
          },
          "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": "d491b90e-e4ff-42a7-8c86-8951b08df0f3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YjMxMDFjNjdkMjI3OGRlM2JmMmViN2E1MWZiNGI5MmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c6665be8-687d-4c25-b75e-38cc9ad0dd67"
    }
  ],
  "workloadContext": "Production"
}
2021-04-28T12:03:00.937Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-28T12:03:00.937Z|30ace786-5c64-479a-ac9f-b607dde8d425|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9adf058f-8f70-42f9-9cf7-27a4da92d1a5 ASDC
2021-04-28T12:03:00.937Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:bfebaec2-5dc0-4292-b82e-cc8afe7f68a3
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:9adf058f-8f70-42f9-9cf7-27a4da92d1a5
ServiceInvariantUUID:2baa4853-e858-44de-bdec-b71d34e46343
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:c6665be8-687d-4c25-b75e-38cc9ad0dd67
ArtifactChecksum:YjMxMDFjNjdkMjI3OGRlM2JmMmViN2E1MWZiNGI5MmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:32387666-0487-46b6-a7fe-5c3a3e20ad42
ResourceInvariantUUID:eeb8db5e-75d5-4037-bf03-6064566c540a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:85258f35-bdcb-48a9-9548-725ae74b41f0
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:0037d717-ed60-4cfc-89cf-a1c1170dae1f
ArtifactChecksum:ZmFjZGRkM2Y3YzBiYTQxODU2OGEwNzczM2M4YjZkMzY=
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:6cf0b42e-1b0f-4c91-b38c-dd5dedc56c70
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:d491b90e-e4ff-42a7-8c86-8951b08df0f3
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:d491b90e-e4ff-42a7-8c86-8951b08df0f3
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-28T12:03:00.937Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9adf058f-8f70-42f9-9cf7-27a4da92d1a5 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-04-28T12:03:00.967Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T12:03:00.967Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T12:03:00.968Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T12:03:00.968Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c6665be8-687d-4c25-b75e-38cc9ad0dd67 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-28T12:03:00.968Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-28T12:03:00.968Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-28T12:03:01.955Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-28T12:03:01.960Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c6665be8-687d-4c25-b75e-38cc9ad0dd67 82062
2021-04-28T12:03:01.960Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-04-28T12:03:01.960Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-28T12:03:01.960Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T12:03:01.961Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:03:01.962Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:03:01.962Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611381960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:03:02.064Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:03:02.064Z||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-04-28T12:03:02.064Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:03:02.074Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:03:02.075Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:03:02.963Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T12:03:02.964Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T12:03:02.964Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c6665be8-687d-4c25-b75e-38cc9ad0dd67, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-28T12:03:02.964Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-04-28T12:03:02.965Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-28T12:03:02.965Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-28T12:03:03.057Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14619806179133794483/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-04-28T12:03:03.984Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-28T12:03:03.985Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-28T12:03:03.985Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-28T12:03:03.985Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-28T12:03:03.985Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:03.985Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:03.985Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:03.985Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:03.985Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:03.985Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:03.985Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:03.985Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:03.985Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:03.985Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:03.985Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-28T12:03:03.986Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:03.986Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:03:03.986Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-28T12:03:03.986Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-28T12:03:03.986Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T12:03:03.986Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:03.986Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:03:03.986Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-28T12:03:03.986Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-28T12:03:03.987Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T12:03:03.987Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:03.987Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:03:03.987Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:03.987Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-28T12:03:03.987Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-28T12:03:03.987Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-28T12:03:03.987Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-28T12:03:03.988Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-28T12:03:03.988Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-28T12:03:03.988Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:03.988Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-28T12:03:03.988Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:03.988Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-28T12:03:03.988Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:03:03.988Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:03.989Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-28T12:03:03.989Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:03:03.989Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:03.989Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-28T12:03:03.989Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:03:03.989Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:03.990Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-28T12:03:03.990Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-28T12:03:03.990Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-28T12:03:03.990Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1f44f9aa-53ea-4f76-8748-bf1f51361c56
2021-04-28T12:03:03.990Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:03.990Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:03:03.990Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:03.990Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:03:03.990Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:03.990Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:03:03.991Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:03.991Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:03:03.991Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:9adf058f-8f70-42f9-9cf7-27a4da92d1a5
Model Version:NULL
Model InvariantUuid:2baa4853-e858-44de-bdec-b71d34e46343
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:329cb1e9-1269-423e-83c8-33494164459c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:eeb8db5e-75d5-4037-bf03-6064566c540a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:32387666-0487-46b6-a7fe-5c3a3e20ad42
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fc6c6156-3973-44ff-8412-5fbab8efa4be
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:1d1fa065-8526-475b-b284-79d3db0f8c88
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1f44f9aa-53ea-4f76-8748-bf1f51361c56
ModelInvariantUuid:10dfd173-0c5f-4724-ad40-dd36981a1132
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:d023a2c1-a745-4194-8627-690ac8d90e4b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:7317b4f0-1648-44fd-9be5-7eeca0206ab0
ModelInvariantUuid:b161a2b4-8d1e-4d4d-881b-38cfb90f3615
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:35637825-140a-4dac-b9e1-714e891e8346
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-04-28T12:03:03.996Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 85258f35-bdcb-48a9-9548-725ae74b41f0
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-04-28T12:03:03.998Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2021-04-28T12:03:03.998Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 85258f35-bdcb-48a9-9548-725ae74b41f0
2021-04-28T12:03:03.998Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0037d717-ed60-4cfc-89cf-a1c1170dae1f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-28T12:03:03.998Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-28T12:03:03.998Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:04.353Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-28T12:03:04.354Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 0037d717-ed60-4cfc-89cf-a1c1170dae1f 792
2021-04-28T12:03:04.354Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:04.354Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:04.354Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T12:03:04.354Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:03:04.357Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:03:04.357Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611384354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:03:04.457Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-28T12:03:04.457Z||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-04-28T12:03:04.458Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:03:04.469Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:03:04.469Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:03:05.358Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "fc6c6156-3973-44ff-8412-5fbab8efa4be",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d1fa065-8526-475b-b284-79d3db0f8c88",
    "vfModuleModelCustomizationUUID": "027f8f79-f6fb-4d76-bf50-0c0cd8853e94",
    "isBase": true,
    "artifacts": [
      "6cf0b42e-1b0f-4c91-b38c-dd5dedc56c70",
      "d491b90e-e4ff-42a7-8c86-8951b08df0f3"
    ],
    "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-04-28T12:03:05.362Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d1fa065-8526-475b-b284-79d3db0f8c88
VfModuleModelInvariantUUID:fc6c6156-3973-44ff-8412-5fbab8efa4be
VfModuleModelDescription:NULL
Artifacts UUID List:{
6cf0b42e-1b0f-4c91-b38c-dd5dedc56c70
,
d491b90e-e4ff-42a7-8c86-8951b08df0f3

}
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-04-28T12:03:05.364Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "fc6c6156-3973-44ff-8412-5fbab8efa4be",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d1fa065-8526-475b-b284-79d3db0f8c88",
    "vfModuleModelCustomizationUUID": "027f8f79-f6fb-4d76-bf50-0c0cd8853e94",
    "isBase": true,
    "artifacts": [
      "6cf0b42e-1b0f-4c91-b38c-dd5dedc56c70",
      "d491b90e-e4ff-42a7-8c86-8951b08df0f3"
    ],
    "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-04-28T12:03:05.364Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d1fa065-8526-475b-b284-79d3db0f8c88
VfModuleModelInvariantUUID:fc6c6156-3973-44ff-8412-5fbab8efa4be
VfModuleModelDescription:NULL
Artifacts UUID List:{
6cf0b42e-1b0f-4c91-b38c-dd5dedc56c70
,
d491b90e-e4ff-42a7-8c86-8951b08df0f3

}
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-04-28T12:03:05.364Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6cf0b42e-1b0f-4c91-b38c-dd5dedc56c70 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-28T12:03:05.365Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-28T12:03:05.365Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:05.880Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-28T12:03:05.880Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 6cf0b42e-1b0f-4c91-b38c-dd5dedc56c70 5033
2021-04-28T12:03:05.881Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:05.881Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:05.881Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T12:03:05.881Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:03:05.884Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:03:05.884Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611385881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:03:05.984Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:03:05.985Z||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-04-28T12:03:05.985Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:03:05.995Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:03:05.995Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:03:06.885Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d491b90e-e4ff-42a7-8c86-8951b08df0f3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-28T12:03:06.885Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-28T12:03:06.886Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:07.501Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-28T12:03:07.502Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env d491b90e-e4ff-42a7-8c86-8951b08df0f3 903
2021-04-28T12:03:07.502Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:07.502Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:07.502Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T12:03:07.502Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:03:07.504Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:03:07.504Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611387502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:03:07.604Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:03:07.605Z||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-04-28T12:03:07.605Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:03:07.616Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:03:07.616Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:03:08.504Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 9adf058f-8f70-42f9-9cf7-27a4da92d1a5
2021-04-28T12:03:08.505Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 85258f35-bdcb-48a9-9548-725ae74b41f0 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-04-28T12:03:08.519Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:08.520Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:03:08.520Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-04-28T12:03:08.520Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 32387666-0487-46b6-a7fe-5c3a3e20ad42
2021-04-28T12:03:08.520Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 32387666-0487-46b6-a7fe-5c3a3e20ad42 matches Tosca VF Customization UUID: 32387666-0487-46b6-a7fe-5c3a3e20ad42
2021-04-28T12:03:08.520Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 32387666-0487-46b6-a7fe-5c3a3e20ad42  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-04-28T12:03:08.522Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:08.522Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:03:08.523Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 32387666-0487-46b6-a7fe-5c3a3e20ad42: {\"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-04-28T12:03:08.523Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@53a3c163
2021-04-28T12:03:08.523Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:08.523Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-28T12:03:08.523Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 027f8f79-f6fb-4d76-bf50-0c0cd8853e94
2021-04-28T12:03:08.524Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 027f8f79-f6fb-4d76-bf50-0c0cd8853e94
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-04-28T12:03:08.525Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:08.526Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-28T12:03:08.526Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:03:08.526Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:08.526Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-28T12:03:08.527Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:03:08.527Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:08.527Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-28T12:03:08.527Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-28T12:03:08.527Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-28T12:03:08.527Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1f44f9aa-53ea-4f76-8748-bf1f51361c56
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-04-28T12:03:08.529Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:08.529Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-28T12:03:08.529Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:03:08.529Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:08.529Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-28T12:03:08.530Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=32387666-0487-46b6-a7fe-5c3a3e20ad42
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-04-28T12:03:08.531Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:08.531Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:03:08.531Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 9adf058f-8f70-42f9-9cf7-27a4da92d1a5: basic_vm_macro
2021-04-28T12:03:08.531Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:08.531Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:03:08.532Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:08.532Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:03:08.532Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:08.532Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:03:08.532Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:08.532Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:03:08.532Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:03:08.532Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:03:08.532Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:08.611Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 85258f35-bdcb-48a9-9548-725ae74b41f0 1 ASDC deployResourceStructure
2021-04-28T12:03:08.612Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:08.612Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:08.612Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T12:03:08.612Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:03:08.614Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:03:08.614Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611388612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T12:03:08.715Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-28T12:03:08.715Z||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-04-28T12:03:08.716Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:03:08.728Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:03:08.728Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:03:09.616Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:09.616Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:09.617Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T12:03:09.617Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:03:09.619Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:03:09.619Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611389615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-28T12:03:09.719Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:03:09.720Z||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-04-28T12:03:09.720Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:03:09.734Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:03:09.734Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:03:10.620Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:10.621Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:03:10.621Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T12:03:10.621Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:03:10.624Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:03:10.624Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611390620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-28T12:03:10.724Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:03:10.725Z||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-04-28T12:03:10.725Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:03:10.738Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:03:10.738Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:03:11.625Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-04-28T12:03:11.626Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-28T12:03:11.626Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T12:03:11.627Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:03:11.629Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:03:11.629Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611391625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:03:11.729Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:03:11.730Z||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-04-28T12:03:11.730Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:03:11.740Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:03:11.741Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:03:12.629Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfebaec2-5dc0-4292-b82e-cc8afe7f68a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T12:03:12.638Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfebaec2-5dc0-4292-b82e-cc8afe7f68a3
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-04-28T12:03:12.640Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T12:03:12.640Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-28T12:03:12.640Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-28T12:03:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:03:19.271Z||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-04-28T12:03:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:03:19.290Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:03:19.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-28T12:03:19.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611271764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:03:19.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:03:42.640Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfebaec2-5dc0-4292-b82e-cc8afe7f68a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T12:03:42.650Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfebaec2-5dc0-4292-b82e-cc8afe7f68a3
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-04-28T12:03:42.653Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T12:03:42.653Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-28T12:03:42.654Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-28T12:04:12.654Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfebaec2-5dc0-4292-b82e-cc8afe7f68a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T12:04:12.666Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfebaec2-5dc0-4292-b82e-cc8afe7f68a3
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-04-28T12:04:12.668Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T12:04:12.668Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-28T12:04:12.668Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-28T12:04:19.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:04:19.271Z||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-04-28T12:04:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:04:19.297Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:04:19.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "dcae-sch",
  "timestamp": 1619611275966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611276974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:04:19.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611279651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:04:19.303Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611276065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611275490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-28T12:04:19.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "policy-id",
  "timestamp": 1619611280178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:04:19.304Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "clamp",
  "timestamp": 1619611279964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "dcae-sch",
  "timestamp": 1619611275966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611276974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611276065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-28T12:04:19.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611275490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "policy-id",
  "timestamp": 1619611281181,
  "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-04-28T12:04:19.312Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bfebaec2-5dc0-4292-b82e-cc8afe7f68a3
2021-04-28T12:04:19.313Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfebaec2-5dc0-4292-b82e-cc8afe7f68a3 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-04-28T12:04:19.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "clamp",
  "timestamp": 1619611279964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:04:19.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "dcae-sch",
  "timestamp": 1619611275966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611276974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-28T12:04:19.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611276065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611275490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "clamp",
  "timestamp": 1619611279964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "dcae-sch",
  "timestamp": 1619611275966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611276974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611276065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611275490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:04:19.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611283391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:04:19.323Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "clamp",
  "timestamp": 1619611279964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "dcae-sch",
  "timestamp": 1619611275966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611276974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611276065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:04:19.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "aai-ml",
  "timestamp": 1619611283709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "clamp",
  "timestamp": 1619611279964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611276974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:04:19.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "aai-ml",
  "timestamp": 1619611283709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "clamp",
  "timestamp": 1619611279964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611285898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:04:19.324Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611286003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:04:19.324Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611286094,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:04:19.325Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "aai-ml",
  "timestamp": 1619611283709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611286377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:04:19.325Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "clamp",
  "timestamp": 1619611279964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611287191,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T12:04:19.325Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "aai-ml",
  "timestamp": 1619611283709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "clamp",
  "timestamp": 1619611279964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:04:19.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611287695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:04:19.326Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611287713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:04:19.326Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611288011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:04:19.326Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611288194,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-28T12:04:19.326Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "aai-ml",
  "timestamp": 1619611283709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611288368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611289198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-28T12:04:19.327Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "aai-ml",
  "timestamp": 1619611283709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611289395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:04:19.327Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611289402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:04:19.327Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611289674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:04:19.328Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611288368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611290201,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:04:19.328Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "aai-ml",
  "timestamp": 1619611283709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611290405,
  "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-04-28T12:04:19.333Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bfebaec2-5dc0-4292-b82e-cc8afe7f68a3
2021-04-28T12:04:19.333Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfebaec2-5dc0-4292-b82e-cc8afe7f68a3 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-04-28T12:04:19.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611290428,
  "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-04-28T12:04:19.342Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bfebaec2-5dc0-4292-b82e-cc8afe7f68a3
2021-04-28T12:04:19.342Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfebaec2-5dc0-4292-b82e-cc8afe7f68a3 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-04-28T12:04:19.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611290680,
  "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-04-28T12:04:19.353Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bfebaec2-5dc0-4292-b82e-cc8afe7f68a3
2021-04-28T12:04:19.353Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfebaec2-5dc0-4292-b82e-cc8afe7f68a3 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-04-28T12:04:19.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611288368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "aai-ml",
  "timestamp": 1619611283709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:04:19.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611291408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T12:04:19.360Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611291433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T12:04:19.360Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611291683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T12:04:19.360Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611288368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "clamp",
  "timestamp": 1619611292145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:04:19.361Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "aai-ml",
  "timestamp": 1619611292872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:04:19.361Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611288368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "clamp",
  "timestamp": 1619611293364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:04:19.361Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611288368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "clamp",
  "timestamp": 1619611294367,
  "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-04-28T12:04:19.366Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bfebaec2-5dc0-4292-b82e-cc8afe7f68a3
2021-04-28T12:04:19.367Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfebaec2-5dc0-4292-b82e-cc8afe7f68a3 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-04-28T12:04:19.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611288368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611288368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:04:19.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611297675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:04:19.376Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611299823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:04:19.376Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611300827,
  "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-04-28T12:04:19.381Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bfebaec2-5dc0-4292-b82e-cc8afe7f68a3
2021-04-28T12:04:19.381Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfebaec2-5dc0-4292-b82e-cc8afe7f68a3 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-04-28T12:04:19.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "aai-ml",
  "timestamp": 1619611301081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:04:19.390Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "aai-ml",
  "timestamp": 1619611302084,
  "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-04-28T12:04:19.396Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bfebaec2-5dc0-4292-b82e-cc8afe7f68a3
2021-04-28T12:04:19.397Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfebaec2-5dc0-4292-b82e-cc8afe7f68a3 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-04-28T12:04:19.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07806de3-04cf-4687-911c-9de7438c33fc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611321890,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-28T12:04:19.406Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.407Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:04:19.408Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:04:19.408Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-28T12:04:19.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:04:19.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:04:19.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:04:19.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611330175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:04:19.410Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611333063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:04:19.411Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611334595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:04:19.411Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611336372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:04:19.412Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611337476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T12:04:19.412Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:19.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:04:19.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611338480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-28T12:04:19.412Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:04:42.669Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfebaec2-5dc0-4292-b82e-cc8afe7f68a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T12:04:42.682Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfebaec2-5dc0-4292-b82e-cc8afe7f68a3
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-04-28T12:04:42.687Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T12:04:42.687Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-28T12:04:42.687Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-28T12:04:42.688Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-28T12:04:42.688Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:04:42.688Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-04-28T12:04:42.688Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-04-28T12:04:42.693Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-28T12:05:12.693Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bfebaec2-5dc0-4292-b82e-cc8afe7f68a3 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-04-28T12:05:12.698Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bfebaec2-5dc0-4292-b82e-cc8afe7f68a3 and serviceModelVersionId: 9adf058f-8f70-42f9-9cf7-27a4da92d1a5
2021-04-28T12:05:12.698Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2baa4853-e858-44de-bdec-b71d34e46343
2021-04-28T12:05:12.699Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2baa4853-e858-44de-bdec-b71d34e46343/model-vers/model-ver/9adf058f-8f70-42f9-9cf7-27a4da92d1a5?depth=0
2021-04-28T12:05:12.704Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-04-28T12:05:12.738Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2baa4853-e858-44de-bdec-b71d34e46343/model-vers/model-ver/9adf058f-8f70-42f9-9cf7-27a4da92d1a5?depth=0|INFO|500||Invoke
2021-04-28T12:05:12.738Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2baa4853-e858-44de-bdec-b71d34e46343/model-vers/model-ver/9adf058f-8f70-42f9-9cf7-27a4da92d1a5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2baa4853-e858-44de-bdec-b71d34e46343/model-vers/model-ver/9adf058f-8f70-42f9-9cf7-27a4da92d1a5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bfebaec2-5dc0-4292-b82e-cc8afe7f68a3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c57bcd72-d8f3-4812-b0a1-4b1c3f55b547], X-ECOMP-RequestID=[bfebaec2-5dc0-4292-b82e-cc8afe7f68a3], X-TransactionId=[], X-ONAP-RequestID=[bfebaec2-5dc0-4292-b82e-cc8afe7f68a3], Content-Type=[application/merge-patch+json]}
2021-04-28T12:05:12.760Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2baa4853-e858-44de-bdec-b71d34e46343/model-vers/model-ver/9adf058f-8f70-42f9-9cf7-27a4da92d1a5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-04-28T12:05:13.177Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2baa4853-e858-44de-bdec-b71d34e46343/model-vers/model-ver/9adf058f-8f70-42f9-9cf7-27a4da92d1a5?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/2baa4853-e858-44de-bdec-b71d34e46343/model-vers/model-ver/9adf058f-8f70-42f9-9cf7-27a4da92d1a5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210428-12:05:12:769-15756], vertex-id=[217120], Content-Length=[0], Date=[Wed, 28 Apr 2021 12:05:12 GMT], Content-Type=[application/json]}
2021-04-28T12:05:13.178Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2baa4853-e858-44de-bdec-b71d34e46343/model-vers/model-ver/9adf058f-8f70-42f9-9cf7-27a4da92d1a5?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-28T12:05:13.178Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2baa4853-e858-44de-bdec-b71d34e46343/model-vers/model-ver/9adf058f-8f70-42f9-9cf7-27a4da92d1a5?depth=0|INFO|500||InvokeReturn
2021-04-28T12:05:13.178Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-28T12:05:13.178Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:05:13.181Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||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-04-28T12:05:13.182Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bfebaec2-5dc0-4292-b82e-cc8afe7f68a3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2021-04-28T12:05:13.182Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-28T12:05:13.182Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:05:13.184Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:05:13.184Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611513182,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2021-04-28T12:05:13.285Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-28T12:05:13.286Z||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-04-28T12:05:13.286Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:13.303Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:13.304Z||pool-100-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-04-28T12:05:14.197Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:05:14.198Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T12:05:14.198Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:18.533Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:18.534Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-28T12:05:18.534Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c7998073-9ce2-49c8-9274-58ad2ccb1304","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"5ee6642b-863c-4ea7-81d8-a1f9d0d9f713","serviceDescription":"service","serviceInvariantUUID":"07046fdb-25a8-4885-820e-38eab763145d","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"003b4297-609c-493d-81ec-dfe4be395ef2","resourceInvariantUUID":"77e8716d-f2a8-441f-a027-da04642cc99d","resourceCustomizationUUID":"c4e1521a-f5d5-4ab5-8a1d-573b4d409c63","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":"N2JiNWJjYzgxNmEyMGE1ZTU5ZmM2YzkyMjJkNzNjMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47563295-fa03-4469-be05-161d1d6053ce","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":"014a8bb8-f240-4fd7-9d1f-f0890fbcc924","artifactVersion":"2","generatedFromUUID":"08201ed7-3c6c-4802-9293-4fcf977dc81b"},{"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":"08201ed7-3c6c-4802-9293-4fcf977dc81b","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":"YmVjNDhjODQzZmI4NGRkZWRlMTI4MmQzZDE3ZGE0NjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f9fe22ea-edac-4088-8bae-97146a42d004","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":"158dcc67-2097-42e7-a881-4f05562a0971","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":"c62f5ef6-665e-4324-8371-4c6460b4afb6","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":"394861ec-c9cc-4913-82e1-42cbe0acff76","artifactVersion":"2","generatedFromUUID":"158dcc67-2097-42e7-a881-4f05562a0971"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YjRjZTY3M2IyMDNkOWJjNTA3ODk0YTMyZDg0MzdmN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e88fc82b-4f6d-4f32-802b-92e4b42aec6d","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MzUyNDY1YmZmOTA1YTUwM2Q4OGE1M2QyM2NiZjVmMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1fd6c8f2-df85-49e7-bff2-079f26fd5a3b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-28T12:05:18.536Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:05:18.536Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:05:18.538Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:05:18.538Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611514197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:05:18.638Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:05:18.639Z||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-04-28T12:05:18.639Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:18.652Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:18.652Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-28T12:05:19.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:05:19.270Z||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-04-28T12:05:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:19.290Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:19.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:05:19.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611339482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-28T12:05:19.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:05:19.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:05:19.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611340486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:05:19.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:05:19.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:05:19.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "30ace786-5c64-479a-ac9f-b607dde8d425",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611371884,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-28T12:05:19.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:05:19.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:05:19.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:05:19.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:05:19.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:05:19.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:05:19.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:05:19.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:05:19.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:05:19.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:05:19.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:05:19.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:05:19.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:05:19.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:05:19.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-28T12:05:19.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:05:19.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:05:19.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:05:19.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:05:19.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:05:19.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:05:19.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:05:19.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:05:19.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611263475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:05:19.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:05:19.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:05:19.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611381960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:05:19.296Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:05:19.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:05:19.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611384354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:05:19.296Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:05:19.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:05:19.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611385881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:05:19.296Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:05:19.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:05:19.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611387502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:05:19.296Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:05:19.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:05:19.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611388612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T12:05:19.296Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:05:19.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:05:19.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611389615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-28T12:05:19.297Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:05:19.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:05:19.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611390620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-28T12:05:19.297Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:05:19.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-28T12:05:19.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611391625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:05:19.297Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:05:19.538Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:05:19.540Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:05:19.542Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:05:19.542Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611514197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-28T12:05:19.643Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:05:19.643Z||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-04-28T12:05:19.644Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:19.657Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:19.657Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:05:20.543Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:05:20.543Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:05:20.545Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:05:20.545Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611514197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-28T12:05:20.645Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:05:20.647Z||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-04-28T12:05:20.647Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:20.658Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:20.658Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:05:21.546Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:05:21.547Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:05:21.549Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:05:21.549Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611514197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:05:21.650Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:05:21.651Z||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-04-28T12:05:21.652Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:21.663Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:21.664Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:05:22.550Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:05:22.551Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:05:22.553Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:05:22.554Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611514197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:05:22.654Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:05:22.655Z||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-04-28T12:05:22.656Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:22.668Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:22.669Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:05:23.554Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:05:23.555Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:05:23.557Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:05:23.557Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611514197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:05:23.657Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:05:23.658Z||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-04-28T12:05:23.659Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:23.674Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:23.674Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:05:24.558Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:05:24.559Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:05:24.561Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:05:24.561Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611514197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-28T12:05:24.661Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:05:24.662Z||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-04-28T12:05:24.662Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:24.674Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:24.675Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:05:25.561Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:05:25.562Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:05:25.564Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:05:25.565Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611514197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:05:25.665Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:05:25.666Z||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-04-28T12:05:25.666Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:25.677Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:25.678Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:05:26.565Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-28T12:05:26.566Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:05:26.568Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:05:26.568Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611514197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:05:26.668Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-28T12:05:26.669Z||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-04-28T12:05:26.669Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:26.682Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:26.682Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:05:27.570Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "5ee6642b-863c-4ea7-81d8-a1f9d0d9f713",
  "serviceDescription": "service",
  "serviceInvariantUUID": "07046fdb-25a8-4885-820e-38eab763145d",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "c4e1521a-f5d5-4ab5-8a1d-573b4d409c63",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "003b4297-609c-493d-81ec-dfe4be395ef2",
      "resourceInvariantUUID": "77e8716d-f2a8-441f-a027-da04642cc99d",
      "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": "014a8bb8-f240-4fd7-9d1f-f0890fbcc924",
          "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": "08201ed7-3c6c-4802-9293-4fcf977dc81b",
          "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": "YmVjNDhjODQzZmI4NGRkZWRlMTI4MmQzZDE3ZGE0NjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f9fe22ea-edac-4088-8bae-97146a42d004",
          "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": "158dcc67-2097-42e7-a881-4f05562a0971",
          "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": "394861ec-c9cc-4913-82e1-42cbe0acff76",
            "generatedFromUUID": "158dcc67-2097-42e7-a881-4f05562a0971"
          },
          "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": "394861ec-c9cc-4913-82e1-42cbe0acff76",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MzUyNDY1YmZmOTA1YTUwM2Q4OGE1M2QyM2NiZjVmMWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1fd6c8f2-df85-49e7-bff2-079f26fd5a3b"
    }
  ],
  "workloadContext": "Production"
}
2021-04-28T12:05:27.570Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-28T12:05:27.570Z|bfebaec2-5dc0-4292-b82e-cc8afe7f68a3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5ee6642b-863c-4ea7-81d8-a1f9d0d9f713 ASDC
2021-04-28T12:05:27.571Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c7998073-9ce2-49c8-9274-58ad2ccb1304
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:5ee6642b-863c-4ea7-81d8-a1f9d0d9f713
ServiceInvariantUUID:07046fdb-25a8-4885-820e-38eab763145d
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:1fd6c8f2-df85-49e7-bff2-079f26fd5a3b
ArtifactChecksum:MzUyNDY1YmZmOTA1YTUwM2Q4OGE1M2QyM2NiZjVmMWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:c4e1521a-f5d5-4ab5-8a1d-573b4d409c63
ResourceInvariantUUID:77e8716d-f2a8-441f-a027-da04642cc99d
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:003b4297-609c-493d-81ec-dfe4be395ef2
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:014a8bb8-f240-4fd7-9d1f-f0890fbcc924
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:08201ed7-3c6c-4802-9293-4fcf977dc81b
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:f9fe22ea-edac-4088-8bae-97146a42d004
ArtifactChecksum:YmVjNDhjODQzZmI4NGRkZWRlMTI4MmQzZDE3ZGE0NjU=
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:158dcc67-2097-42e7-a881-4f05562a0971
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:394861ec-c9cc-4913-82e1-42cbe0acff76
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:394861ec-c9cc-4913-82e1-42cbe0acff76
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-28T12:05:27.571Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5ee6642b-863c-4ea7-81d8-a1f9d0d9f713 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-04-28T12:05:27.603Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T12:05:27.603Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T12:05:27.603Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T12:05:27.603Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1fd6c8f2-df85-49e7-bff2-079f26fd5a3b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-28T12:05:27.603Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-28T12:05:27.604Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-28T12:05:28.291Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-28T12:05:28.297Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 1fd6c8f2-df85-49e7-bff2-079f26fd5a3b 71150
2021-04-28T12:05:28.297Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-04-28T12:05:28.297Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-28T12:05:28.298Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T12:05:28.298Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:05:28.300Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:05:28.300Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611528297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:05:28.400Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-28T12:05:28.401Z||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-04-28T12:05:28.401Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:28.413Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:28.414Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-28T12:05:29.301Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-28T12:05:29.302Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-28T12:05:29.302Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1fd6c8f2-df85-49e7-bff2-079f26fd5a3b, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-28T12:05:29.303Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-04-28T12:05:29.303Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-28T12:05:29.303Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-28T12:05:29.397Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6862674810018106269/Definitions/service-BasicCnf-template.yml
2021-04-28T12:05:30.356Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-28T12:05:30.356Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-28T12:05:30.356Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-28T12:05:30.356Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-04-28T12:05:30.356Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:30.356Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:30.356Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:30.357Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:30.357Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:30.357Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-28T12:05:30.357Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:30.357Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:05:30.357Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-28T12:05:30.357Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-28T12:05:30.357Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T12:05:30.357Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:30.357Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:05:30.357Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-28T12:05:30.358Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-28T12:05:30.358Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-28T12:05:30.358Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:30.358Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:05:30.358Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:30.358Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-28T12:05:30.358Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-04-28T12:05:30.358Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2021-04-28T12:05:30.358Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-28T12:05:30.358Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:30.358Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-28T12:05:30.359Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:30.359Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-28T12:05:30.359Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:05:30.359Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:30.359Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-28T12:05:30.359Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:05:30.359Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:30.359Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-28T12:05:30.359Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:05:30.359Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:30.360Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-28T12:05:30.360Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-28T12:05:30.360Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=edda50f3-86c2-474b-8d47-bc2fe4a68d8e
2021-04-28T12:05:30.360Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:30.360Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:05:30.360Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:30.360Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:05:30.360Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:30.360Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:05:30.360Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:30.360Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:05:30.360Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:5ee6642b-863c-4ea7-81d8-a1f9d0d9f713
Model Version:NULL
Model InvariantUuid:07046fdb-25a8-4885-820e-38eab763145d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:c521bf0c-94c1-4a6d-8d60-87f9fdcdddef
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:77e8716d-f2a8-441f-a027-da04642cc99d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c4e1521a-f5d5-4ab5-8a1d-573b4d409c63
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:22aedab8-397a-4987-acab-b4015048fb72
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:ad9c4739-00c9-4c88-a3e8-ea3afaa11b10
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:edda50f3-86c2-474b-8d47-bc2fe4a68d8e
ModelInvariantUuid:173ac40f-73b0-4521-8f4a-4c15e3e93134
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:7e961b9c-4a00-4654-af6b-518fb669c436
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:fa0916f3-063c-4cee-a5c7-65474250004d
ModelInvariantUuid:c553cb24-dab7-4cc7-ab2e-3d9c568e67c1
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:418ec021-093a-43a4-8ab1-ded760449776
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-04-28T12:05:30.366Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 003b4297-609c-493d-81ec-dfe4be395ef2
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-04-28T12:05:30.367Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||basic_cnf 0
2021-04-28T12:05:30.368Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 003b4297-609c-493d-81ec-dfe4be395ef2
2021-04-28T12:05:30.368Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 014a8bb8-f240-4fd7-9d1f-f0890fbcc924 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-28T12:05:30.368Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-28T12:05:30.368Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:30.534Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-28T12:05:30.535Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 014a8bb8-f240-4fd7-9d1f-f0890fbcc924 12
2021-04-28T12:05:30.535Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:30.535Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:30.535Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T12:05:30.536Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:05:30.538Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:05:30.538Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611530535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:05:30.638Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:05:30.639Z||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-04-28T12:05:30.639Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:30.651Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:30.652Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-28T12:05:31.539Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 08201ed7-3c6c-4802-9293-4fcf977dc81b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-28T12:05:31.539Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-28T12:05:31.539Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:32.161Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-28T12:05:32.162Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 08201ed7-3c6c-4802-9293-4fcf977dc81b 2688
2021-04-28T12:05:32.162Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:32.162Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:32.162Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T12:05:32.162Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:05:32.164Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:05:32.164Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611532162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:05:32.264Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:05:32.265Z||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-04-28T12:05:32.265Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:32.277Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:32.277Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:05:33.166Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f9fe22ea-edac-4088-8bae-97146a42d004 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-28T12:05:33.166Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-28T12:05:33.166Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:33.876Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-28T12:05:33.877Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f9fe22ea-edac-4088-8bae-97146a42d004 828
2021-04-28T12:05:33.877Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:33.877Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:33.877Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T12:05:33.877Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:05:33.879Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:05:33.879Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611533877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:05:33.979Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:05:33.980Z||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-04-28T12:05:33.980Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:33.990Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:33.991Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:05:34.879Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "22aedab8-397a-4987-acab-b4015048fb72",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ad9c4739-00c9-4c88-a3e8-ea3afaa11b10",
    "vfModuleModelCustomizationUUID": "33e10278-7c1b-49c8-b3bf-6b1de9fbf755",
    "isBase": true,
    "artifacts": [
      "08201ed7-3c6c-4802-9293-4fcf977dc81b",
      "158dcc67-2097-42e7-a881-4f05562a0971",
      "394861ec-c9cc-4913-82e1-42cbe0acff76"
    ],
    "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-04-28T12:05:34.882Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ad9c4739-00c9-4c88-a3e8-ea3afaa11b10
VfModuleModelInvariantUUID:22aedab8-397a-4987-acab-b4015048fb72
VfModuleModelDescription:NULL
Artifacts UUID List:{
08201ed7-3c6c-4802-9293-4fcf977dc81b
,
158dcc67-2097-42e7-a881-4f05562a0971
,
394861ec-c9cc-4913-82e1-42cbe0acff76

}
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-04-28T12:05:34.887Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "22aedab8-397a-4987-acab-b4015048fb72",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ad9c4739-00c9-4c88-a3e8-ea3afaa11b10",
    "vfModuleModelCustomizationUUID": "33e10278-7c1b-49c8-b3bf-6b1de9fbf755",
    "isBase": true,
    "artifacts": [
      "08201ed7-3c6c-4802-9293-4fcf977dc81b",
      "158dcc67-2097-42e7-a881-4f05562a0971",
      "394861ec-c9cc-4913-82e1-42cbe0acff76"
    ],
    "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-04-28T12:05:34.888Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ad9c4739-00c9-4c88-a3e8-ea3afaa11b10
VfModuleModelInvariantUUID:22aedab8-397a-4987-acab-b4015048fb72
VfModuleModelDescription:NULL
Artifacts UUID List:{
08201ed7-3c6c-4802-9293-4fcf977dc81b
,
158dcc67-2097-42e7-a881-4f05562a0971
,
394861ec-c9cc-4913-82e1-42cbe0acff76

}
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-04-28T12:05:34.888Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 158dcc67-2097-42e7-a881-4f05562a0971 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-28T12:05:34.888Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-28T12:05:34.888Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:35.574Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-28T12:05:35.574Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 158dcc67-2097-42e7-a881-4f05562a0971 1164
2021-04-28T12:05:35.575Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:35.575Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:35.575Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T12:05:35.575Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:05:35.577Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:05:35.577Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611535575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:05:35.677Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:05:35.678Z||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-04-28T12:05:35.678Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:35.687Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:35.688Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:05:36.577Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 394861ec-c9cc-4913-82e1-42cbe0acff76 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-28T12:05:36.578Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-28T12:05:36.578Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:37.280Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-28T12:05:37.280Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 394861ec-c9cc-4913-82e1-42cbe0acff76 200
2021-04-28T12:05:37.280Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:37.280Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:37.280Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-28T12:05:37.281Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:05:37.282Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:05:37.282Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611537280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:05:37.382Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:05:37.383Z||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-04-28T12:05:37.383Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:37.394Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:37.395Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-28T12:05:38.283Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 5ee6642b-863c-4ea7-81d8-a1f9d0d9f713
2021-04-28T12:05:38.284Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 003b4297-609c-493d-81ec-dfe4be395ef2 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 heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-04-28T12:05:38.296Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-28T12:05:38.300Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:38.300Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:05:38.300Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-04-28T12:05:38.300Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= c4e1521a-f5d5-4ab5-8a1d-573b4d409c63
2021-04-28T12:05:38.300Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c4e1521a-f5d5-4ab5-8a1d-573b4d409c63 matches Tosca VF Customization UUID: c4e1521a-f5d5-4ab5-8a1d-573b4d409c63
2021-04-28T12:05:38.300Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: c4e1521a-f5d5-4ab5-8a1d-573b4d409c63  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-04-28T12:05:38.301Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:38.302Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:05:38.302Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id c4e1521a-f5d5-4ab5-8a1d-573b4d409c63: {\"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-04-28T12:05:38.302Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54e45f1e
2021-04-28T12:05:38.302Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:38.303Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-28T12:05:38.303Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 33e10278-7c1b-49c8-b3bf-6b1de9fbf755
2021-04-28T12:05:38.303Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 33e10278-7c1b-49c8-b3bf-6b1de9fbf755
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-04-28T12:05:38.304Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:38.305Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-28T12:05:38.305Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:05:38.305Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:38.305Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-28T12:05:38.305Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:05:38.305Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:38.305Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-28T12:05:38.305Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-28T12:05:38.305Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=edda50f3-86c2-474b-8d47-bc2fe4a68d8e
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-04-28T12:05:38.307Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:38.307Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-28T12:05:38.307Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-28T12:05:38.308Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:38.308Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-28T12:05:38.308Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c4e1521a-f5d5-4ab5-8a1d-573b4d409c63
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-04-28T12:05:38.309Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:38.309Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:05:38.309Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 5ee6642b-863c-4ea7-81d8-a1f9d0d9f713: basic_cnf
2021-04-28T12:05:38.309Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:38.310Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:05:38.310Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:38.310Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:05:38.310Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:38.310Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:05:38.310Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:38.310Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:05:38.310Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-28T12:05:38.310Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-28T12:05:38.310Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:38.368Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 003b4297-609c-493d-81ec-dfe4be395ef2 1 ASDC deployResourceStructure
2021-04-28T12:05:38.369Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:38.369Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:38.369Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-28T12:05:38.370Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:05:38.371Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:05:38.371Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611538369,
  "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-04-28T12:05:38.471Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:05:38.472Z||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-04-28T12:05:38.472Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:38.482Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:38.482Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:05:39.372Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:39.372Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:39.372Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-28T12:05:39.373Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:05:39.374Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:05:39.375Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611539372,
  "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-04-28T12:05:39.475Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:05:39.476Z||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-04-28T12:05:39.476Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:39.485Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:39.485Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:05:40.376Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:40.376Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:40.376Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T12:05:40.376Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:05:40.378Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:05:40.378Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611540375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T12:05:40.478Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:05:40.479Z||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-04-28T12:05:40.479Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:40.489Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:40.490Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-28T12:05:41.379Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:41.380Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:41.380Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T12:05:41.380Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:05:41.382Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:05:41.382Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611541379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-28T12:05:41.483Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-28T12:05:41.483Z||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-04-28T12:05:41.484Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:41.495Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:41.495Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:05:42.383Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:42.384Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:05:42.384Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T12:05:42.384Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:05:42.387Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:05:42.387Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611542383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-28T12:05:42.487Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:05:42.488Z||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-04-28T12:05:42.488Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:42.499Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:42.500Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:05:43.388Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-04-28T12:05:43.388Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-28T12:05:43.388Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-28T12:05:43.389Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:05:43.391Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:05:43.391Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611543387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:05:43.492Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-28T12:05:43.492Z||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-04-28T12:05:43.493Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:05:43.507Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:05:43.507Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-28T12:05:44.393Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7998073-9ce2-49c8-9274-58ad2ccb1304
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T12:05:44.403Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7998073-9ce2-49c8-9274-58ad2ccb1304
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-04-28T12:05:44.405Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T12:05:44.405Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-28T12:05:44.405Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-28T12:06:14.406Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7998073-9ce2-49c8-9274-58ad2ccb1304
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T12:06:14.418Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7998073-9ce2-49c8-9274-58ad2ccb1304
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-04-28T12:06:14.419Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T12:06:14.419Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-28T12:06:14.419Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-28T12:06:19.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:06:19.271Z||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-04-28T12:06:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:06:19.301Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:06:19.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "aai-ml",
  "timestamp": 1619611433709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611436065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "dcae-sch",
  "timestamp": 1619611435966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611438369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "cds",
  "timestamp": 1619611442361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611435490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611436974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611435490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-28T12:06:19.306Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "dcae-sch",
  "timestamp": 1619611435966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.306Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "aai-ml",
  "timestamp": 1619611433709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.306Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "cds",
  "timestamp": 1619611442361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.306Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611438369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.306Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611436065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-28T12:06:19.307Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611436974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-28T12:06:19.307Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611435490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-28T12:06:19.307Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "dcae-sch",
  "timestamp": 1619611435966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.307Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "aai-ml",
  "timestamp": 1619611433709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "cds",
  "timestamp": 1619611442361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611436065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-28T12:06:19.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611438369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611436974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-28T12:06:19.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611435490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:06:19.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "dcae-sch",
  "timestamp": 1619611435966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "aai-ml",
  "timestamp": 1619611433709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611436065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:06:19.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "cds",
  "timestamp": 1619611442361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611436974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:06:19.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611438369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611435490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:06:19.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "dcae-sch",
  "timestamp": 1619611435966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "aai-ml",
  "timestamp": 1619611433709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "cds",
  "timestamp": 1619611442361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611438369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611436065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:06:19.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611436974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:06:19.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611435490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "aai-ml",
  "timestamp": 1619611433709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "dcae-sch",
  "timestamp": 1619611435966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "cds",
  "timestamp": 1619611442361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611438369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611436974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611436065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611435490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-28T12:06:19.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "aai-ml",
  "timestamp": 1619611433709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "dcae-sch",
  "timestamp": 1619611435966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "cds",
  "timestamp": 1619611442361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611436065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-28T12:06:19.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611438369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611436974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-28T12:06:19.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611435490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "aai-ml",
  "timestamp": 1619611433709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "dcae-sch",
  "timestamp": 1619611435966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.315Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "cds",
  "timestamp": 1619611442361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.315Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611436974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.315Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611436065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.315Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611438369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.315Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "policy-id",
  "timestamp": 1619611449486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.316Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611435490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:06:19.316Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "aai-ml",
  "timestamp": 1619611433709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:06:19.316Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "dcae-sch",
  "timestamp": 1619611435966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.316Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "cds",
  "timestamp": 1619611442361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:06:19.317Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611436065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:06:19.317Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611436974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:06:19.317Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611438369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:06:19.317Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "policy-id",
  "timestamp": 1619611449486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.317Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "policy-id",
  "timestamp": 1619611449486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.318Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611451764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.318Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611452861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:06:19.318Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:06:19.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "aai-ml",
  "timestamp": 1619611452965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:06:19.318Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:06:19.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611452972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:06:19.318Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:06:19.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "policy-id",
  "timestamp": 1619611449486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.319Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "cds",
  "timestamp": 1619611453159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:06:19.319Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:06:19.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611453256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:06:19.319Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:06:19.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611453268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:06:19.320Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:06:19.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611451764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.320Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "policy-id",
  "timestamp": 1619611449486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:06:19.320Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "cds",
  "timestamp": 1619611454167,
  "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-04-28T12:06:19.326Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c7998073-9ce2-49c8-9274-58ad2ccb1304
2021-04-28T12:06:19.326Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7998073-9ce2-49c8-9274-58ad2ccb1304 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-04-28T12:06:19.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611454267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:06:19.333Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:06:19.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611451764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611454865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:06:19.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:06:19.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611454962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:06:19.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:06:19.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "policy-id",
  "timestamp": 1619611449486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611455210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:06:19.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:06:19.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611451764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "policy-id",
  "timestamp": 1619611449486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619611456214,
  "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-04-28T12:06:19.340Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c7998073-9ce2-49c8-9274-58ad2ccb1304
2021-04-28T12:06:19.340Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7998073-9ce2-49c8-9274-58ad2ccb1304 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-04-28T12:06:19.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611456356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:06:19.348Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:06:19.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611451764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611456664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:06:19.349Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:06:19.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611456748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:06:19.349Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:06:19.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "policy-id",
  "timestamp": 1619611449486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611451764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611457882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:06:19.350Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:06:19.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "policy-id",
  "timestamp": 1619611449486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:06:19.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611451764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:06:19.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:06:19.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611458563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:06:19.350Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:06:19.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611458683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:06:19.351Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:06:19.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:06:19.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611458885,
  "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-04-28T12:06:19.358Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7998073-9ce2-49c8-9274-58ad2ccb1304
2021-04-28T12:06:19.358Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7998073-9ce2-49c8-9274-58ad2ccb1304 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-04-28T12:06:44.420Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7998073-9ce2-49c8-9274-58ad2ccb1304
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T12:06:44.430Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7998073-9ce2-49c8-9274-58ad2ccb1304
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-04-28T12:06:44.432Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T12:06:44.432Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-28T12:06:44.432Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-28T12:07:14.432Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7998073-9ce2-49c8-9274-58ad2ccb1304
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T12:07:14.441Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7998073-9ce2-49c8-9274-58ad2ccb1304
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-04-28T12:07:14.444Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T12:07:14.444Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-28T12:07:14.444Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-28T12:07:19.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:07:19.270Z||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-04-28T12:07:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:07:19.294Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:07:19.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.295Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611451764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:07:19.295Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:07:19.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611459568,
  "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-04-28T12:07:19.302Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7998073-9ce2-49c8-9274-58ad2ccb1304
2021-04-28T12:07:19.302Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7998073-9ce2-49c8-9274-58ad2ccb1304 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-04-28T12:07:19.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611459781,
  "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-04-28T12:07:19.314Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7998073-9ce2-49c8-9274-58ad2ccb1304
2021-04-28T12:07:19.314Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7998073-9ce2-49c8-9274-58ad2ccb1304 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-04-28T12:07:19.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619611459888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T12:07:19.320Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:07:19.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619611451764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:07:19.320Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:07:19.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619611460571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T12:07:19.320Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:07:19.321Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.321Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "clamp",
  "timestamp": 1619611459964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:07:19.321Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:07:19.321Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.321Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "policy-id",
  "timestamp": 1619611460651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:07:19.321Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:07:19.321Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.321Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619611460783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T12:07:19.321Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:07:19.321Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.321Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "clamp",
  "timestamp": 1619611459964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:07:19.321Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:07:19.321Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.321Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "policy-id",
  "timestamp": 1619611461654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:07:19.321Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:07:19.322Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.322Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "clamp",
  "timestamp": 1619611459964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:07:19.322Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:07:19.322Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.322Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "policy-id",
  "timestamp": 1619611462656,
  "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-04-28T12:07:19.326Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7998073-9ce2-49c8-9274-58ad2ccb1304
2021-04-28T12:07:19.326Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7998073-9ce2-49c8-9274-58ad2ccb1304 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-04-28T12:07:19.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "clamp",
  "timestamp": 1619611459964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:07:19.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:07:19.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "aai-ml",
  "timestamp": 1619611464180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:07:19.332Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:07:19.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "clamp",
  "timestamp": 1619611459964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:07:19.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:07:19.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "aai-ml",
  "timestamp": 1619611465183,
  "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-04-28T12:07:19.336Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c7998073-9ce2-49c8-9274-58ad2ccb1304
2021-04-28T12:07:19.337Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7998073-9ce2-49c8-9274-58ad2ccb1304 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-04-28T12:07:19.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "clamp",
  "timestamp": 1619611459964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:07:19.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:07:19.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "clamp",
  "timestamp": 1619611459964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:07:19.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:07:19.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "clamp",
  "timestamp": 1619611459964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:07:19.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:07:19.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "clamp",
  "timestamp": 1619611459964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:07:19.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:07:19.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "clamp",
  "timestamp": 1619611473227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:07:19.349Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:07:19.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "clamp",
  "timestamp": 1619611474242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:07:19.350Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:07:19.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "clamp",
  "timestamp": 1619611475245,
  "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-04-28T12:07:19.354Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c7998073-9ce2-49c8-9274-58ad2ccb1304
2021-04-28T12:07:19.354Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7998073-9ce2-49c8-9274-58ad2ccb1304 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-04-28T12:07:19.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfebaec2-5dc0-4292-b82e-cc8afe7f68a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611513182,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2021-04-28T12:07:19.364Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:07:19.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:07:19.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611514197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:07:19.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:07:44.444Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7998073-9ce2-49c8-9274-58ad2ccb1304
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-28T12:07:44.454Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7998073-9ce2-49c8-9274-58ad2ccb1304
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-04-28T12:07:44.456Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-28T12:07:44.456Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-28T12:07:44.456Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-28T12:07:44.457Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-28T12:07:44.457Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:07:44.457Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:07:44.457Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:07:44.457Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:07:44.457Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:07:44.457Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-28T12:07:44.457Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:07:44.466Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-28T12:08:14.467Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7998073-9ce2-49c8-9274-58ad2ccb1304 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-04-28T12:08:14.473Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7998073-9ce2-49c8-9274-58ad2ccb1304 and serviceModelVersionId: 5ee6642b-863c-4ea7-81d8-a1f9d0d9f713
2021-04-28T12:08:14.473Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07046fdb-25a8-4885-820e-38eab763145d
2021-04-28T12:08:14.474Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07046fdb-25a8-4885-820e-38eab763145d/model-vers/model-ver/5ee6642b-863c-4ea7-81d8-a1f9d0d9f713?depth=0
2021-04-28T12:08:14.479Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-04-28T12:08:14.510Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07046fdb-25a8-4885-820e-38eab763145d/model-vers/model-ver/5ee6642b-863c-4ea7-81d8-a1f9d0d9f713?depth=0|INFO|500||Invoke
2021-04-28T12:08:14.510Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07046fdb-25a8-4885-820e-38eab763145d/model-vers/model-ver/5ee6642b-863c-4ea7-81d8-a1f9d0d9f713?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07046fdb-25a8-4885-820e-38eab763145d/model-vers/model-ver/5ee6642b-863c-4ea7-81d8-a1f9d0d9f713?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c7998073-9ce2-49c8-9274-58ad2ccb1304], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6a4ab745-7467-4eeb-8279-e56c34279e57], X-ECOMP-RequestID=[c7998073-9ce2-49c8-9274-58ad2ccb1304], X-TransactionId=[], X-ONAP-RequestID=[c7998073-9ce2-49c8-9274-58ad2ccb1304], Content-Type=[application/merge-patch+json]}
2021-04-28T12:08:14.529Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07046fdb-25a8-4885-820e-38eab763145d/model-vers/model-ver/5ee6642b-863c-4ea7-81d8-a1f9d0d9f713?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-28T12:08:14.655Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07046fdb-25a8-4885-820e-38eab763145d/model-vers/model-ver/5ee6642b-863c-4ea7-81d8-a1f9d0d9f713?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/07046fdb-25a8-4885-820e-38eab763145d/model-vers/model-ver/5ee6642b-863c-4ea7-81d8-a1f9d0d9f713?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210428-12:08:14:538-76977], vertex-id=[225352], Content-Length=[0], Date=[Wed, 28 Apr 2021 12:08:14 GMT], Content-Type=[application/json]}
2021-04-28T12:08:14.655Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07046fdb-25a8-4885-820e-38eab763145d/model-vers/model-ver/5ee6642b-863c-4ea7-81d8-a1f9d0d9f713?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-28T12:08:14.656Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07046fdb-25a8-4885-820e-38eab763145d/model-vers/model-ver/5ee6642b-863c-4ea7-81d8-a1f9d0d9f713?depth=0|INFO|500||InvokeReturn
2021-04-28T12:08:14.657Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-28T12:08:14.657Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:08:14.662Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||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-04-28T12:08:14.663Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7998073-9ce2-49c8-9274-58ad2ccb1304 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-28T12:08:14.663Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-28T12:08:14.663Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-28T12:08:14.665Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-28T12:08:14.665Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611694663,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-28T12:08:14.766Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-28T12:08:14.766Z||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-04-28T12:08:14.766Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:08:14.780Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:08:14.781Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-28T12:08:15.680Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:08:15.680Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T12:08:15.681Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:08:19.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:08:19.270Z||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-04-28T12:08:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:08:19.292Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:08:19.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:08:19.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611514197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-28T12:08:19.294Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:08:19.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:08:19.294Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611514197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-28T12:08:19.294Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:08:19.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:08:19.294Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611514197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-28T12:08:19.294Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:08:19.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:08:19.295Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611514197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-28T12:08:19.295Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:08:19.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:08:19.295Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611514197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:08:19.295Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:08:19.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:08:19.295Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611514197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-28T12:08:19.295Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:08:19.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:08:19.295Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611514197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-28T12:08:19.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:08:19.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:08:19.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611514197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-28T12:08:19.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-28T12:08:19.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:08:19.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611528297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:08:19.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:08:19.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:08:19.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611530535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:08:19.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:08:19.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:08:19.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611532162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:08:19.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:08:19.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:08:19.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611533877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:08:19.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:08:19.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:08:19.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611535575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:08:19.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:08:19.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:08:19.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611537280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-28T12:08:19.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:08:19.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:08:19.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611538369,
  "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-04-28T12:08:19.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:08:19.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:08:19.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611539372,
  "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-04-28T12:08:19.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:08:19.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:08:19.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611540375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-28T12:08:19.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:08:19.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:08:19.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611541379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-28T12:08:19.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:08:19.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:08:19.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611542383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-28T12:08:19.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:08:19.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-28T12:08:19.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611543387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-28T12:08:19.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:08:25.873Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:08:25.874Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:08:25.874Z||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-04-28T12:08:25.874Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:08:35.410Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:08:35.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:08:35.411Z||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-04-28T12:08:35.411Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:08:44.951Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:08:44.952Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:08:44.952Z||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-04-28T12:08:44.952Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:08:54.487Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:08:54.488Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:08:54.488Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-04-28T12:08:54.489Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:09:04.030Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:09:04.031Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:09:04.032Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-04-28T12:09:04.032Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:09:13.576Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:09:13.576Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:09:13.577Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-04-28T12:09:13.577Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:09:19.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:09:19.270Z||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-04-28T12:09:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:09:19.791Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:09:19.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-28T12:09:19.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7998073-9ce2-49c8-9274-58ad2ccb1304",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619611694663,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-28T12:09:19.793Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-28T12:09:23.113Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:09:23.114Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:09:23.114Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-04-28T12:09:23.115Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:09:32.648Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:09:32.649Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:09:32.649Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-04-28T12:09:32.649Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:09:42.184Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:09:42.185Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:09:42.186Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-04-28T12:09:42.186Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:09:51.725Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:10:19.267Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:10:19.268Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-04-28T12:10:19.268Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:10:19.270Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:10:19.270Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|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-04-28T12:10:19.270Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:10:28.806Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:10:28.815Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:11:19.267Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:11:19.268Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-04-28T12:11:19.268Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:11:19.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:11:19.270Z||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-04-28T12:11:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:11:28.810Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:11:28.810Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:12:19.267Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:12:19.268Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-04-28T12:12:19.268Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:12:19.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:12:19.270Z||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-04-28T12:12:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:12:28.818Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:12:28.818Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:13:19.267Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:13:19.268Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-04-28T12:13:19.268Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:13:19.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:13:19.270Z||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-04-28T12:13:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:13:28.806Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:13:28.812Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:14:19.267Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:14:19.268Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|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-04-28T12:14:19.268Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:14:19.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:14:19.271Z||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-04-28T12:14:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:14:28.812Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:14:28.814Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:15:19.267Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:15:19.268Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|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-04-28T12:15:19.268Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:15:19.270Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:15:19.270Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|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-04-28T12:15:19.270Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:15:28.812Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:15:28.813Z|52fabbd8-433f-4c5c-82ba-d5bbe8b2b506|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:16:19.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:16:19.268Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T12:16:19.268Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:16:19.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:16:19.270Z||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-04-28T12:16:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:16:28.813Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:16:28.816Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:17:19.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:17:19.268Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T12:17:19.268Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:17:19.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:17:19.270Z||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-04-28T12:17:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:17:28.809Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:17:28.810Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:18:19.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:18:19.268Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T12:18:19.268Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:18:19.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:18:19.270Z||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-04-28T12:18:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:18:28.809Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:18:28.809Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:19:19.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:19:19.268Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T12:19:19.268Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:19:19.270Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:19:19.270Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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-04-28T12:19:19.270Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:19:28.813Z|0988de9a-bab8-44fa-aef3-7768cfc9493b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:19:28.815Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:20:19.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:20:19.268Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T12:20:19.268Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:20:19.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:20:19.270Z||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-04-28T12:20:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:20:28.810Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:20:28.810Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:21:19.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:21:19.267Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T12:21:19.268Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:21:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:21:19.271Z||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-04-28T12:21:19.271Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:21:28.808Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:21:28.810Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:22:19.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:22:19.268Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T12:22:19.268Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:22:19.270Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:22:19.270Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|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-04-28T12:22:19.270Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:22:28.832Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:22:28.833Z|c7998073-9ce2-49c8-9274-58ad2ccb1304|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:23:19.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:23:19.268Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T12:23:19.268Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:23:19.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:23:19.270Z||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-04-28T12:23:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:23:28.814Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:23:28.817Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:24:19.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:24:19.268Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-28T12:24:19.268Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:24:19.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-28T12:24:19.270Z||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-04-28T12:24:19.270Z||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 7ZFlDeDn9o7vyVrD) ...
2021-04-28T12:24:28.811Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-28T12:24:28.812Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK