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-30T14:49:05.558Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-6cd46f8fc4-xkqsr with PID 14 (/app/app.jar started by so in /app)
2021-04-30T14:49:05.564Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-30T14:49:05.564Z||main|||||INFO|500||The following profiles are active: basic
2021-04-30T14:49:12.802Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-30T14:49:12.802Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-30T14:49:12.875Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-30T14:49:14.299Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-30T14:49:14.450Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-30T14:49:14.852Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-30T14:49:14.859Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-30T14:49:14.942Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-30T14:49:15.093Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-30T14:49:15.490Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-30T14:49:16.315Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-30T14:49:18.222Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-30T14:49:18.259Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-30T14:49:18.709Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-30T14:49:18.866Z||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-30T14:49:19.999Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-30T14:49:20.879Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-04-30T14:49:20.895Z||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$$1b4077b3.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-30T14:49:20.896Z||main|||||WARN|500||The sdc end point is not alive
2021-04-30T14:49:23.053Z||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-30T14:49:25.039Z||main|||||WARN|500||---
2021-04-30T14:49:25.039Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-30T14:49:25.039Z||main|||||WARN|500||---
2021-04-30T14:49:25.330Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-30T14:49:28.368Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:49:28.369Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:49:28.371Z||main|||||INFO|500||Started Application in 24.727 seconds (JVM running for 25.852)
2021-04-30T14:49:28.381Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:49:28.434Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:49:28.513Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b79e77b7-8608-42ab-9645-efad49b7bcfe url= /sdc/v1/artifactTypes
2021-04-30T14:49:28.514Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:49:29.589Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.101] 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-30T14:49:29.593Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@486f0334
2021-04-30T14:49:29.593Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:49:29.601Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:49:29.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:49:29.605Z||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-30T14:50:18.363Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:50:18.364Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:50:18.365Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:50:18.370Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:50:18.379Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 961825f8-b3db-40f0-8f9e-05a29c2736c0 url= /sdc/v1/artifactTypes
2021-04-30T14:50:18.380Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:50:19.411Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.101] 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-30T14:50:19.412Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9cfae
2021-04-30T14:50:19.412Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:50:19.413Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:50:19.413Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:50:19.414Z||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-30T14:51:08.363Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:51:08.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:51:08.364Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:51:08.367Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:51:08.373Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e6c22c93-f663-4388-8e19-dc174462c3c3 url= /sdc/v1/artifactTypes
2021-04-30T14:51:08.373Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:51:09.396Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.101] 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-30T14:51:09.397Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5697533c
2021-04-30T14:51:09.397Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:51:09.398Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:51:09.398Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:51:09.399Z||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-30T14:51:58.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:51:58.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:51:58.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:51:58.366Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:51:58.371Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bc9e9fa5-95a0-4868-bc25-a1db1f6101e7 url= /sdc/v1/artifactTypes
2021-04-30T14:51:58.371Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:51:59.380Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.101] 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-30T14:51:59.380Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e510373
2021-04-30T14:51:59.380Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:51:59.381Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:51:59.381Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:51:59.382Z||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-30T14:52:48.364Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:52:48.365Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:52:48.365Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:52:48.369Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:52:48.378Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fc68c904-8023-46a6-9ef1-cb2041b6f05e url= /sdc/v1/artifactTypes
2021-04-30T14:52:48.378Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:52:49.395Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.101] 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-30T14:52:49.396Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7eafe1bf
2021-04-30T14:52:49.396Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:52:49.396Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:52:49.396Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:52:49.397Z||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-30T14:53:38.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:53:38.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:53:38.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:53:38.367Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:53:38.372Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e83372eb-f8b0-4f1f-9292-1321f9cbfdfa url= /sdc/v1/artifactTypes
2021-04-30T14:53:38.372Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:53:39.411Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.101] 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-30T14:53:39.411Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@596a5b94
2021-04-30T14:53:39.412Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:53:39.412Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:53:39.412Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:53:39.412Z||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-30T14:54:28.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:54:28.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:54:28.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:54:28.365Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:54:28.370Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f409cd90-8ca2-4635-9fb9-1a830b18e5c4 url= /sdc/v1/artifactTypes
2021-04-30T14:54:28.371Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:54:29.395Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.101] 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-30T14:54:29.396Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1909cdaf
2021-04-30T14:54:29.396Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:54:29.397Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:54:29.397Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:54:29.397Z||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-30T14:55:18.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:55:18.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:55:18.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:55:18.365Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:55:18.370Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 462d3755-f2b8-46e6-86d1-b0baef5f1049 url= /sdc/v1/artifactTypes
2021-04-30T14:55:18.370Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:55:19.379Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.101] 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-30T14:55:19.379Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@68077271
2021-04-30T14:55:19.380Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:55:19.380Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:55:19.380Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:55:19.380Z||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-30T14:56:08.364Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:56:08.366Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:56:08.366Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:56:08.370Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:56:08.379Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e3277f3b-de54-4319-91a2-8a7a5aee78ef url= /sdc/v1/artifactTypes
2021-04-30T14:56:08.379Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:56:09.396Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.101] 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-30T14:56:09.397Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@117e1deb
2021-04-30T14:56:09.398Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:56:09.398Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:56:09.398Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:56:09.399Z||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-30T14:56:58.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:56:58.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:56:58.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:56:58.367Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:56:58.372Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= db88b591-2816-4368-b98d-2dd07b19200f url= /sdc/v1/artifactTypes
2021-04-30T14:56:58.373Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:56:59.415Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.101] 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-30T14:56:59.416Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3084a3a3
2021-04-30T14:56:59.416Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:56:59.417Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:56:59.417Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:56:59.417Z||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-30T14:57:48.363Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:57:48.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:57:48.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:57:48.365Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:57:48.368Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7b9862ee-0732-48df-a1b6-152b0649113d url= /sdc/v1/artifactTypes
2021-04-30T14:57:48.368Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:57:49.395Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.101] 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-30T14:57:49.395Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2587023e
2021-04-30T14:57:49.396Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:57:49.396Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:57:49.396Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:57:49.396Z||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-30T14:58:38.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:58:38.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:58:38.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:58:38.365Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:58:38.372Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7c81531a-600c-4817-a7ec-2fd67481363e url= /sdc/v1/artifactTypes
2021-04-30T14:58:38.372Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:58:39.416Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.101] 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-30T14:58:39.417Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@34b6c438
2021-04-30T14:58:39.417Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:58:39.417Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:58:39.418Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:58:39.418Z||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-30T14:59:12.438Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-30T14:59:28.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T14:59:28.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T14:59:28.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T14:59:28.365Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T14:59:28.370Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b4f5e530-7adb-4ab3-a00e-9b8b173d41ab url= /sdc/v1/artifactTypes
2021-04-30T14:59:28.371Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T14:59:29.399Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.101] 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-30T14:59:29.400Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a655a88
2021-04-30T14:59:29.400Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T14:59:29.400Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T14:59:29.400Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T14:59:29.400Z||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-30T15:00:18.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T15:00:18.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T15:00:18.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T15:00:18.365Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T15:00:18.370Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b2edcf89-a5a1-4268-b1a7-7dc9d17a6668 url= /sdc/v1/artifactTypes
2021-04-30T15:00:18.370Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T15:00:19.380Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.101] 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-30T15:00:19.381Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ba2eedb
2021-04-30T15:00:19.381Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T15:00:19.381Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T15:00:19.382Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T15:00:19.382Z||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-30T15:01:08.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T15:01:08.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T15:01:08.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T15:01:08.365Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T15:01:08.371Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bd440cfe-a677-481c-8b34-84317849f474 url= /sdc/v1/artifactTypes
2021-04-30T15:01:08.371Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T15:01:09.395Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.101] 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-30T15:01:09.396Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7873defa
2021-04-30T15:01:09.396Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T15:01:09.396Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T15:01:09.396Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T15:01:09.396Z||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-30T15:01:58.363Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T15:01:58.364Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T15:01:58.364Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T15:01:58.367Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T15:01:58.372Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ebdfc879-e11f-4d14-9858-bc00c4c70c88 url= /sdc/v1/artifactTypes
2021-04-30T15:01:58.372Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T15:01:59.412Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.101] 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-30T15:01:59.413Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3fe528aa
2021-04-30T15:01:59.413Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T15:01:59.413Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T15:01:59.413Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T15:01:59.413Z||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-30T15:02:48.363Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T15:02:48.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T15:02:48.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T15:02:48.366Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T15:02:48.370Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 13d4e9f7-5e6b-462d-a34c-28a69718cef4 url= /sdc/v1/artifactTypes
2021-04-30T15:02:48.370Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T15:02:49.395Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.101] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
	... 28 common frames omitted
2021-04-30T15:02:49.395Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@369e76e0
2021-04-30T15:02:49.396Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T15:02:49.396Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T15:02:49.396Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T15:02:49.396Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
	... 11 common frames omitted
2021-04-30T15:03:38.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T15:03:38.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T15:03:38.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T15:03:38.366Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T15:03:38.372Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d9c70e4b-9ecd-4aaa-9dc5-039b1837dbfd url= /sdc/v1/artifactTypes
2021-04-30T15:03:38.372Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T15:03:39.411Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.101] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
	... 28 common frames omitted
2021-04-30T15:03:39.412Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@45443a
2021-04-30T15:03:39.412Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T15:03:39.413Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T15:03:39.413Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T15:03:39.413Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
	... 11 common frames omitted
2021-04-30T15:04:28.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T15:04:28.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T15:04:28.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T15:04:28.365Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T15:04:28.371Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 41a9a532-7105-42dc-89d3-7fb4f4ded1a9 url= /sdc/v1/artifactTypes
2021-04-30T15:04:28.371Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T15:04:29.395Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.101] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
	... 28 common frames omitted
2021-04-30T15:04:29.396Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@54144bed
2021-04-30T15:04:29.396Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T15:04:29.396Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T15:04:29.396Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T15:04:29.396Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
	... 11 common frames omitted
2021-04-30T15:05:18.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T15:05:18.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T15:05:18.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T15:05:18.365Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T15:05:18.370Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4770a79e-a622-44d1-9281-26af49dc6374 url= /sdc/v1/artifactTypes
2021-04-30T15:05:18.370Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T15:05:19.415Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.101] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
	... 28 common frames omitted
2021-04-30T15:05:19.416Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@596b92e9
2021-04-30T15:05:19.416Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T15:05:19.416Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T15:05:19.416Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T15:05:19.417Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
	... 11 common frames omitted
2021-04-30T15:06:08.362Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T15:06:08.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T15:06:08.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T15:06:08.366Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T15:06:08.371Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a001ec78-db37-4181-993a-bf95449a54a6 url= /sdc/v1/artifactTypes
2021-04-30T15:06:08.371Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T15:06:09.395Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.101] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
	... 28 common frames omitted
2021-04-30T15:06:09.396Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@150af3ac
2021-04-30T15:06:09.396Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T15:06:09.396Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T15:06:09.396Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T15:06:09.396Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
	... 11 common frames omitted
2021-04-30T15:06:58.363Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T15:06:58.363Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T15:06:58.363Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T15:06:58.366Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T15:06:58.372Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e79ee3e9-1ac4-48a0-9ec8-f13c6d64f7c9 url= /sdc/v1/artifactTypes
2021-04-30T15:06:58.373Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T15:06:59.411Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.27.101] 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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
	... 28 common frames omitted
2021-04-30T15:06:59.412Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c132b30
2021-04-30T15:06:59.412Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T15:06:59.412Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T15:06:59.412Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T15:06:59.412Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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)
	... 11 common frames omitted
2021-04-30T15:07:48.363Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T15:07:48.364Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T15:07:48.364Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T15:07:48.368Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T15:07:48.375Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f490efe2-9a7a-442a-a7d0-395158ea1078 url= /sdc/v1/artifactTypes
2021-04-30T15:07:48.376Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T15:07:48.571Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-30T15:07:48.581Z||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-30T15:07:48.607Z||scheduling-1|||||DEBUG|500||create keys
2021-04-30T15:07:48.614Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-30T15:07:48.653Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:07:48.667Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ed74005b-0063-4ddb-8af7-6d1bf1ccf94d url= /sdc/v1/registerForDistribution
2021-04-30T15:07:48.780Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ed74005b-0063-4ddb-8af7-6d1bf1ccf94d url= /sdc/v1/registerForDistribution
2021-04-30T15:07:48.780Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-30T15:07:48.787Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:07:48.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:07:48.792Z||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-30T15:07:48.792Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:07:48.792Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T15:07:48.793Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:07:48.793Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-30T15:07:59.056Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:07:59.057Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:08:48.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:08:48.788Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:08:48.787Z||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-30T15:08:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:08:48.788Z||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-30T15:08:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:08:58.344Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:08:58.344Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:09:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:09:48.787Z||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-30T15:09:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:09:48.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:09:48.789Z||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-30T15:09:48.789Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:09:58.343Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:09:58.343Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:10:48.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:10:48.787Z||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-30T15:10:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:10:48.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:10:48.789Z||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-30T15:10:48.789Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:10:58.349Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:10:58.351Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:11:48.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:11:48.787Z||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-30T15:11:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:11:48.787Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:11:48.788Z||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-30T15:11:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:11:58.340Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:11:58.341Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:12:48.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:12:48.787Z||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-30T15:12:48.787Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:12:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:12:48.788Z||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-30T15:12:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:12:58.341Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:12:58.342Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:13:48.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:13:48.787Z||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-30T15:13:48.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:13:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:13:48.788Z||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-30T15:13:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:13:58.339Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:13:58.347Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:14:48.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:14:48.787Z||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-30T15:14:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:14:48.788Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:14:48.789Z||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-30T15:14:48.789Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:14:58.333Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:14:58.339Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:15:48.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:15:48.787Z||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-30T15:15:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:15:48.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:15:48.788Z||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-30T15:15:48.789Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:15:58.335Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:15:58.339Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:16:48.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:16:48.787Z||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-30T15:16:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:16:48.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:16:48.788Z||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-30T15:16:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:16:58.333Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:16:58.334Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:17:48.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:17:48.788Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:17:48.788Z||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-30T15:17:48.788Z||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-30T15:17:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:17:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:17:58.338Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:17:58.338Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:18:48.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:18:48.788Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:18:48.788Z||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-30T15:18:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:18:48.788Z||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-30T15:18:48.789Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:18:58.339Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:18:58.340Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:19:48.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:19:48.787Z||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-30T15:19:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:19:48.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:19:48.788Z||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-30T15:19:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:19:58.356Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:19:58.357Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:20:48.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:20:48.787Z||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-30T15:20:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:20:48.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:20:48.788Z||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-30T15:20:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:20:58.334Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:20:58.339Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:21:48.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:21:48.787Z||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-30T15:21:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:21:48.787Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:21:48.788Z||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-30T15:21:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:21:58.337Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:21:58.338Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:22:48.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:22:48.787Z||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-30T15:22:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:22:48.788Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:22:48.788Z||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-30T15:22:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:22:58.330Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:22:58.330Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:23:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:23:48.787Z||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-30T15:23:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:23:48.788Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:23:48.789Z||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-30T15:23:48.789Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:23:58.330Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:23:58.332Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:24:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:24:48.787Z||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-30T15:24:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:24:48.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:24:48.788Z||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-30T15:24:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:24:58.332Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:24:58.332Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:25:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:25:48.787Z||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-30T15:25:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:25:48.788Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:25:48.788Z||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-30T15:25:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:25:58.330Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:25:58.360Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:26:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:26:48.787Z||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-30T15:26:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:26:48.788Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:26:48.788Z||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-30T15:26:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:26:58.337Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:26:58.348Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:27:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:27:48.787Z||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-30T15:27:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:27:48.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:27:48.788Z||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-30T15:27:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:27:58.343Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:27:58.345Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:28:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:28:48.787Z||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-30T15:28:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:28:48.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:28:48.788Z||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-30T15:28:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:28:58.330Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:28:58.331Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:29:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:29:48.787Z||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-30T15:29:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:29:48.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:29:48.788Z||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-30T15:29:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:29:58.334Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:29:58.335Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:30:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:30:48.787Z||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-30T15:30:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:30:48.787Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:30:48.788Z||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-30T15:30:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:30:58.331Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:30:58.334Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:31:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:31:48.787Z||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-30T15:31:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:31:48.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:31:48.788Z||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-30T15:31:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:31:58.339Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:31:58.340Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:32:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:32:48.788Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:32:48.789Z||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-30T15:32:48.789Z||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-30T15:32:48.789Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:32:48.789Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:32:58.336Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:32:58.344Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:33:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:33:48.787Z||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-30T15:33:48.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:33:48.788Z||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-30T15:33:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:33:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:33:58.328Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:33:58.329Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:34:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:34:48.787Z||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-30T15:34:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:34:48.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:34:48.788Z||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-30T15:34:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:34:58.328Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:34:58.332Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:35:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:35:48.787Z||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-30T15:35:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:35:48.788Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:35:48.788Z||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-30T15:35:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:35:58.330Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:35:58.331Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:36:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:36:48.787Z||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-30T15:36:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:36:48.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:36:48.788Z||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-30T15:36:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:36:58.332Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:36:58.336Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:37:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:37:48.787Z||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-30T15:37:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:37:48.787Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:37:48.788Z||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-30T15:37:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:37:58.325Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:37:58.326Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:38:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:38:48.787Z||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-30T15:38:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:38:48.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:38:48.788Z||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-30T15:38:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:38:58.328Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:38:58.328Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:39:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:39:48.787Z||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-30T15:39:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:39:48.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:39:48.788Z||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-30T15:39:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:39:58.331Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:39:58.333Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:40:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:40:48.787Z||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-30T15:40:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:40:48.787Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:40:48.788Z||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-30T15:40:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:40:58.332Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:40:58.332Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:41:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:41:48.787Z||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-30T15:41:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:41:48.788Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:41:48.788Z||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-30T15:41:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:41:58.328Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:41:58.333Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:42:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:42:48.787Z||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-30T15:42:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:42:48.788Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:42:48.788Z||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-30T15:42:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:42:58.333Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:42:58.333Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:43:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:43:48.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:43:48.788Z||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-30T15:43:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:43:48.788Z||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-30T15:43:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:43:58.335Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:43:58.335Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:44:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:44:48.788Z||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-30T15:44:48.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:44:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:44:48.788Z||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-30T15:44:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:44:58.327Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:44:58.328Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:45:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:45:48.788Z||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-30T15:45:48.788Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:45:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:45:48.788Z||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-30T15:45:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:45:58.331Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:45:58.332Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:46:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:46:48.787Z||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-30T15:46:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:46:48.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:46:48.788Z||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-30T15:46:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:46:58.332Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:46:58.335Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:47:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:47:48.787Z||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-30T15:47:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:47:48.788Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:47:48.788Z||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-30T15:47:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:47:58.328Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:47:58.335Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:48:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:48:48.786Z||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-30T15:48:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:48:48.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:48:48.788Z||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-30T15:48:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:48:58.331Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:48:58.332Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:49:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:49:48.786Z||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-30T15:49:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:49:48.787Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:49:48.788Z||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-30T15:49:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:49:58.327Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:49:58.334Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:50:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:50:48.788Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:50:48.788Z||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-30T15:50:48.788Z||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-30T15:50:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:50:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:50:58.335Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:50:58.336Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:51:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:51:48.787Z||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-30T15:51:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:51:48.787Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:51:48.788Z||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-30T15:51:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:51:58.327Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:51:58.333Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:52:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:52:48.787Z||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-30T15:52:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:52:48.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:52:48.788Z||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-30T15:52:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:52:58.325Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:52:58.335Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:53:48.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:53:48.787Z||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-30T15:53:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:53:48.787Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:53:48.788Z||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-30T15:53:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:53:49.310Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:53:49.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "clamp",
  "timestamp": 1619798000252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619797996258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "dcae-sch",
  "timestamp": 1619798000164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619797999159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "cds",
  "timestamp": 1619797997988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "policy-id",
  "timestamp": 1619798005138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "clamp",
  "timestamp": 1619798000252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T15:53:49.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619797996258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T15:53:49.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "dcae-sch",
  "timestamp": 1619798000164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619797999159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "cds",
  "timestamp": 1619797997988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "policy-id",
  "timestamp": 1619798005138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "clamp",
  "timestamp": 1619798000252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "dcae-sch",
  "timestamp": 1619798000164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619797996258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T15:53:49.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619797999159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "cds",
  "timestamp": 1619797997988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "policy-id",
  "timestamp": 1619798005138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T15:53:49.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798007432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "clamp",
  "timestamp": 1619798000252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619797996258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "dcae-sch",
  "timestamp": 1619798000164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619797999159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "cds",
  "timestamp": 1619797997988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "policy-id",
  "timestamp": 1619798005138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798007432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T15:53:49.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "clamp",
  "timestamp": 1619798000252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619797996258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-30T15:53:49.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "dcae-sch",
  "timestamp": 1619798000164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619797999159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "cds",
  "timestamp": 1619797997988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.348Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "policy-id",
  "timestamp": 1619798005138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.348Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798007432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T15:53:49.349Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "clamp",
  "timestamp": 1619798000252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.349Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619797996258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "dcae-sch",
  "timestamp": 1619798000164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619797999159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "cds",
  "timestamp": 1619797997988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "policy-id",
  "timestamp": 1619798005138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798007432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "clamp",
  "timestamp": 1619798000252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T15:53:49.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619797996258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T15:53:49.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "dcae-sch",
  "timestamp": 1619798000164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619797999159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "cds",
  "timestamp": 1619797997988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T15:53:49.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "policy-id",
  "timestamp": 1619798005138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T15:53:49.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798007432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798012466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "cds",
  "timestamp": 1619798012518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798012059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798007432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "policy-id",
  "timestamp": 1619798013103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.356Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "cds",
  "timestamp": 1619798013538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-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-30T15:53:49.435Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:53:49.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f85af0cf-de78-4f43-be9b-85f1229e2f56","serviceName":"basic_onboard_oRwpxb","serviceVersion":"1.0","serviceUUID":"b88397b2-ee16-4ac6-9021-4ca426687bca","serviceDescription":"service","serviceInvariantUUID":"4b8e1289-e7b2-4009-8c0f-19824931a772","resources":[{"resourceInstanceName":"basic_onboard_oRwpxb 0","resourceName":"basic_onboard_oRwpxb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1cf7625a-748f-4622-9c59-982e87715e4e","resourceInvariantUUID":"241170c6-4608-4566-ba90-8163fa3a529b","resourceCustomizationUUID":"83ef1be8-7448-41d5-b8b9-ee29b56e4ea6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml","artifactChecksum":"NmM4ODFmZDQ2NTc1OTA2MWY5NjU5ZTg3NTllNWFkODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"76149035-9641-4464-ba31-b3ea2a960844","artifactVersion":"1"},{"artifactName":"basic_onboard_orwpxb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json","artifactChecksum":"MjllZDEyNjM0Zjc5YTc5NGUzZTk0ZTEyNGIwNmE2OTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9c60d856-70ad-408d-8112-ca87a9afc3d0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8c381236-2c85-4273-8dd9-6c8b75202537","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ab8e7a9e-2ca2-4abb-98c1-534233563258","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"560c21d0-265a-43df-833a-5584c233914e","artifactVersion":"2","generatedFromUUID":"8c381236-2c85-4273-8dd9-6c8b75202537"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOrwpxb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml","artifactChecksum":"MDQ3MTIzMmY5YzkxMWI5OTVkNTgyYzZkNWY2ZjdjMGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"365b0b03-3531-4d43-8869-395e927de4ef","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOrwpxb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar","artifactChecksum":"ZTc5NzJhM2IxMDg2YmRjMTFmZjViMmZjZWU2ZGIwMTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"56bc7b38-2d0d-473b-99f9-c999a0fc6b8e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T15:53:49.441Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:53:49.445Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:53:49.454Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:53:49.455Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798028786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-30T15:53:49.555Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-04-30T15:53:49.559Z||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-30T15:53:49.559Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:53:49.570Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:53:49.571Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-30T15:53:49.586Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f85af0cf-de78-4f43-be9b-85f1229e2f56
2021-04-30T15:53:49.603Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f85af0cf-de78-4f43-be9b-85f1229e2f56 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-30T15:53:49.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798012059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T15:53:49.628Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798013731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.628Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798007432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T15:53:49.628Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "policy-id",
  "timestamp": 1619798014111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T15:53:49.629Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798012059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T15:53:49.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "policy-id",
  "timestamp": 1619798015114,
  "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-30T15:53:49.641Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f85af0cf-de78-4f43-be9b-85f1229e2f56
2021-04-30T15:53:49.641Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f85af0cf-de78-4f43-be9b-85f1229e2f56 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-30T15:53:49.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798015206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.648Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798012059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798015879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.648Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798016211,
  "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-30T15:53:49.652Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f85af0cf-de78-4f43-be9b-85f1229e2f56
2021-04-30T15:53:49.652Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f85af0cf-de78-4f43-be9b-85f1229e2f56 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-30T15:53:49.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798012059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-30T15:53:49.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798017215,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T15:53:49.661Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798017689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.661Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798012059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798012059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T15:53:49.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798019117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798020052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798020123,
  "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-30T15:53:49.666Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f85af0cf-de78-4f43-be9b-85f1229e2f56
2021-04-30T15:53:49.666Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f85af0cf-de78-4f43-be9b-85f1229e2f56 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-30T15:53:49.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "clamp",
  "timestamp": 1619798020941,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.670Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798021129,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "clamp",
  "timestamp": 1619798021993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798022428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:53:49.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "clamp",
  "timestamp": 1619798022996,
  "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-30T15:53:49.675Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f85af0cf-de78-4f43-be9b-85f1229e2f56
2021-04-30T15:53:49.675Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f85af0cf-de78-4f43-be9b-85f1229e2f56 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-30T15:53:49.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798023957,
  "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-30T15:53:49.685Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f85af0cf-de78-4f43-be9b-85f1229e2f56
2021-04-30T15:53:49.685Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f85af0cf-de78-4f43-be9b-85f1229e2f56 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-30T15:53:49.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798024961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T15:53:49.691Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "aai-ml",
  "timestamp": 1619798024533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "aai-ml",
  "timestamp": 1619798024533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "aai-ml",
  "timestamp": 1619798024533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "aai-ml",
  "timestamp": 1619798024533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:49.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:53:50.460Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:53:50.460Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:53:50.465Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:53:50.465Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798028786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T15:53:50.566Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:53:50.567Z||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-30T15:53:50.567Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:53:50.582Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:53:50.583Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":5,"count":1}
2021-04-30T15:53:51.466Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:53:51.467Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:53:51.469Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:53:51.469Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798028786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T15:53:51.569Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:53:51.570Z||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-30T15:53:51.570Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:53:51.580Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:53:51.581Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:53:52.469Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:53:52.470Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:53:52.471Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:53:52.471Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798028786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:52.572Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:53:52.573Z||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-30T15:53:52.573Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:53:52.583Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:53:52.584Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-30T15:53:53.472Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:53:53.473Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:53:53.474Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:53:53.474Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798028786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-30T15:53:53.575Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:53:53.576Z||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-30T15:53:53.576Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:53:53.587Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:53:53.587Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:53:54.475Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:53:54.475Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:53:54.477Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:53:54.477Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798028786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:53:54.577Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:53:54.578Z||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-30T15:53:54.578Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:53:54.586Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:53:54.586Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:53:55.478Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:53:55.478Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:53:55.480Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:53:55.480Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798028786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T15:53:55.581Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-30T15:53:55.582Z||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-30T15:53:55.582Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:53:55.591Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:53:55.591Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:53:56.481Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "serviceName": "basic_onboard_oRwpxb",
  "serviceVersion": "1.0",
  "serviceUUID": "b88397b2-ee16-4ac6-9021-4ca426687bca",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4b8e1289-e7b2-4009-8c0f-19824931a772",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_oRwpxb 0",
      "resourceCustomizationUUID": "83ef1be8-7448-41d5-b8b9-ee29b56e4ea6",
      "resourceName": "basic_onboard_oRwpxb",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1cf7625a-748f-4622-9c59-982e87715e4e",
      "resourceInvariantUUID": "241170c6-4608-4566-ba90-8163fa3a529b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_orwpxb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
          "artifactChecksum": "MjllZDEyNjM0Zjc5YTc5NGUzZTk0ZTEyNGIwNmE2OTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9c60d856-70ad-408d-8112-ca87a9afc3d0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8c381236-2c85-4273-8dd9-6c8b75202537",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "560c21d0-265a-43df-833a-5584c233914e",
            "generatedFromUUID": "8c381236-2c85-4273-8dd9-6c8b75202537"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "560c21d0-265a-43df-833a-5584c233914e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOrwpxb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
      "artifactChecksum": "ZTc5NzJhM2IxMDg2YmRjMTFmZjViMmZjZWU2ZGIwMTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "56bc7b38-2d0d-473b-99f9-c999a0fc6b8e"
    }
  ],
  "workloadContext": "Production"
}
2021-04-30T15:53:56.482Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T15:53:56.482Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b88397b2-ee16-4ac6-9021-4ca426687bca ASDC
2021-04-30T15:53:56.578Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f85af0cf-de78-4f43-be9b-85f1229e2f56
ServiceName:basic_onboard_oRwpxb
ServiceVersion:1.0
ServiceUUID:b88397b2-ee16-4ac6-9021-4ca426687bca
ServiceInvariantUUID:4b8e1289-e7b2-4009-8c0f-19824931a772
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOrwpxb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar
ArtifactUUID:56bc7b38-2d0d-473b-99f9-c999a0fc6b8e
ArtifactChecksum:ZTc5NzJhM2IxMDg2YmRjMTFmZjViMmZjZWU2ZGIwMTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_oRwpxb 0
ResourceCustomizationUUID:83ef1be8-7448-41d5-b8b9-ee29b56e4ea6
ResourceInvariantUUID:241170c6-4608-4566-ba90-8163fa3a529b
ResourceName:basic_onboard_oRwpxb
ResourceType:VF
ResourceUUID:1cf7625a-748f-4622-9c59-982e87715e4e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_orwpxb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json
ArtifactUUID:9c60d856-70ad-408d-8112-ca87a9afc3d0
ArtifactChecksum:MjllZDEyNjM0Zjc5YTc5NGUzZTk0ZTEyNGIwNmE2OTI=
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/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8c381236-2c85-4273-8dd9-6c8b75202537
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/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env
ArtifactUUID:560c21d0-265a-43df-833a-5584c233914e
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/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env
ArtifactUUID:560c21d0-265a-43df-833a-5584c233914e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-30T15:53:56.578Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b88397b2-ee16-4ac6-9021-4ca426687bca 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-30T15:53:56.644Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T15:53:56.645Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-30T15:53:56.645Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-30T15:53:56.646Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 56bc7b38-2d0d-473b-99f9-c999a0fc6b8e from URL: /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:53:56.646Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-30T15:53:56.647Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:53:56.881Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-30T15:53:56.896Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar 56bc7b38-2d0d-473b-99f9-c999a0fc6b8e 75704
2021-04-30T15:53:56.897Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar ASDC sendASDCNotification
2021-04-30T15:53:56.897Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:53:56.898Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T15:53:56.899Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:53:56.900Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:53:56.901Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798036896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:53:57.001Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:53:57.002Z||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-30T15:53:57.002Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:53:57.011Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:53:57.011Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:53:57.901Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T15:53:57.903Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-30T15:53:57.904Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 56bc7b38-2d0d-473b-99f9-c999a0fc6b8e, URL: /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar to file: /app/ASDC/1/service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:53:57.905Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:53:58.031Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:53:58.031Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:53:58.334Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7069310655972811441/Definitions/service-BasicOnboardOrwpxb-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-30T15:54:00.116Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T15:54:00.121Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-30T15:54:00.121Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:00.121Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-30T15:54:00.121Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||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-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:00.121Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||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-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:00.121Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||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-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:00.121Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||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-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:00.121Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:00.121Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:00.122Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||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-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:00.122Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_oRwpxb 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-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:00.122Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_oRwpxb 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:00.122Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||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-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:00.122Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-30T15:54:00.128Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:00.129Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:00.132Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is matching search criteria
2021-04-30T15:54:00.132Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-30T15:54:00.134Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oRwpxb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T15:54:00.135Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:00.135Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:00.135Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is matching search criteria
2021-04-30T15:54:00.136Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-30T15:54:00.136Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oRwpxb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T15:54:00.136Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:00.136Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:00.139Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:00.139Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is not matching search criteria
2021-04-30T15:54:00.139Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-30T15:54:00.140Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-30T15:54:00.140Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-30T15:54:00.140Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-30T15:54:00.140Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-30T15:54:00.140Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:00.140Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T15:54:00.141Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:00.141Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is matching search criteria
2021-04-30T15:54:00.142Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oRwpxb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:54:00.142Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:00.142Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is matching search criteria
2021-04-30T15:54:00.142Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oRwpxb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:54:00.142Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:00.143Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is matching search criteria
2021-04-30T15:54:00.143Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oRwpxb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:54:00.143Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:00.143Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is not matching search criteria
2021-04-30T15:54:00.143Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-30T15:54:00.143Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-30T15:54:00.143Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=58f5d342-e159-4554-a6d1-72e9acb976a5
2021-04-30T15:54:00.144Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:00.144Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:00.144Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:00.144Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:00.144Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:00.144Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:00.144Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:00.145Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:00.145Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_oRwpxb
Description:service
Model UUID:b88397b2-ee16-4ac6-9021-4ca426687bca
Model Version:NULL
Model InvariantUuid:4b8e1289-e7b2-4009-8c0f-19824931a772
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_oRwpxb
Model UUID:a3d18870-31f1-47b9-9a00-971604472768
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:241170c6-4608-4566-ba90-8163fa3a529b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:83ef1be8-7448-41d5-b8b9-ee29b56e4ea6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8ff015e6-426d-4628-8743-e17b32829d1a
ModelName:BasicOnboardOrwpxb..base_ubuntu18..module-0
ModelUuid:1fc70aba-4b4d-49b5-96f2-73107ad6ea7f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:58f5d342-e159-4554-a6d1-72e9acb976a5
ModelInvariantUuid:a28d4533-1fd1-44f6-b9d8-e9c77ac1c2e6
ModelName:basic_onboard_oRwpxb-nodes.ubuntu18Cvfc
ModelUuid:3b8b15e9-1764-4bc3-9993-399744aad507
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:289a581c-b2ee-4f45-91fd-7c7ff828e59c
ModelInvariantUuid:d3f09913-b3f0-4be6-a42a-2add75dad575
ModelName:BasicOnboardOrwpxb.compute.nodes.heat.ubuntu18
ModelUuid:6ce39ca4-6b3e-4d5e-b591-fecab34dcf8c
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-30T15:54:00.155Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1cf7625a-748f-4622-9c59-982e87715e4e
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-30T15:54:00.235Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||basic_onboard_oRwpxb 0
2021-04-30T15:54:00.241Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1cf7625a-748f-4622-9c59-982e87715e4e
2021-04-30T15:54:00.241Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9c60d856-70ad-408d-8112-ca87a9afc3d0 from URL: /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json
2021-04-30T15:54:00.241Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-30T15:54:00.241Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json
2021-04-30T15:54:00.432Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-30T15:54:00.433Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json 9c60d856-70ad-408d-8112-ca87a9afc3d0 798
2021-04-30T15:54:00.433Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json ASDC sendASDCNotification
2021-04-30T15:54:00.433Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json
2021-04-30T15:54:00.433Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T15:54:00.434Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:54:00.435Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:54:00.435Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798040433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:54:00.536Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:54:00.536Z||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-30T15:54:00.536Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:54:00.547Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:54:00.547Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:54:01.437Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOrwpxb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8ff015e6-426d-4628-8743-e17b32829d1a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1fc70aba-4b4d-49b5-96f2-73107ad6ea7f",
    "vfModuleModelCustomizationUUID": "cea6a463-7248-4e45-b062-d9b4363a7e9c",
    "isBase": true,
    "artifacts": [
      "8c381236-2c85-4273-8dd9-6c8b75202537",
      "560c21d0-265a-43df-833a-5584c233914e"
    ],
    "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-30T15:54:01.458Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOrwpxb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1fc70aba-4b4d-49b5-96f2-73107ad6ea7f
VfModuleModelInvariantUUID:8ff015e6-426d-4628-8743-e17b32829d1a
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c381236-2c85-4273-8dd9-6c8b75202537
,
560c21d0-265a-43df-833a-5584c233914e

}
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-30T15:54:01.461Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOrwpxb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8ff015e6-426d-4628-8743-e17b32829d1a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1fc70aba-4b4d-49b5-96f2-73107ad6ea7f",
    "vfModuleModelCustomizationUUID": "cea6a463-7248-4e45-b062-d9b4363a7e9c",
    "isBase": true,
    "artifacts": [
      "8c381236-2c85-4273-8dd9-6c8b75202537",
      "560c21d0-265a-43df-833a-5584c233914e"
    ],
    "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-30T15:54:01.461Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOrwpxb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1fc70aba-4b4d-49b5-96f2-73107ad6ea7f
VfModuleModelInvariantUUID:8ff015e6-426d-4628-8743-e17b32829d1a
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c381236-2c85-4273-8dd9-6c8b75202537
,
560c21d0-265a-43df-833a-5584c233914e

}
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-30T15:54:01.461Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8c381236-2c85-4273-8dd9-6c8b75202537 from URL: /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml
2021-04-30T15:54:01.461Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-30T15:54:01.462Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml
2021-04-30T15:54:01.629Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-30T15:54:01.629Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml 8c381236-2c85-4273-8dd9-6c8b75202537 5033
2021-04-30T15:54:01.629Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-30T15:54:01.629Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml
2021-04-30T15:54:01.629Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T15:54:01.630Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:54:01.631Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:54:01.631Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798041629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:54:01.732Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:54:01.732Z||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-30T15:54:01.732Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:54:01.742Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:54:01.742Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:54:02.632Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 560c21d0-265a-43df-833a-5584c233914e from URL: /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env
2021-04-30T15:54:02.633Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-30T15:54:02.633Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env
2021-04-30T15:54:02.826Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-30T15:54:02.827Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env 560c21d0-265a-43df-833a-5584c233914e 909
2021-04-30T15:54:02.827Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-30T15:54:02.827Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env
2021-04-30T15:54:02.827Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T15:54:02.828Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:54:02.829Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:54:02.829Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798042827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:54:02.929Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:54:02.930Z||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-30T15:54:02.930Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:54:02.941Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:54:02.941Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:54:03.830Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b88397b2-ee16-4ac6-9021-4ca426687bca
2021-04-30T15:54:03.830Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_oRwpxb 0 1cf7625a-748f-4622-9c59-982e87715e4e 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-30T15:54:03.864Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:03.864Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:03.865Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-04-30T15:54:03.865Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 83ef1be8-7448-41d5-b8b9-ee29b56e4ea6
2021-04-30T15:54:03.865Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 83ef1be8-7448-41d5-b8b9-ee29b56e4ea6 matches Tosca VF Customization UUID: 83ef1be8-7448-41d5-b8b9-ee29b56e4ea6
2021-04-30T15:54:03.865Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 83ef1be8-7448-41d5-b8b9-ee29b56e4ea6  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-30T15:54:03.872Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:03.872Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:03.873Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 83ef1be8-7448-41d5-b8b9-ee29b56e4ea6: {\"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-30T15:54:03.873Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@73ab155
2021-04-30T15:54:03.873Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:03.874Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T15:54:03.874Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cea6a463-7248-4e45-b062-d9b4363a7e9c
2021-04-30T15:54:03.875Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cea6a463-7248-4e45-b062-d9b4363a7e9c
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-30T15:54:03.880Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:03.881Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is matching search criteria
2021-04-30T15:54:03.881Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oRwpxb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:54:03.882Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:03.882Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is matching search criteria
2021-04-30T15:54:03.882Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oRwpxb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:54:03.882Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:03.883Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is not matching search criteria
2021-04-30T15:54:03.883Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-30T15:54:03.883Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-30T15:54:03.883Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=58f5d342-e159-4554-a6d1-72e9acb976a5
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-30T15:54:03.890Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:03.890Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is matching search criteria
2021-04-30T15:54:03.890Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oRwpxb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:54:03.890Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:03.891Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_oRwpxb 0 is matching search criteria
2021-04-30T15:54:03.891Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_oRwpxb 0] matching following query criteria: sdcType=VF, customizationUUID=83ef1be8-7448-41d5-b8b9-ee29b56e4ea6
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-30T15:54:03.893Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:03.893Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:03.893Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b88397b2-ee16-4ac6-9021-4ca426687bca: basic_onboard_oRwpxb
2021-04-30T15:54:03.894Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:03.894Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:03.894Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:03.894Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:03.895Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:03.895Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:03.895Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:03.895Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:03.895Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:54:03.896Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_oRwpxb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:54:03.896Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_oRwpxb 
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-30T15:54:04.035Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_oRwpxb 1cf7625a-748f-4622-9c59-982e87715e4e 1 ASDC deployResourceStructure
2021-04-30T15:54:04.035Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json ASDC sendASDCNotification
2021-04-30T15:54:04.036Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json
2021-04-30T15:54:04.036Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T15:54:04.036Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:54:04.037Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:54:04.038Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798044035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T15:54:04.138Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:54:04.138Z||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-30T15:54:04.138Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:54:04.149Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:54:04.149Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:54:05.039Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-30T15:54:05.039Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml
2021-04-30T15:54:05.039Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T15:54:05.039Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:54:05.041Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:54:05.042Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798045039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T15:54:05.142Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:54:05.142Z||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-30T15:54:05.142Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:54:05.153Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:54:05.153Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:54:06.043Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-30T15:54:06.043Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env
2021-04-30T15:54:06.043Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T15:54:06.043Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:54:06.045Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:54:06.045Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798046042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-30T15:54:06.145Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:54:06.146Z||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-30T15:54:06.146Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:54:06.157Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:54:06.158Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:54:07.046Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar ASDC sendASDCNotification
2021-04-30T15:54:07.046Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar
2021-04-30T15:54:07.046Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T15:54:07.047Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:54:07.048Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:54:07.048Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798047046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T15:54:07.148Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:54:07.149Z||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-30T15:54:07.149Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:54:07.162Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:54:07.162Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:54:08.049Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T15:54:08.064Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
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-30T15:54:08.067Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T15:54:08.067Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T15:54:08.067Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T15:54:38.067Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T15:54:38.077Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
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-30T15:54:38.080Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T15:54:38.080Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T15:54:38.080Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T15:54:48.788Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:54:48.788Z||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-30T15:54:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:54:48.810Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:54:48.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:54:48.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "aai-ml",
  "timestamp": 1619798024533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:54:48.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:55:08.080Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T15:55:08.090Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
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-30T15:55:08.092Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T15:55:08.092Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T15:55:08.092Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T15:55:38.092Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T15:55:38.102Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
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-30T15:55:38.104Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T15:55:38.104Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T15:55:38.104Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T15:55:48.788Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:55:48.789Z||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-30T15:55:48.789Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:55:48.809Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:55:48.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T15:55:48.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798028786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:55:48.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:56:08.105Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T15:56:08.113Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
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-30T15:56:08.116Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T15:56:08.116Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T15:56:08.116Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T15:56:38.116Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T15:56:38.127Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
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-30T15:56:38.130Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T15:56:38.130Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T15:56:38.130Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T15:56:48.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:56:48.788Z||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-30T15:56:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:56:48.820Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:56:48.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "aai-ml",
  "timestamp": 1619798024533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:56:48.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:56:48.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798028786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T15:56:48.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:56:48.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "aai-ml",
  "timestamp": 1619798024533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T15:56:48.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:56:48.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798028786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T15:56:48.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:56:48.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "aai-ml",
  "timestamp": 1619798032396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:56:48.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:56:48.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798028786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:56:48.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:56:48.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798028786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-30T15:56:48.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:56:48.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798028786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:56:48.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:56:48.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798028786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798036896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798040433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798041629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798042827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:56:48.826Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:56:48.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798044035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/basic_onboard_orwpxb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T15:56:48.826Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:56:48.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798045039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T15:56:48.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:56:48.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798046042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/resourceInstances/basic_onboard_orwpxb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-30T15:56:48.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:56:48.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798047046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T15:56:48.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:56:48.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "aai-ml",
  "timestamp": 1619798047127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOrwpxb/1.0/artifacts/service-BasicOnboardOrwpxb-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-04-30T15:56:48.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:56:48.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:56:48.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "aai-ml",
  "timestamp": 1619798048131,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-30T15:56:48.833Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f85af0cf-de78-4f43-be9b-85f1229e2f56
2021-04-30T15:56:48.833Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f85af0cf-de78-4f43-be9b-85f1229e2f56 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-30T15:57:08.130Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T15:57:08.143Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
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-30T15:57:08.146Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T15:57:08.146Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T15:57:08.146Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T15:57:08.146Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T15:57:38.147Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T15:57:38.157Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
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-30T15:57:38.160Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T15:57:38.161Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T15:57:38.161Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T15:57:38.161Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T15:57:48.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:57:48.788Z||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-30T15:57:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:57:48.808Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:57:48.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:57:48.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "cds",
  "timestamp": 1619798207988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:57:48.809Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:58:08.161Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T15:58:08.172Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
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-30T15:58:08.175Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T15:58:08.175Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T15:58:08.176Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T15:58:08.176Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T15:58:38.176Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T15:58:38.184Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56
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-30T15:58:38.187Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T15:58:38.187Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T15:58:38.187Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T15:58:38.187Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T15:58:48.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:58:48.788Z||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-30T15:58:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:58:48.807Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:58:48.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:58:48.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619798199159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:58:48.808Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:08.188Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2021-04-30T15:59:08.188Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f85af0cf-de78-4f43-be9b-85f1229e2f56 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-30T15:59:08.198Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f85af0cf-de78-4f43-be9b-85f1229e2f56 and serviceModelVersionId: b88397b2-ee16-4ac6-9021-4ca426687bca
2021-04-30T15:59:08.198Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4b8e1289-e7b2-4009-8c0f-19824931a772
2021-04-30T15:59:19.571Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca?depth=0
2021-04-30T15:59:19.671Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-30T15:59:20.342Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca?depth=0|INFO|500||Invoke
2021-04-30T15:59:20.347Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f85af0cf-de78-4f43-be9b-85f1229e2f56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[187ac5ec-8d3c-4087-961a-be2ba05c8f32], X-ECOMP-RequestID=[f85af0cf-de78-4f43-be9b-85f1229e2f56], X-TransactionId=[], X-ONAP-RequestID=[f85af0cf-de78-4f43-be9b-85f1229e2f56], Content-Type=[application/merge-patch+json]}
2021-04-30T15:59:20.470Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-04-30T15:59:20.514Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca?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/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210430-15:59:20:478-9124], Content-Length=[495], Date=[Fri, 30 Apr 2021 15:59:20 GMT], Content-Type=[application/json]}
2021-04-30T15:59:20.517Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca","ERR.5.4.6114"]}}}

2021-04-30T15:59:20.518Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca?depth=0|INFO|404|Not Found|InvokeReturn
2021-04-30T15:59:20.546Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=f85af0cf-de78-4f43-be9b-85f1229e2f56 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca) (ec=ERR.5.4.6114)
2021-04-30T15:59:20.546Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f85af0cf-de78-4f43-be9b-85f1229e2f56 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-30T15:59:20.546Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f85af0cf-de78-4f43-be9b-85f1229e2f56 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca) (ec=ERR.5.4.6114)
2021-04-30T15:59:20.547Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=f85af0cf-de78-4f43-be9b-85f1229e2f56 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca) (ec=ERR.5.4.6114)
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-30T15:59:20.552Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||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-30T15:59:20.552Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f85af0cf-de78-4f43-be9b-85f1229e2f56 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f85af0cf-de78-4f43-be9b-85f1229e2f56 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca) (ec=ERR.5.4.6114)
2021-04-30T15:59:20.553Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-30T15:59:20.554Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:20.556Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:20.556Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798360553,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df85af0cf-de78-4f43-be9b-85f1229e2f56 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca) (ec\u003dERR.5.4.6114)"
}
2021-04-30T15:59:20.656Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:20.657Z||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-30T15:59:20.657Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:20.669Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:59:20.669Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-30T15:59:21.567Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:59:21.567Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|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-30T15:59:21.568Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:25.905Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:59:25.906Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T15:59:25.906Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5838b8e5-dec3-4d06-8e9f-a9de96f5990e","serviceName":"vFW 2021-04-30 15-55-24","serviceVersion":"1.0","serviceUUID":"21fd729b-48a8-41e0-b98b-7cb89437899b","serviceDescription":"catalog service description","serviceInvariantUUID":"4764ec4b-7594-4628-9277-6ed317c652f6","resources":[{"resourceInstanceName":"vFW 08bf26f3-f6de 0","resourceName":"vFW 08bf26f3-f6de","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c51fd308-4fcd-4736-9e8b-e60e858554d1","resourceInvariantUUID":"806a3c98-0136-49d8-b140-c66183d85bc1","resourceCustomizationUUID":"20e3f1d7-0d72-4fb1-acfb-a67285d155a6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml","artifactChecksum":"NDkwMTJkN2FhZWNmMzA1NTFmMDFlNTk1M2FiMTMwNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2fe6b4ab-7c1c-4ce5-8ade-4b75fb0cba32","artifactVersion":"1"},{"artifactName":"vfw08bf26f3f6de0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json","artifactChecksum":"MDJmNjliZGQyY2MyY2VjMmM5YzgyNjIxNTI3NjE1YmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c48db742-44eb-4b4d-8076-1ce63f5b622e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3b5c011e-615f-4d5a-acc5-6147d98505f6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml","artifactChecksum":"YjE0YmI5ZjAwNWM5ZmFkMjYxNzhjYTQ5NjgwNjQzNTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"93807954-07a2-440c-bf09-33da307a9557","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a1f92155-083c-401e-b20a-1fc751aac387","artifactVersion":"2","generatedFromUUID":"3b5c011e-615f-4d5a-acc5-6147d98505f6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210430155524-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml","artifactChecksum":"ZGM3Y2QwNjcyMTc1ODk1MGZhMDZhZDY4NDU5ZmYyY2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dfadb1ab-b75c-4dfa-8286-3023c229eaef","artifactVersion":"1"},{"artifactName":"service-Vfw20210430155524-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar","artifactChecksum":"MTcxNzkyNWVlZTY5YmIzMDg4MjA3NmNhYzg4NjUxMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5f244980-a35b-443c-a2b1-8f7b4a8517d4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T15:59:25.909Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:59:25.909Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:25.911Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:25.911Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798361567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:26.011Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:26.012Z||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-30T15:59:26.012Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:26.024Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:59:26.025Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:59:26.912Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:59:26.913Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:26.914Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:26.914Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798361567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T15:59:27.014Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:27.015Z||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-30T15:59:27.016Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:27.027Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:59:27.028Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-30T15:59:27.915Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:59:27.915Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:27.917Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:27.917Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798361567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T15:59:28.017Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:28.018Z||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-30T15:59:28.018Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:28.037Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:59:28.038Z||pool-21-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-04-30T15:59:28.918Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:59:28.918Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:28.920Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:28.920Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798361567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:29.021Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-30T15:59:29.022Z||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-30T15:59:29.022Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:29.030Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:59:29.030Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:59:29.921Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:59:29.921Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:29.923Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:29.923Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798361567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-30T15:59:30.024Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:30.024Z||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-30T15:59:30.025Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:30.035Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:59:30.036Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:59:30.924Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:59:30.925Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:30.926Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:30.926Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798361567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:31.027Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:31.028Z||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-30T15:59:31.028Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:31.043Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:59:31.043Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-04-30T15:59:31.927Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T15:59:31.928Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:31.929Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:31.929Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798361567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T15:59:32.030Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:32.030Z||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-30T15:59:32.031Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:32.040Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:59:32.040Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:59:32.931Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "serviceName": "vFW 2021-04-30 15-55-24",
  "serviceVersion": "1.0",
  "serviceUUID": "21fd729b-48a8-41e0-b98b-7cb89437899b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4764ec4b-7594-4628-9277-6ed317c652f6",
  "resources": [
    {
      "resourceInstanceName": "vFW 08bf26f3-f6de 0",
      "resourceCustomizationUUID": "20e3f1d7-0d72-4fb1-acfb-a67285d155a6",
      "resourceName": "vFW 08bf26f3-f6de",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c51fd308-4fcd-4736-9e8b-e60e858554d1",
      "resourceInvariantUUID": "806a3c98-0136-49d8-b140-c66183d85bc1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw08bf26f3f6de0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
          "artifactChecksum": "MDJmNjliZGQyY2MyY2VjMmM5YzgyNjIxNTI3NjE1YmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c48db742-44eb-4b4d-8076-1ce63f5b622e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3b5c011e-615f-4d5a-acc5-6147d98505f6",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a1f92155-083c-401e-b20a-1fc751aac387",
            "generatedFromUUID": "3b5c011e-615f-4d5a-acc5-6147d98505f6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a1f92155-083c-401e-b20a-1fc751aac387",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210430155524-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
      "artifactChecksum": "MTcxNzkyNWVlZTY5YmIzMDg4MjA3NmNhYzg4NjUxMzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5f244980-a35b-443c-a2b1-8f7b4a8517d4"
    }
  ],
  "workloadContext": "Production"
}
2021-04-30T15:59:32.931Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T15:59:32.931Z|f85af0cf-de78-4f43-be9b-85f1229e2f56|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 21fd729b-48a8-41e0-b98b-7cb89437899b ASDC
2021-04-30T15:59:32.931Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5838b8e5-dec3-4d06-8e9f-a9de96f5990e
ServiceName:vFW 2021-04-30 15-55-24
ServiceVersion:1.0
ServiceUUID:21fd729b-48a8-41e0-b98b-7cb89437899b
ServiceInvariantUUID:4764ec4b-7594-4628-9277-6ed317c652f6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210430155524-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar
ArtifactUUID:5f244980-a35b-443c-a2b1-8f7b4a8517d4
ArtifactChecksum:MTcxNzkyNWVlZTY5YmIzMDg4MjA3NmNhYzg4NjUxMzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 08bf26f3-f6de 0
ResourceCustomizationUUID:20e3f1d7-0d72-4fb1-acfb-a67285d155a6
ResourceInvariantUUID:806a3c98-0136-49d8-b140-c66183d85bc1
ResourceName:vFW 08bf26f3-f6de
ResourceType:VF
ResourceUUID:c51fd308-4fcd-4736-9e8b-e60e858554d1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw08bf26f3f6de0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json
ArtifactUUID:c48db742-44eb-4b4d-8076-1ce63f5b622e
ArtifactChecksum:MDJmNjliZGQyY2MyY2VjMmM5YzgyNjIxNTI3NjE1YmI=
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/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml
ArtifactUUID:3b5c011e-615f-4d5a-acc5-6147d98505f6
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/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env
ArtifactUUID:a1f92155-083c-401e-b20a-1fc751aac387
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/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env
ArtifactUUID:a1f92155-083c-401e-b20a-1fc751aac387
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-30T15:59:32.932Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 21fd729b-48a8-41e0-b98b-7cb89437899b 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-30T15:59:32.958Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T15:59:32.958Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-30T15:59:32.958Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-30T15:59:32.958Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5f244980-a35b-443c-a2b1-8f7b4a8517d4 from URL: /sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:32.958Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-30T15:59:32.959Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:33.396Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-30T15:59:33.403Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar 5f244980-a35b-443c-a2b1-8f7b4a8517d4 110920
2021-04-30T15:59:33.404Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar ASDC sendASDCNotification
2021-04-30T15:59:33.404Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:33.404Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T15:59:33.404Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:33.406Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:33.406Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798373404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:59:33.506Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:33.507Z||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-30T15:59:33.507Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:33.517Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:59:33.517Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:59:34.406Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T15:59:34.407Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-30T15:59:34.407Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5f244980-a35b-443c-a2b1-8f7b4a8517d4, URL: /sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar to file: /app/ASDC/1/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:34.408Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210430155524-csar.csar
2021-04-30T15:59:34.408Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:34.408Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:34.593Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16297671371922463218/Definitions/service-Vfw20210430155524-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-04-30T15:59:36.743Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T15:59:36.743Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||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-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||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-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||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-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||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-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||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-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||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-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||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-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 08bf26f3-f6de 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 08bf26f3-f6de 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-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||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-Vfw20210430155524-csar.csar
2021-04-30T15:59:36.744Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-30T15:59:36.745Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:36.745Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:36.745Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is matching search criteria
2021-04-30T15:59:36.745Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-30T15:59:36.745Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 08bf26f3-f6de 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T15:59:36.745Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:36.745Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:36.746Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is matching search criteria
2021-04-30T15:59:36.746Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-30T15:59:36.746Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 08bf26f3-f6de 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T15:59:36.746Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:36.746Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:36.746Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:36.746Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is not matching search criteria
2021-04-30T15:59:36.746Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T15:59:36.747Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T15:59:36.747Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T15:59:36.747Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:36.747Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.747Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.747Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T15:59:36.747Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T15:59:36.747Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T15:59:36.747Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.747Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:36.747Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T15:59:36.748Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:36.748Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T15:59:36.748Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.748Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-30T15:59:36.748Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:36.748Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T15:59:36.748Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:36.748Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is matching search criteria
2021-04-30T15:59:36.748Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 08bf26f3-f6de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:59:36.749Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:36.749Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is matching search criteria
2021-04-30T15:59:36.749Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 08bf26f3-f6de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:59:36.749Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:36.749Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is matching search criteria
2021-04-30T15:59:36.749Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 08bf26f3-f6de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:59:36.749Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:36.749Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is not matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.750Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c89c1ac6-9a9d-4b12-b137-b55146c636c0
2021-04-30T15:59:36.751Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:36.751Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is not matching search criteria
2021-04-30T15:59:36.751Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T15:59:36.751Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T15:59:36.751Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T15:59:36.751Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:36.751Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.751Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.751Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T15:59:36.751Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-30T15:59:36.751Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T15:59:36.752Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:36.752Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T15:59:36.752Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.752Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=583867a4-7b92-4323-8f78-424dda487ee2
2021-04-30T15:59:36.752Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:36.752Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is not matching search criteria
2021-04-30T15:59:36.752Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T15:59:36.752Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T15:59:36.752Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T15:59:36.752Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:36.753Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.753Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.753Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T15:59:36.753Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T15:59:36.753Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T15:59:36.753Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T15:59:36.753Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:36.753Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-30T15:59:36.753Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=35430c5a-c3db-41ce-a588-e8e6ccbad452
2021-04-30T15:59:36.754Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:36.754Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:36.754Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:36.754Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:36.754Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:36.754Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:36.754Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:36.754Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:36.754Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-04-30 15-55-24
Description:catalog service description
Model UUID:21fd729b-48a8-41e0-b98b-7cb89437899b
Model Version:NULL
Model InvariantUuid:4764ec4b-7594-4628-9277-6ed317c652f6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 08bf26f3-f6de
Model UUID:f8c90a17-be9b-4ff5-bbd6-307b53003563
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:806a3c98-0136-49d8-b140-c66183d85bc1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:20e3f1d7-0d72-4fb1-acfb-a67285d155a6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:02df38a0-a419-410e-b717-c69ce70d04d8
ModelName:Vfw08bf26f3F6de..base_vfw..module-0
ModelUuid:4462376f-c3cc-49ff-b93a-e639409f222f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c89c1ac6-9a9d-4b12-b137-b55146c636c0
ModelInvariantUuid:d87994c2-84bc-4ca3-b7d1-3ba22c52d9c8
ModelName:vFW 08bf26f3-f6de-nodes.vfwCvfc
ModelUuid:bfca2de7-93c3-42a6-b029-23bae68eacc4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:bd2df8a1-ff95-4537-b383-3e8ca4e5fad5
ModelInvariantUuid:59425df8-ffbc-4349-96a7-a78c691eeefc
ModelName:Vfw08bf26f3F6de.compute.nodes.heat.vfw
ModelUuid:65be46e2-76c4-451e-a503-704168a46948
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:583867a4-7b92-4323-8f78-424dda487ee2
ModelInvariantUuid:72c62ec3-848c-4651-aa5f-d25f79704741
ModelName:vFW 08bf26f3-f6de-nodes.vsnCvfc
ModelUuid:1a4e3f63-5fbe-485d-95d7-07774edbb73d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:10e91571-5422-4a44-8b7a-b6fb796f2348
ModelInvariantUuid:14183a09-c86a-4364-bc54-282995c5b71f
ModelName:Vfw08bf26f3F6de.compute.nodes.heat.vsn
ModelUuid:d00939df-5851-46f4-8e95-1d1f6da0ce6c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:35430c5a-c3db-41ce-a588-e8e6ccbad452
ModelInvariantUuid:3ab9836b-fa14-4384-83aa-59baa401cc7a
ModelName:vFW 08bf26f3-f6de-nodes.vpgCvfc
ModelUuid:8b082d14-33a3-4d48-a3e9-b0917c07a47a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0360b331-6172-4d7a-9e3d-072058f319b4
ModelInvariantUuid:d5953c6c-771b-48a1-9fff-184eda52e5f7
ModelName:Vfw08bf26f3F6de.compute.nodes.heat.vpg
ModelUuid:1b0b5a3d-6492-487f-9a2f-9303052dc812
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-30T15:59:36.761Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: c51fd308-4fcd-4736-9e8b-e60e858554d1
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-30T15:59:36.764Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||vFW 08bf26f3-f6de 0
2021-04-30T15:59:36.764Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c51fd308-4fcd-4736-9e8b-e60e858554d1
2021-04-30T15:59:36.764Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c48db742-44eb-4b4d-8076-1ce63f5b622e from URL: /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json
2021-04-30T15:59:36.764Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-30T15:59:36.764Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json
2021-04-30T15:59:37.580Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-30T15:59:37.581Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json c48db742-44eb-4b4d-8076-1ce63f5b622e 785
2021-04-30T15:59:37.581Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json ASDC sendASDCNotification
2021-04-30T15:59:37.581Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json
2021-04-30T15:59:37.581Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T15:59:37.581Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:37.583Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:37.583Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798377581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:59:37.683Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:37.684Z||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-30T15:59:37.684Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:37.694Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:59:37.694Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-30T15:59:38.583Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw08bf26f3F6de..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "02df38a0-a419-410e-b717-c69ce70d04d8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4462376f-c3cc-49ff-b93a-e639409f222f",
    "vfModuleModelCustomizationUUID": "aa177dcd-f7bb-4d3d-b06d-157d0147c311",
    "isBase": true,
    "artifacts": [
      "3b5c011e-615f-4d5a-acc5-6147d98505f6",
      "a1f92155-083c-401e-b20a-1fc751aac387"
    ],
    "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-30T15:59:38.587Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw08bf26f3F6de..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4462376f-c3cc-49ff-b93a-e639409f222f
VfModuleModelInvariantUUID:02df38a0-a419-410e-b717-c69ce70d04d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
3b5c011e-615f-4d5a-acc5-6147d98505f6
,
a1f92155-083c-401e-b20a-1fc751aac387

}
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-30T15:59:38.589Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw08bf26f3F6de..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "02df38a0-a419-410e-b717-c69ce70d04d8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4462376f-c3cc-49ff-b93a-e639409f222f",
    "vfModuleModelCustomizationUUID": "aa177dcd-f7bb-4d3d-b06d-157d0147c311",
    "isBase": true,
    "artifacts": [
      "3b5c011e-615f-4d5a-acc5-6147d98505f6",
      "a1f92155-083c-401e-b20a-1fc751aac387"
    ],
    "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-30T15:59:38.589Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw08bf26f3F6de..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4462376f-c3cc-49ff-b93a-e639409f222f
VfModuleModelInvariantUUID:02df38a0-a419-410e-b717-c69ce70d04d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
3b5c011e-615f-4d5a-acc5-6147d98505f6
,
a1f92155-083c-401e-b20a-1fc751aac387

}
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-30T15:59:38.589Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3b5c011e-615f-4d5a-acc5-6147d98505f6 from URL: /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml
2021-04-30T15:59:38.589Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-30T15:59:38.589Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml
2021-04-30T15:59:38.804Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-30T15:59:38.805Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml 3b5c011e-615f-4d5a-acc5-6147d98505f6 20368
2021-04-30T15:59:38.805Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-30T15:59:38.805Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml
2021-04-30T15:59:38.806Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T15:59:38.806Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:38.807Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:38.807Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798378805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:59:38.907Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T15:59:38.908Z||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-30T15:59:38.908Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:38.919Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:59:38.919Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:59:39.808Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a1f92155-083c-401e-b20a-1fc751aac387 from URL: /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env
2021-04-30T15:59:39.809Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-30T15:59:39.809Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env
2021-04-30T15:59:40.013Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-30T15:59:40.014Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env a1f92155-083c-401e-b20a-1fc751aac387 2098
2021-04-30T15:59:40.014Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-30T15:59:40.014Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env
2021-04-30T15:59:40.014Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T15:59:40.014Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:40.016Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:40.016Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798380014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:59:40.116Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:40.117Z||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-30T15:59:40.117Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:40.129Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:59:40.130Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:59:41.017Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 21fd729b-48a8-41e0-b98b-7cb89437899b
2021-04-30T15:59:41.017Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 08bf26f3-f6de 0 c51fd308-4fcd-4736-9e8b-e60e858554d1 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-30T15:59:41.033Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:41.033Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:41.034Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-04-30T15:59:41.034Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 20e3f1d7-0d72-4fb1-acfb-a67285d155a6
2021-04-30T15:59:41.034Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 20e3f1d7-0d72-4fb1-acfb-a67285d155a6 matches Tosca VF Customization UUID: 20e3f1d7-0d72-4fb1-acfb-a67285d155a6
2021-04-30T15:59:41.034Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 20e3f1d7-0d72-4fb1-acfb-a67285d155a6  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-30T15:59:41.036Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:41.036Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:41.036Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 20e3f1d7-0d72-4fb1-acfb-a67285d155a6: {\"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-30T15:59:41.036Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@33b781ac
2021-04-30T15:59:41.037Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:41.037Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T15:59:41.037Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aa177dcd-f7bb-4d3d-b06d-157d0147c311
2021-04-30T15:59:41.037Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aa177dcd-f7bb-4d3d-b06d-157d0147c311
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-30T15:59:41.039Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:41.039Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is matching search criteria
2021-04-30T15:59:41.039Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 08bf26f3-f6de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:59:41.040Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:41.040Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is matching search criteria
2021-04-30T15:59:41.040Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 08bf26f3-f6de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:59:41.040Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:41.041Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is not matching search criteria
2021-04-30T15:59:41.041Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T15:59:41.041Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T15:59:41.041Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-30T15:59:41.041Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T15:59:41.041Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T15:59:41.041Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T15:59:41.041Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:41.042Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T15:59:41.042Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:41.042Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T15:59:41.042Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T15:59:41.042Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c89c1ac6-9a9d-4b12-b137-b55146c636c0
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-30T15:59:41.044Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:41.044Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is matching search criteria
2021-04-30T15:59:41.044Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 08bf26f3-f6de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:59:41.044Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:41.045Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is not matching search criteria
2021-04-30T15:59:41.045Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T15:59:41.045Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T15:59:41.045Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T15:59:41.045Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:41.045Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T15:59:41.045Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T15:59:41.045Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T15:59:41.045Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-30T15:59:41.046Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T15:59:41.046Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:41.046Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T15:59:41.046Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T15:59:41.046Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=583867a4-7b92-4323-8f78-424dda487ee2
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-30T15:59:41.048Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:41.048Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is matching search criteria
2021-04-30T15:59:41.048Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 08bf26f3-f6de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:59:41.051Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:41.051Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is not matching search criteria
2021-04-30T15:59:41.051Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T15:59:41.051Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T15:59:41.051Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T15:59:41.051Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:41.051Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T15:59:41.052Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T15:59:41.052Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T15:59:41.052Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T15:59:41.052Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T15:59:41.052Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T15:59:41.052Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T15:59:41.052Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-30T15:59:41.053Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=35430c5a-c3db-41ce-a588-e8e6ccbad452
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-30T15:59:41.054Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:41.055Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is matching search criteria
2021-04-30T15:59:41.055Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 08bf26f3-f6de 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T15:59:41.055Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:41.055Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Node template vFW 08bf26f3-f6de 0 is matching search criteria
2021-04-30T15:59:41.055Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 08bf26f3-f6de 0] matching following query criteria: sdcType=VF, customizationUUID=20e3f1d7-0d72-4fb1-acfb-a67285d155a6
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-30T15:59:41.057Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:41.057Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:41.057Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 21fd729b-48a8-41e0-b98b-7cb89437899b: vFW 08bf26f3-f6de
2021-04-30T15:59:41.057Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:41.057Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:41.057Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:41.057Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:41.058Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:41.058Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:41.058Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:41.058Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:41.058Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T15:59:41.058Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-04-30 15-55-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T15:59:41.058Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-04-30 15-55-24 
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-30T15:59:41.213Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 08bf26f3-f6de c51fd308-4fcd-4736-9e8b-e60e858554d1 1 ASDC deployResourceStructure
2021-04-30T15:59:41.213Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json ASDC sendASDCNotification
2021-04-30T15:59:41.213Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json
2021-04-30T15:59:41.213Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T15:59:41.214Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:41.215Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:41.215Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798381213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T15:59:41.316Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-30T15:59:41.316Z||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-30T15:59:41.316Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:41.325Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:59:41.325Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:59:42.216Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-30T15:59:42.216Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml
2021-04-30T15:59:42.216Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T15:59:42.217Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:42.218Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:42.218Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798382216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T15:59:42.319Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:42.319Z||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-30T15:59:42.319Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:42.328Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:59:42.329Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-30T15:59:43.219Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-30T15:59:43.219Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env
2021-04-30T15:59:43.219Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T15:59:43.220Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:43.221Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:43.221Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798383219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-30T15:59:43.321Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:43.322Z||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-30T15:59:43.322Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:43.330Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:59:43.330Z||pool-32-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-30T15:59:44.222Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar ASDC sendASDCNotification
2021-04-30T15:59:44.222Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar
2021-04-30T15:59:44.222Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T15:59:44.222Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T15:59:44.224Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T15:59:44.224Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798384222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T15:59:44.324Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T15:59:44.325Z||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-30T15:59:44.325Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:44.334Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:59:44.334Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-30T15:59:45.225Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T15:59:45.233Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
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-30T15:59:45.236Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T15:59:45.236Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T15:59:45.236Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T15:59:48.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T15:59:48.788Z||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-30T15:59:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T15:59:48.816Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T15:59:48.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "dcae-sch",
  "timestamp": 1619798200164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798207432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "aai-ml",
  "timestamp": 1619798204533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "policy-id",
  "timestamp": 1619798205138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "cds",
  "timestamp": 1619798207988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "dcae-sch",
  "timestamp": 1619798200164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619798199159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798207432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "aai-ml",
  "timestamp": 1619798204533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "policy-id",
  "timestamp": 1619798205138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "cds",
  "timestamp": 1619798207988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798207432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "dcae-sch",
  "timestamp": 1619798200164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619798199159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "aai-ml",
  "timestamp": 1619798204533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "policy-id",
  "timestamp": 1619798205138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "clamp",
  "timestamp": 1619798210252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "cds",
  "timestamp": 1619798207988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798207432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "dcae-sch",
  "timestamp": 1619798200164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619798199159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "aai-ml",
  "timestamp": 1619798204533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "policy-id",
  "timestamp": 1619798205138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "clamp",
  "timestamp": 1619798210252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798212059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "cds",
  "timestamp": 1619798207988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798207432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "dcae-sch",
  "timestamp": 1619798200164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619798199159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "aai-ml",
  "timestamp": 1619798204533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "policy-id",
  "timestamp": 1619798205138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "clamp",
  "timestamp": 1619798210252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798212059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "cds",
  "timestamp": 1619798207988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798207432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "dcae-sch",
  "timestamp": 1619798200164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619798199159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "aai-ml",
  "timestamp": 1619798204533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "policy-id",
  "timestamp": 1619798205138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "clamp",
  "timestamp": 1619798210252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798212059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "cds",
  "timestamp": 1619798207988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "dcae-sch",
  "timestamp": 1619798200164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798207432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619798199159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "aai-ml",
  "timestamp": 1619798204533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "policy-id",
  "timestamp": 1619798205138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "clamp",
  "timestamp": 1619798210252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798212059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "clamp",
  "timestamp": 1619798210252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798216165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "cds",
  "timestamp": 1619798216179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "aai-ml",
  "timestamp": 1619798216389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "policy-id",
  "timestamp": 1619798216366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798212059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "clamp",
  "timestamp": 1619798210252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798216258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "cds",
  "timestamp": 1619798217186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-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-30T15:59:48.838Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
2021-04-30T15:59:48.838Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5838b8e5-dec3-4d06-8e9f-a9de96f5990e 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-30T15:59:48.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "policy-id",
  "timestamp": 1619798217371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T15:59:48.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798217404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798212059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798216258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T15:59:48.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "policy-id",
  "timestamp": 1619798218375,
  "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-30T15:59:48.850Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
2021-04-30T15:59:48.851Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5838b8e5-dec3-4d06-8e9f-a9de96f5990e 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-30T15:59:48.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798218631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798212059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T15:59:48.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798216258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T15:59:48.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798219636,
  "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-30T15:59:48.863Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
2021-04-30T15:59:48.863Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5838b8e5-dec3-4d06-8e9f-a9de96f5990e 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-30T15:59:48.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798216258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798219925,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798220644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798216258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798221625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798216258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798216258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798223248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "aai-ml",
  "timestamp": 1619798223839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798223323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798224280,
  "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-30T15:59:48.874Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
2021-04-30T15:59:48.874Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5838b8e5-dec3-4d06-8e9f-a9de96f5990e 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-30T15:59:48.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798224320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "aai-ml",
  "timestamp": 1619798224842,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-30T15:59:48.891Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
2021-04-30T15:59:48.892Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5838b8e5-dec3-4d06-8e9f-a9de96f5990e 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-30T15:59:48.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798223323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798225284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T15:59:48.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798225606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798223323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798226959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798223323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798227962,
  "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-30T15:59:48.906Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
2021-04-30T15:59:48.906Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5838b8e5-dec3-4d06-8e9f-a9de96f5990e 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-30T15:59:48.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798223323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798228975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T15:59:48.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798223323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798223323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "clamp",
  "timestamp": 1619798230879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798231619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "clamp",
  "timestamp": 1619798233881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T15:59:48.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "clamp",
  "timestamp": 1619798234884,
  "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-30T15:59:48.919Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
2021-04-30T15:59:48.919Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5838b8e5-dec3-4d06-8e9f-a9de96f5990e 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-30T15:59:48.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798236177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T15:59:48.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T15:59:48.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T15:59:48.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798237183,
  "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-30T15:59:48.933Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
2021-04-30T15:59:48.933Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5838b8e5-dec3-4d06-8e9f-a9de96f5990e 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-30T16:00:15.236Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:00:15.246Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5838b8e5-dec3-4d06-8e9f-a9de96f5990e
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-30T16:00:15.248Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:00:15.248Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T16:00:15.248Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-30T16:00:15.248Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-30T16:00:15.249Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-04-30T16:00:15.249Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||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-30T16:00:15.253Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-30T16:00:45.253Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5838b8e5-dec3-4d06-8e9f-a9de96f5990e 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-30T16:00:45.257Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5838b8e5-dec3-4d06-8e9f-a9de96f5990e and serviceModelVersionId: 21fd729b-48a8-41e0-b98b-7cb89437899b
2021-04-30T16:00:45.257Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4764ec4b-7594-4628-9277-6ed317c652f6
2021-04-30T16:00:45.258Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b?depth=0
2021-04-30T16:00:45.261Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-30T16:00:45.300Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b?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-30T16:00:45.301Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b?depth=0|INFO|500||Invoke
2021-04-30T16:00:45.321Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-04-30T16:00:45.366Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b?depth=0|INFO|404|Not Found|InvokeReturn
2021-04-30T16:00:45.366Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210430-16:00:45:327-40971], Content-Length=[495], Date=[Fri, 30 Apr 2021 16:00:45 GMT], Content-Type=[application/json]}
2021-04-30T16:00:45.367Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b","ERR.5.4.6114"]}}}

2021-04-30T16:00:45.370Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=5838b8e5-dec3-4d06-8e9f-a9de96f5990e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b) (ec=ERR.5.4.6114)
2021-04-30T16:00:45.371Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5838b8e5-dec3-4d06-8e9f-a9de96f5990e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-30T16:00:45.371Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5838b8e5-dec3-4d06-8e9f-a9de96f5990e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b) (ec=ERR.5.4.6114)
2021-04-30T16:00:45.371Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=5838b8e5-dec3-4d06-8e9f-a9de96f5990e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b) (ec=ERR.5.4.6114)
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-30T16:00:45.376Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||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-30T16:00:45.376Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5838b8e5-dec3-4d06-8e9f-a9de96f5990e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5838b8e5-dec3-4d06-8e9f-a9de96f5990e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b) (ec=ERR.5.4.6114)
2021-04-30T16:00:45.376Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-30T16:00:45.377Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:00:45.379Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:00:45.379Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798445376,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d5838b8e5-dec3-4d06-8e9f-a9de96f5990e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:00:45.479Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:00:45.480Z||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-30T16:00:45.480Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:00:45.493Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:00:45.493Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-30T16:00:46.388Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:00:46.388Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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-30T16:00:46.389Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:00:48.788Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:00:48.788Z||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-30T16:00:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:00:48.810Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:00:48.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f85af0cf-de78-4f43-be9b-85f1229e2f56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798360553,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df85af0cf-de78-4f43-be9b-85f1229e2f56 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4b8e1289-e7b2-4009-8c0f-19824931a772/model-vers/model-ver/b88397b2-ee16-4ac6-9021-4ca426687bca) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:00:48.811Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:00:48.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798361567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:00:48.811Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798361567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798361567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798361567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798361567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798361567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798361567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798373404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798377581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798378805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798380014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798381213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/vfw08bf26f3f6de0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:00:48.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:00:48.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798382216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T16:00:48.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:00:48.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798383219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/resourceInstances/vfw08bf26f3f6de0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-30T16:00:48.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:00:48.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-30T16:00:48.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798384222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430155524/1.0/artifacts/service-Vfw20210430155524-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:00:48.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:00:55.931Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:00:55.932Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:00:55.932Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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-30T16:00:55.932Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:01:05.472Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:01:05.472Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:01:05.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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-30T16:01:05.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:01:15.009Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:01:15.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:01:15.010Z||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-30T16:01:15.010Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:01:24.553Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:01:24.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:01:24.554Z||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-30T16:01:24.554Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:01:34.094Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:01:34.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:01:34.095Z||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-30T16:01:34.095Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:01:43.631Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:01:48.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:01:48.787Z||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-30T16:01:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:01:48.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:01:48.788Z||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-30T16:01:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:01:49.308Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:01:49.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-30T16:01:49.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5838b8e5-dec3-4d06-8e9f-a9de96f5990e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798445376,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d5838b8e5-dec3-4d06-8e9f-a9de96f5990e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/4764ec4b-7594-4628-9277-6ed317c652f6/model-vers/model-ver/21fd729b-48a8-41e0-b98b-7cb89437899b) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:01:49.310Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:01:58.331Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:02:48.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:02:48.786Z||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-30T16:02:48.786Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:02:48.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:02:48.788Z||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-30T16:02:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:02:58.328Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:02:58.329Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:03:48.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:03:48.787Z||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-30T16:03:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:03:48.788Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:03:48.788Z||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-30T16:03:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:03:58.330Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:03:58.330Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:04:48.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:04:48.786Z||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-30T16:04:48.786Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:04:48.787Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:04:48.788Z||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-30T16:04:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:04:58.328Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:04:58.349Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:05:48.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:05:48.786Z||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-30T16:05:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:05:48.788Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:05:48.788Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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-30T16:05:48.788Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:05:49.409Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:05:49.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b07512b0-aaf4-4d26-b597-0b97c7f5683a","serviceName":"vFW 2021-04-30 16-03-53","serviceVersion":"1.0","serviceUUID":"15c6509f-056b-4118-8250-b4d031e86806","serviceDescription":"catalog service description","serviceInvariantUUID":"339d4694-9dda-47a8-b465-399dce5091d1","resources":[{"resourceInstanceName":"vFW f2df45d2-e0ac 0","resourceName":"vFW f2df45d2-e0ac","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9f0d7788-2dee-4bcf-890e-34d11fe6559f","resourceInvariantUUID":"edde4636-4d80-4170-b68f-b3bc71abcd22","resourceCustomizationUUID":"37901e5c-a848-409e-afab-db998c09fed9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml","artifactChecksum":"YjA3ZGJiZmNlZjdhNDcxMTA1Y2IwZDA3ZmI0NzY1OWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"57cb81c5-6333-4a7f-8855-9073cd1aed56","artifactVersion":"1"},{"artifactName":"vfwf2df45d2e0ac0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json","artifactChecksum":"MzdmYTk3MTMwNTE1ZDljYTlkODQ5YWU5N2U3NjZiYmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"72f9954a-32bf-46ba-b43b-2888dfada474","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3d3bc676-51f9-4e32-8e46-d33ffd841b0a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml","artifactChecksum":"ODk4MWUyNDY3NzMzZDNiNzhiZTU0OGVkZDVkMzRmYjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"beb57148-9146-47a6-87e8-7d890bc12c1f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"11404037-70df-403e-a278-f2ee35d832a8","artifactVersion":"2","generatedFromUUID":"3d3bc676-51f9-4e32-8e46-d33ffd841b0a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210430160353-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml","artifactChecksum":"MTkxM2MwNzJiYzE5NWZjZGZiNmM1ZDE3ZTcyNjEzMDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13db3385-2120-4fba-8808-f54ffda3f792","artifactVersion":"1"},{"artifactName":"service-Vfw20210430160353-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar","artifactChecksum":"MmQ4YTViZGRiZjdjMzY4YjkzOTExNzdkZThlMWIxODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e847e8a1-8872-4256-813e-43db3f81381c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T16:05:49.412Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:05:49.412Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:05:49.414Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:05:49.414Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798748786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.417Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:05:49.419Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.420Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "cds",
  "timestamp": 1619798702988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.420Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.420Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.420Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619798699159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.420Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.421Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.421Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "dcae-sch",
  "timestamp": 1619798700164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.421Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.421Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.421Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798703323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.421Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.421Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.421Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "policy-id",
  "timestamp": 1619798705138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.421Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.422Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.422Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798707432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.422Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.422Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.422Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619798699159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.422Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.422Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.422Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "cds",
  "timestamp": 1619798702988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.422Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.422Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.423Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "dcae-sch",
  "timestamp": 1619798700164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.423Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.423Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.423Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798703323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.423Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.423Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.423Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "policy-id",
  "timestamp": 1619798705138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.423Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.424Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.424Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798707432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:05:49.424Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.424Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.424Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "cds",
  "timestamp": 1619798702988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.424Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.424Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.424Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619798699159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.424Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.425Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.425Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "dcae-sch",
  "timestamp": 1619798700164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.425Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.425Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.425Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798703323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.425Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.425Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.426Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "policy-id",
  "timestamp": 1619798705138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:05:49.426Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.426Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.426Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798707432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:05:49.426Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.426Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.427Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619798699159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.427Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.427Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.427Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "cds",
  "timestamp": 1619798702988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.427Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.427Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.427Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "dcae-sch",
  "timestamp": 1619798700164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.427Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.433Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.433Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798703323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.433Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.433Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.433Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "policy-id",
  "timestamp": 1619798705138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.434Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.434Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.434Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798707432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.434Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.434Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.434Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "cds",
  "timestamp": 1619798702988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.434Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.434Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.434Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619798699159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.434Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "dcae-sch",
  "timestamp": 1619798700164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798703323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "policy-id",
  "timestamp": 1619798705138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798707432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798712060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.435Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "cds",
  "timestamp": 1619798702988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619798699159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "dcae-sch",
  "timestamp": 1619798700164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798703323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "policy-id",
  "timestamp": 1619798705138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.436Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798707432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798712060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "cds",
  "timestamp": 1619798702988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619798699159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "dcae-sch",
  "timestamp": 1619798700164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798703323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.437Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "policy-id",
  "timestamp": 1619798705138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798707432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798712060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "cds",
  "timestamp": 1619798715115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "aai-ml",
  "timestamp": 1619798714533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.438Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798715183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "policy-id",
  "timestamp": 1619798715158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798715345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798712060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.439Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "cds",
  "timestamp": 1619798716121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-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-30T16:05:49.454Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b07512b0-aaf4-4d26-b597-0b97c7f5683a
2021-04-30T16:05:49.454Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b07512b0-aaf4-4d26-b597-0b97c7f5683a 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-30T16:05:49.460Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.460Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "aai-ml",
  "timestamp": 1619798714533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.460Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "policy-id",
  "timestamp": 1619798716162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798716549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798712060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798716258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.461Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.462Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.462Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "aai-ml",
  "timestamp": 1619798714533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.462Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.462Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.462Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "policy-id",
  "timestamp": 1619798717166,
  "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-30T16:05:49.465Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b07512b0-aaf4-4d26-b597-0b97c7f5683a
2021-04-30T16:05:49.465Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b07512b0-aaf4-4d26-b597-0b97c7f5683a 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-30T16:05:49.472Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.472Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798712060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.472Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.472Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.472Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798717769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.472Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.472Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798716258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "aai-ml",
  "timestamp": 1619798714533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798718192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798712060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.473Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798718774,
  "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-30T16:05:49.476Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b07512b0-aaf4-4d26-b597-0b97c7f5683a
2021-04-30T16:05:49.477Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b07512b0-aaf4-4d26-b597-0b97c7f5683a 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-30T16:05:49.481Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.482Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798716258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:05:49.482Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.482Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.482Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "aai-ml",
  "timestamp": 1619798714533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.482Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.482Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.482Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798719195,
  "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-30T16:05:49.485Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b07512b0-aaf4-4d26-b597-0b97c7f5683a
2021-04-30T16:05:49.486Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b07512b0-aaf4-4d26-b597-0b97c7f5683a 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-30T16:05:49.491Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.491Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798719778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:05:49.491Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.491Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.491Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798716258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.492Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.492Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.492Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798719962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.492Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.492Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.492Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "aai-ml",
  "timestamp": 1619798714533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.492Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.492Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.492Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "clamp",
  "timestamp": 1619798720252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.492Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.492Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798716258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "aai-ml",
  "timestamp": 1619798714533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798721190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "clamp",
  "timestamp": 1619798720252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798716258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.493Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "clamp",
  "timestamp": 1619798720252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798716258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798722913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "aai-ml",
  "timestamp": 1619798722922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "clamp",
  "timestamp": 1619798720252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.494Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798723945,
  "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-30T16:05:49.497Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b07512b0-aaf4-4d26-b597-0b97c7f5683a
2021-04-30T16:05:49.497Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b07512b0-aaf4-4d26-b597-0b97c7f5683a 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-30T16:05:49.502Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798724665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "clamp",
  "timestamp": 1619798720252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798724950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798725882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "clamp",
  "timestamp": 1619798720252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.503Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.504Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "clamp",
  "timestamp": 1619798720252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:05:49.504Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:05:49.504Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.504Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798727091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.504Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.504Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.504Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798728096,
  "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-30T16:05:49.508Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b07512b0-aaf4-4d26-b597-0b97c7f5683a
2021-04-30T16:05:49.508Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b07512b0-aaf4-4d26-b597-0b97c7f5683a 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-30T16:05:49.514Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.514Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:05:49.514Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "aai-ml",
  "timestamp": 1619798729056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-04-30T16:05:49.514Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.515Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.515Z||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-30T16:05:49.515Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:05:49.515Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798729099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:05:49.515Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.515Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.515Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "aai-ml",
  "timestamp": 1619798730059,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-30T16:05:49.519Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b07512b0-aaf4-4d26-b597-0b97c7f5683a
2021-04-30T16:05:49.520Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b07512b0-aaf4-4d26-b597-0b97c7f5683a 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-30T16:05:49.525Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:05:49.526Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:05:49.526Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.526Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "clamp",
  "timestamp": 1619798737965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:05:49.526Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.526Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.527Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "clamp",
  "timestamp": 1619798739974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:05:49.527Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:05:49.527Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:05:49.527Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "clamp",
  "timestamp": 1619798740976,
  "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-30T16:05:49.531Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b07512b0-aaf4-4d26-b597-0b97c7f5683a
2021-04-30T16:05:49.531Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b07512b0-aaf4-4d26-b597-0b97c7f5683a 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-30T16:05:50.415Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:05:50.416Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:05:50.417Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:05:50.417Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798748786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:05:50.518Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:05:50.518Z||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-30T16:05:50.519Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:05:50.532Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:05:50.533Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:05:51.418Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:05:51.418Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:05:51.420Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:05:51.420Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798748786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:05:51.520Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:05:51.521Z||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-30T16:05:51.521Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:05:51.532Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:05:51.532Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:05:52.421Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:05:52.421Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:05:52.423Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:05:52.423Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798748786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:52.523Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:05:52.524Z||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-30T16:05:52.524Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:05:52.533Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:05:52.533Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:05:53.424Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:05:53.424Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:05:53.426Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:05:53.426Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798748786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-30T16:05:53.526Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:05:53.527Z||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-30T16:05:53.527Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:05:53.537Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:05:53.537Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:05:54.427Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:05:54.428Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:05:54.429Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:05:54.429Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798748786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:05:54.530Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:05:54.530Z||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-30T16:05:54.530Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:05:54.539Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:05:54.540Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:05:55.430Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:05:55.431Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:05:55.432Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:05:55.433Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798748786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:05:55.533Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:05:55.534Z||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-30T16:05:55.534Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:05:55.544Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:05:55.544Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:05:56.434Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "serviceName": "vFW 2021-04-30 16-03-53",
  "serviceVersion": "1.0",
  "serviceUUID": "15c6509f-056b-4118-8250-b4d031e86806",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "339d4694-9dda-47a8-b465-399dce5091d1",
  "resources": [
    {
      "resourceInstanceName": "vFW f2df45d2-e0ac 0",
      "resourceCustomizationUUID": "37901e5c-a848-409e-afab-db998c09fed9",
      "resourceName": "vFW f2df45d2-e0ac",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9f0d7788-2dee-4bcf-890e-34d11fe6559f",
      "resourceInvariantUUID": "edde4636-4d80-4170-b68f-b3bc71abcd22",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf2df45d2e0ac0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
          "artifactChecksum": "MzdmYTk3MTMwNTE1ZDljYTlkODQ5YWU5N2U3NjZiYmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "72f9954a-32bf-46ba-b43b-2888dfada474",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3d3bc676-51f9-4e32-8e46-d33ffd841b0a",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "11404037-70df-403e-a278-f2ee35d832a8",
            "generatedFromUUID": "3d3bc676-51f9-4e32-8e46-d33ffd841b0a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "11404037-70df-403e-a278-f2ee35d832a8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210430160353-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
      "artifactChecksum": "MmQ4YTViZGRiZjdjMzY4YjkzOTExNzdkZThlMWIxODI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e847e8a1-8872-4256-813e-43db3f81381c"
    }
  ],
  "workloadContext": "Production"
}
2021-04-30T16:05:56.434Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T16:05:56.434Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15c6509f-056b-4118-8250-b4d031e86806 ASDC
2021-04-30T16:05:56.435Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b07512b0-aaf4-4d26-b597-0b97c7f5683a
ServiceName:vFW 2021-04-30 16-03-53
ServiceVersion:1.0
ServiceUUID:15c6509f-056b-4118-8250-b4d031e86806
ServiceInvariantUUID:339d4694-9dda-47a8-b465-399dce5091d1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210430160353-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar
ArtifactUUID:e847e8a1-8872-4256-813e-43db3f81381c
ArtifactChecksum:MmQ4YTViZGRiZjdjMzY4YjkzOTExNzdkZThlMWIxODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f2df45d2-e0ac 0
ResourceCustomizationUUID:37901e5c-a848-409e-afab-db998c09fed9
ResourceInvariantUUID:edde4636-4d80-4170-b68f-b3bc71abcd22
ResourceName:vFW f2df45d2-e0ac
ResourceType:VF
ResourceUUID:9f0d7788-2dee-4bcf-890e-34d11fe6559f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf2df45d2e0ac0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json
ArtifactUUID:72f9954a-32bf-46ba-b43b-2888dfada474
ArtifactChecksum:MzdmYTk3MTMwNTE1ZDljYTlkODQ5YWU5N2U3NjZiYmI=
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/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml
ArtifactUUID:3d3bc676-51f9-4e32-8e46-d33ffd841b0a
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/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env
ArtifactUUID:11404037-70df-403e-a278-f2ee35d832a8
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/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env
ArtifactUUID:11404037-70df-403e-a278-f2ee35d832a8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-30T16:05:56.435Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15c6509f-056b-4118-8250-b4d031e86806 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-30T16:05:56.467Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:05:56.468Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-30T16:05:56.468Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-30T16:05:56.468Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e847e8a1-8872-4256-813e-43db3f81381c from URL: /sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:56.468Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-30T16:05:56.468Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:56.693Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-30T16:05:56.698Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar e847e8a1-8872-4256-813e-43db3f81381c 111219
2021-04-30T16:05:56.698Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar ASDC sendASDCNotification
2021-04-30T16:05:56.698Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:56.698Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:05:56.698Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:05:56.700Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:05:56.700Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798756698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:05:56.800Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:05:56.801Z||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-30T16:05:56.801Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:05:56.809Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:05:56.810Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:05:57.700Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:05:57.701Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-04-30T16:05:57.702Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: e847e8a1-8872-4256-813e-43db3f81381c, URL: /sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar to file: /app/ASDC/1/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:57.702Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210430160353-csar.csar
2021-04-30T16:05:57.703Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:57.703Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:57.887Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP338762352972560838/Definitions/service-Vfw20210430160353-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-04-30T16:05:59.595Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T16:05:59.595Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|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-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|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-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|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-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f2df45d2-e0ac 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.596Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.597Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|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-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.597Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.597Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f2df45d2-e0ac 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-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.597Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|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-Vfw20210430160353-csar.csar
2021-04-30T16:05:59.597Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-04-30T16:05:59.597Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:05:59.597Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:05:59.597Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is matching search criteria
2021-04-30T16:05:59.597Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-30T16:05:59.598Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2df45d2-e0ac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:05:59.598Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:05:59.598Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:05:59.598Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is matching search criteria
2021-04-30T16:05:59.598Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-30T16:05:59.598Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2df45d2-e0ac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:05:59.598Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:05:59.598Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:05:59.598Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is not matching search criteria
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T16:05:59.600Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T16:05:59.600Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T16:05:59.600Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T16:05:59.600Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.600Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-30T16:05:59.600Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:05:59.600Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T16:05:59.600Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:05:59.600Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is matching search criteria
2021-04-30T16:05:59.600Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2df45d2-e0ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:05:59.601Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:05:59.601Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is matching search criteria
2021-04-30T16:05:59.601Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2df45d2-e0ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:05:59.601Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:05:59.601Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is matching search criteria
2021-04-30T16:05:59.601Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2df45d2-e0ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:05:59.601Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:05:59.601Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is not matching search criteria
2021-04-30T16:05:59.601Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=34f30496-840e-47df-ae8c-6a204e5518b8
2021-04-30T16:05:59.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is not matching search criteria
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T16:05:59.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T16:05:59.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4ef627bb-45d4-478a-bdb5-ffb42b9961f0
2021-04-30T16:05:59.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:05:59.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is not matching search criteria
2021-04-30T16:05:59.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:05:59.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T16:05:59.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T16:05:59.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T16:05:59.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:05:59.605Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T16:05:59.605Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T16:05:59.605Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:05:59.605Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T16:05:59.605Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-30T16:05:59.605Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=beb051a9-e8c7-4158-855c-66f1674b0ed0
2021-04-30T16:05:59.605Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:05:59.605Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:05:59.605Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:05:59.605Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:05:59.606Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:05:59.606Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:05:59.606Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:05:59.606Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:05:59.606Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-04-30 16-03-53
Description:catalog service description
Model UUID:15c6509f-056b-4118-8250-b4d031e86806
Model Version:NULL
Model InvariantUuid:339d4694-9dda-47a8-b465-399dce5091d1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f2df45d2-e0ac
Model UUID:deeea647-00ec-47b1-bd2d-d0d462a5478b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:edde4636-4d80-4170-b68f-b3bc71abcd22
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:37901e5c-a848-409e-afab-db998c09fed9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:80c27fdd-bf62-47c5-bb9b-671df09e500d
ModelName:VfwF2df45d2E0ac..base_vfw..module-0
ModelUuid:92f3a9ee-5676-47ce-a1bf-8d431af88d6c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:34f30496-840e-47df-ae8c-6a204e5518b8
ModelInvariantUuid:ef76fdb1-61d2-47c0-a76a-99d90421223b
ModelName:vFW f2df45d2-e0ac-nodes.vfwCvfc
ModelUuid:ccda43ee-abd9-4701-a8a2-9a2275769291
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:9b4abba1-fdbb-4796-8f84-3d224b7f01bd
ModelInvariantUuid:23d24359-c97a-4b34-afe1-88b50ec18c3b
ModelName:VfwF2df45d2E0ac.compute.nodes.heat.vfw
ModelUuid:f0b20045-556d-471f-b772-7cf0d5a06a8d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4ef627bb-45d4-478a-bdb5-ffb42b9961f0
ModelInvariantUuid:e4a0d10b-0f02-4615-947c-34a8f62b88d4
ModelName:vFW f2df45d2-e0ac-nodes.vsnCvfc
ModelUuid:4299ce39-0c96-4bc7-95a7-d44c15e3bfb2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:4849fcf2-fba0-454e-8c59-c53b1cafcb5d
ModelInvariantUuid:015b9ffd-fa6c-4697-850f-caed76508ddd
ModelName:VfwF2df45d2E0ac.compute.nodes.heat.vsn
ModelUuid:b2384cb7-2cd8-40cc-9504-7b287e6519a1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:beb051a9-e8c7-4158-855c-66f1674b0ed0
ModelInvariantUuid:53816816-91a3-44c9-8d8a-29a4cdcd0854
ModelName:vFW f2df45d2-e0ac-nodes.vpgCvfc
ModelUuid:e94ad775-54dc-4fac-93c7-f65d2bf68e2b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:30b5624f-ec3a-4582-8d13-f124cf7d049c
ModelInvariantUuid:435489c8-af3e-4603-9de9-42d863d62fb2
ModelName:VfwF2df45d2E0ac.compute.nodes.heat.vpg
ModelUuid:05f74722-a65e-47f6-bd8a-83fe6d6e9b0b
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-30T16:05:59.612Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9f0d7788-2dee-4bcf-890e-34d11fe6559f
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-30T16:05:59.615Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||vFW f2df45d2-e0ac 0
2021-04-30T16:05:59.615Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9f0d7788-2dee-4bcf-890e-34d11fe6559f
2021-04-30T16:05:59.615Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 72f9954a-32bf-46ba-b43b-2888dfada474 from URL: /sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json
2021-04-30T16:05:59.615Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-30T16:05:59.615Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json
2021-04-30T16:05:59.853Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-30T16:05:59.854Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json 72f9954a-32bf-46ba-b43b-2888dfada474 785
2021-04-30T16:05:59.854Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json ASDC sendASDCNotification
2021-04-30T16:05:59.854Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json
2021-04-30T16:05:59.854Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:05:59.854Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:05:59.856Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:05:59.857Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798759854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:05:59.957Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:05:59.957Z||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-30T16:05:59.958Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:05:59.965Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:05:59.965Z||pool-43-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:06:00.857Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF2df45d2E0ac..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "80c27fdd-bf62-47c5-bb9b-671df09e500d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "92f3a9ee-5676-47ce-a1bf-8d431af88d6c",
    "vfModuleModelCustomizationUUID": "79dbb75e-2a57-40de-ba9b-04e981aba2cb",
    "isBase": true,
    "artifacts": [
      "3d3bc676-51f9-4e32-8e46-d33ffd841b0a",
      "11404037-70df-403e-a278-f2ee35d832a8"
    ],
    "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-30T16:06:00.860Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF2df45d2E0ac..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:92f3a9ee-5676-47ce-a1bf-8d431af88d6c
VfModuleModelInvariantUUID:80c27fdd-bf62-47c5-bb9b-671df09e500d
VfModuleModelDescription:NULL
Artifacts UUID List:{
3d3bc676-51f9-4e32-8e46-d33ffd841b0a
,
11404037-70df-403e-a278-f2ee35d832a8

}
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-30T16:06:00.862Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF2df45d2E0ac..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "80c27fdd-bf62-47c5-bb9b-671df09e500d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "92f3a9ee-5676-47ce-a1bf-8d431af88d6c",
    "vfModuleModelCustomizationUUID": "79dbb75e-2a57-40de-ba9b-04e981aba2cb",
    "isBase": true,
    "artifacts": [
      "3d3bc676-51f9-4e32-8e46-d33ffd841b0a",
      "11404037-70df-403e-a278-f2ee35d832a8"
    ],
    "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-30T16:06:00.862Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF2df45d2E0ac..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:92f3a9ee-5676-47ce-a1bf-8d431af88d6c
VfModuleModelInvariantUUID:80c27fdd-bf62-47c5-bb9b-671df09e500d
VfModuleModelDescription:NULL
Artifacts UUID List:{
3d3bc676-51f9-4e32-8e46-d33ffd841b0a
,
11404037-70df-403e-a278-f2ee35d832a8

}
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-30T16:06:00.862Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3d3bc676-51f9-4e32-8e46-d33ffd841b0a from URL: /sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml
2021-04-30T16:06:00.862Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-30T16:06:00.862Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml
2021-04-30T16:06:01.065Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-30T16:06:01.066Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml 3d3bc676-51f9-4e32-8e46-d33ffd841b0a 20368
2021-04-30T16:06:01.066Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-30T16:06:01.066Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml
2021-04-30T16:06:01.066Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:06:01.066Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:06:01.068Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:06:01.068Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798761066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:06:01.168Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:06:01.169Z||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-30T16:06:01.169Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:06:01.177Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:06:01.178Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:06:02.068Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 11404037-70df-403e-a278-f2ee35d832a8 from URL: /sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env
2021-04-30T16:06:02.069Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-04-30T16:06:02.069Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env
2021-04-30T16:06:02.255Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-30T16:06:02.255Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env 11404037-70df-403e-a278-f2ee35d832a8 2098
2021-04-30T16:06:02.255Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-30T16:06:02.255Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env
2021-04-30T16:06:02.255Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:06:02.256Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:06:02.257Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:06:02.257Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798762255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:06:02.357Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:06:02.358Z||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-30T16:06:02.358Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:06:02.370Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:06:02.370Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:06:03.258Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 15c6509f-056b-4118-8250-b4d031e86806
2021-04-30T16:06:03.258Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f2df45d2-e0ac 0 9f0d7788-2dee-4bcf-890e-34d11fe6559f 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-30T16:06:03.273Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:06:03.274Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:06:03.274Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-04-30T16:06:03.274Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 37901e5c-a848-409e-afab-db998c09fed9
2021-04-30T16:06:03.274Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 37901e5c-a848-409e-afab-db998c09fed9 matches Tosca VF Customization UUID: 37901e5c-a848-409e-afab-db998c09fed9
2021-04-30T16:06:03.274Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 37901e5c-a848-409e-afab-db998c09fed9  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-30T16:06:03.277Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:06:03.277Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:06:03.277Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 37901e5c-a848-409e-afab-db998c09fed9: {\"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-30T16:06:03.277Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42496f31
2021-04-30T16:06:03.277Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:06:03.278Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T16:06:03.278Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 79dbb75e-2a57-40de-ba9b-04e981aba2cb
2021-04-30T16:06:03.278Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 79dbb75e-2a57-40de-ba9b-04e981aba2cb
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-30T16:06:03.280Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:06:03.280Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is matching search criteria
2021-04-30T16:06:03.280Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2df45d2-e0ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:06:03.280Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:06:03.281Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is matching search criteria
2021-04-30T16:06:03.281Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2df45d2-e0ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:06:03.281Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:06:03.281Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is not matching search criteria
2021-04-30T16:06:03.281Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:06:03.281Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-30T16:06:03.282Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:06:03.282Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T16:06:03.282Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T16:06:03.282Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:06:03.282Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T16:06:03.282Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T16:06:03.283Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T16:06:03.283Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T16:06:03.283Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:06:03.283Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=34f30496-840e-47df-ae8c-6a204e5518b8
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-30T16:06:03.286Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:06:03.287Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is matching search criteria
2021-04-30T16:06:03.287Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2df45d2-e0ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:06:03.287Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:06:03.287Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is not matching search criteria
2021-04-30T16:06:03.287Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:06:03.287Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T16:06:03.287Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T16:06:03.287Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:06:03.288Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T16:06:03.288Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:06:03.288Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:06:03.288Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-30T16:06:03.288Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T16:06:03.288Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T16:06:03.288Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T16:06:03.288Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:06:03.288Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4ef627bb-45d4-478a-bdb5-ffb42b9961f0
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-30T16:06:03.290Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:06:03.290Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is matching search criteria
2021-04-30T16:06:03.290Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2df45d2-e0ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:06:03.291Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:06:03.291Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is not matching search criteria
2021-04-30T16:06:03.291Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:06:03.291Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T16:06:03.291Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T16:06:03.291Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:06:03.291Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T16:06:03.291Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:06:03.292Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:06:03.292Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T16:06:03.292Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T16:06:03.292Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:06:03.292Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T16:06:03.292Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-30T16:06:03.292Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=beb051a9-e8c7-4158-855c-66f1674b0ed0
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-30T16:06:03.294Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:06:03.294Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is matching search criteria
2021-04-30T16:06:03.294Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2df45d2-e0ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:06:03.294Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:06:03.294Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Node template vFW f2df45d2-e0ac 0 is matching search criteria
2021-04-30T16:06:03.294Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f2df45d2-e0ac 0] matching following query criteria: sdcType=VF, customizationUUID=37901e5c-a848-409e-afab-db998c09fed9
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-30T16:06:03.296Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:06:03.296Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:06:03.296Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 15c6509f-056b-4118-8250-b4d031e86806: vFW f2df45d2-e0ac
2021-04-30T16:06:03.296Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:06:03.296Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:06:03.296Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:06:03.296Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:06:03.296Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:06:03.297Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:06:03.297Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:06:03.297Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:06:03.297Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:06:03.297Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-04-30 16-03-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:06:03.297Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-04-30 16-03-53 
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-30T16:06:03.436Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f2df45d2-e0ac 9f0d7788-2dee-4bcf-890e-34d11fe6559f 1 ASDC deployResourceStructure
2021-04-30T16:06:03.437Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json ASDC sendASDCNotification
2021-04-30T16:06:03.437Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json
2021-04-30T16:06:03.437Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:06:03.437Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:06:03.438Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:06:03.438Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798763437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:06:03.539Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:06:03.539Z||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-30T16:06:03.539Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:06:03.547Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:06:03.548Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:06:04.439Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-30T16:06:04.439Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml
2021-04-30T16:06:04.439Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:06:04.440Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:06:04.441Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:06:04.441Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798764439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T16:06:04.541Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:06:04.542Z||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-30T16:06:04.542Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:06:04.557Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:06:04.558Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":8,"count":1}
2021-04-30T16:06:05.442Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-30T16:06:05.442Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env
2021-04-30T16:06:05.443Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:06:05.443Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:06:05.444Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:06:05.444Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798765442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-30T16:06:05.545Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:06:05.545Z||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-30T16:06:05.545Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:06:05.559Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:06:05.560Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:06:06.445Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar ASDC sendASDCNotification
2021-04-30T16:06:06.445Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar
2021-04-30T16:06:06.446Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:06:06.446Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:06:06.447Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:06:06.447Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798766445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:06:06.547Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:06:06.548Z||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-30T16:06:06.548Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:06:06.559Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:06:06.560Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:06:07.448Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b07512b0-aaf4-4d26-b597-0b97c7f5683a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:06:07.457Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b07512b0-aaf4-4d26-b597-0b97c7f5683a
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-30T16:06:07.459Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:06:07.459Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T16:06:07.459Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-30T16:06:07.459Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-30T16:06:07.459Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-04-30T16:06:07.459Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||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-30T16:06:07.463Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-30T16:06:37.464Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b07512b0-aaf4-4d26-b597-0b97c7f5683a 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-30T16:06:37.469Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b07512b0-aaf4-4d26-b597-0b97c7f5683a and serviceModelVersionId: 15c6509f-056b-4118-8250-b4d031e86806
2021-04-30T16:06:37.469Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 339d4694-9dda-47a8-b465-399dce5091d1
2021-04-30T16:06:37.470Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806?depth=0
2021-04-30T16:06:37.474Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-30T16:06:37.533Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806?depth=0|INFO|500||Invoke
2021-04-30T16:06:37.533Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b07512b0-aaf4-4d26-b597-0b97c7f5683a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[25c5f124-1df9-461c-b172-f8d82a1ff5c1], X-ECOMP-RequestID=[b07512b0-aaf4-4d26-b597-0b97c7f5683a], X-TransactionId=[], X-ONAP-RequestID=[b07512b0-aaf4-4d26-b597-0b97c7f5683a], Content-Type=[application/merge-patch+json]}
2021-04-30T16:06:37.551Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-04-30T16:06:37.594Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806?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/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210430-16:06:37:559-94278], Content-Length=[495], Date=[Fri, 30 Apr 2021 16:06:37 GMT], Content-Type=[application/json]}
2021-04-30T16:06:37.595Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806","ERR.5.4.6114"]}}}

2021-04-30T16:06:37.595Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806?depth=0|INFO|404|Not Found|InvokeReturn
2021-04-30T16:06:37.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=b07512b0-aaf4-4d26-b597-0b97c7f5683a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806) (ec=ERR.5.4.6114)
2021-04-30T16:06:37.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b07512b0-aaf4-4d26-b597-0b97c7f5683a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-30T16:06:37.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b07512b0-aaf4-4d26-b597-0b97c7f5683a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806) (ec=ERR.5.4.6114)
2021-04-30T16:06:37.599Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=b07512b0-aaf4-4d26-b597-0b97c7f5683a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806) (ec=ERR.5.4.6114)
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-30T16:06:37.602Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|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-30T16:06:37.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b07512b0-aaf4-4d26-b597-0b97c7f5683a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b07512b0-aaf4-4d26-b597-0b97c7f5683a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806) (ec=ERR.5.4.6114)
2021-04-30T16:06:37.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-30T16:06:37.603Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:06:37.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:06:37.604Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798797603,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003db07512b0-aaf4-4d26-b597-0b97c7f5683a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:06:37.705Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:06:37.705Z||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-30T16:06:37.705Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:06:37.719Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:06:37.719Z||pool-50-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-30T16:06:48.786Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:06:48.787Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|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-30T16:06:48.787Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:06:48.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:06:48.788Z||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-30T16:06:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:06:48.909Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:06:48.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-30T16:06:48.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798748786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:06:48.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:06:58.334Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:07:48.786Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:07:48.786Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|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-30T16:07:48.787Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:07:48.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:07:48.788Z||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-30T16:07:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:07:49.308Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:07:49.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-30T16:07:49.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798748786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:07:49.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:07:49.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-30T16:07:49.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798748786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:07:49.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:07:49.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-30T16:07:49.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798748786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:07:49.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:07:49.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-30T16:07:49.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798748786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-30T16:07:49.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:07:49.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-30T16:07:49.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798748786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:07:49.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:07:49.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-30T16:07:49.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798748786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:07:49.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:07:49.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-30T16:07:49.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798756698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:07:49.310Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:07:49.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-30T16:07:49.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798759854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:07:49.311Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:07:49.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-30T16:07:49.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798761066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:07:49.311Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:07:49.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-30T16:07:49.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798762255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:07:49.311Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:07:49.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-30T16:07:49.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798763437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/vfwf2df45d2e0ac0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:07:49.311Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:07:49.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-30T16:07:49.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798764439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T16:07:49.311Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:07:49.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-30T16:07:49.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798765442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/resourceInstances/vfwf2df45d2e0ac0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-30T16:07:49.311Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:07:49.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-30T16:07:49.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798766445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160353/1.0/artifacts/service-Vfw20210430160353-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:07:49.312Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:07:49.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-30T16:07:49.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b07512b0-aaf4-4d26-b597-0b97c7f5683a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798797603,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003db07512b0-aaf4-4d26-b597-0b97c7f5683a Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/339d4694-9dda-47a8-b465-399dce5091d1/model-vers/model-ver/15c6509f-056b-4118-8250-b4d031e86806) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:07:49.312Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:07:58.329Z|b07512b0-aaf4-4d26-b597-0b97c7f5683a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:08:48.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:08:48.787Z||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-30T16:08:48.787Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:08:48.787Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:08:48.789Z||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-30T16:08:48.789Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:08:58.329Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:08:58.333Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:09:48.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:09:48.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:09:48.788Z||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-30T16:09:48.788Z||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-30T16:09:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:09:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:09:48.926Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:09:48.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798976258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619798979159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798973323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "dcae-sch",
  "timestamp": 1619798980164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798976258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:09:48.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619798979159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798973323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "dcae-sch",
  "timestamp": 1619798980164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798976258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:09:48.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619798979159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798973323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "aai-ml",
  "timestamp": 1619798984533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "dcae-sch",
  "timestamp": 1619798980164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "policy-id",
  "timestamp": 1619798985138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798976258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619798979159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "aai-ml",
  "timestamp": 1619798984533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798973323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "dcae-sch",
  "timestamp": 1619798980164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "policy-id",
  "timestamp": 1619798985138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798976258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-30T16:09:48.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619798979159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "aai-ml",
  "timestamp": 1619798984533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798973323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "dcae-sch",
  "timestamp": 1619798980164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "policy-id",
  "timestamp": 1619798985138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:09:48.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798987432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798976258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619798979159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798973323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "aai-ml",
  "timestamp": 1619798984533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "dcae-sch",
  "timestamp": 1619798980164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:48.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:09:48.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "cds",
  "timestamp": 1619798987988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:48.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:09:49.410Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:09:49.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:09:49.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"b7b6361a-471a-4e12-aeae-1a59978fcbbe","serviceName":"vFW 2021-04-30 16-08-30","serviceVersion":"1.0","serviceUUID":"8469e555-84ff-4932-ba1d-977296db1c6f","serviceDescription":"catalog service description","serviceInvariantUUID":"1cb69684-7294-49e9-80da-d2647d6dbe58","resources":[{"resourceInstanceName":"vFW cbc33fb0-5213 0","resourceName":"vFW cbc33fb0-5213","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"19cb3071-a3d8-4b16-a0ff-81b5a657080b","resourceInvariantUUID":"d423e284-ec42-4bef-895b-62340c55312b","resourceCustomizationUUID":"3e51447b-52d2-4be8-9c35-f79ed56349ab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vf-license-model.xml","artifactChecksum":"MTJkNTUzOGU3NjRlMjA4MTYxNzQxYzdlNmQ3ODY5YzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0ef07b0e-d3b1-482c-a479-f235979bacc2","artifactVersion":"1"},{"artifactName":"vfwcbc33fb052130_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json","artifactChecksum":"OTY3NDc3NGU4OTU1MDYyYmM2ZjY2ODczMDNkM2YyY2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9260d056-dc24-4863-9df3-49ead74d6da2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"04f5d416-c9ab-4ff0-aeb8-1ef7cf453449","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vendor-license-model.xml","artifactChecksum":"N2IzOTEzMGEzNzk1MmYzNjRjNTRlYmVmOTkwZmM0ZWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"50403d40-88e5-434f-8eb9-c618b3276f4a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1c96fcf6-0dfc-47db-9416-59291a3807d1","artifactVersion":"2","generatedFromUUID":"04f5d416-c9ab-4ff0-aeb8-1ef7cf453449"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210430160830-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-template.yml","artifactChecksum":"ODZhM2NmMTZiOTdjMTk4MzU1ZDQ1ZTBiODhhMDIzNjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e5cac685-fc1f-4fdc-a0cc-476ac29e2fd8","artifactVersion":"1"},{"artifactName":"service-Vfw20210430160830-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar","artifactChecksum":"NDIyYTZkY2UxYTEzMTIwZmU0YzE5OWM4YjYzNGQ2MTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e361aba7-8488-44ad-ab1e-31e7639990fc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T16:09:49.413Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:09:49.413Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:09:49.416Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:09:49.416Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798988786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:49.516Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:09:49.517Z||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-30T16:09:49.517Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:09:49.527Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:09:49.527Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:09:50.416Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:09:50.417Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:09:50.419Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:09:50.419Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798988786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:09:50.519Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:09:50.520Z||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-30T16:09:50.520Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:09:50.529Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:09:50.529Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:09:51.419Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:09:51.420Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:09:51.422Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:09:51.422Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798988786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:09:51.523Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:09:51.523Z||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-30T16:09:51.523Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:09:51.532Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:09:51.532Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:09:52.423Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:09:52.424Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:09:52.426Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:09:52.426Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798988786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:52.526Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:09:52.527Z||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-30T16:09:52.527Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:09:52.536Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:09:52.537Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:09:53.426Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:09:53.427Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:09:53.429Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:09:53.429Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798988786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-30T16:09:53.530Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-30T16:09:53.530Z||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-30T16:09:53.530Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:09:53.539Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:09:53.540Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:09:54.430Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:09:54.431Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:09:54.432Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:09:54.433Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798988786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:09:54.533Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:09:54.533Z||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-30T16:09:54.533Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:09:54.543Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:09:54.543Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:09:55.433Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:09:55.434Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:09:55.436Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:09:55.436Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798988786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:09:55.536Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:09:55.537Z||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-30T16:09:55.537Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:09:55.546Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:09:55.546Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:09:56.437Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "serviceName": "vFW 2021-04-30 16-08-30",
  "serviceVersion": "1.0",
  "serviceUUID": "8469e555-84ff-4932-ba1d-977296db1c6f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1cb69684-7294-49e9-80da-d2647d6dbe58",
  "resources": [
    {
      "resourceInstanceName": "vFW cbc33fb0-5213 0",
      "resourceCustomizationUUID": "3e51447b-52d2-4be8-9c35-f79ed56349ab",
      "resourceName": "vFW cbc33fb0-5213",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "19cb3071-a3d8-4b16-a0ff-81b5a657080b",
      "resourceInvariantUUID": "d423e284-ec42-4bef-895b-62340c55312b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwcbc33fb052130_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json",
          "artifactChecksum": "OTY3NDc3NGU4OTU1MDYyYmM2ZjY2ODczMDNkM2YyY2E\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9260d056-dc24-4863-9df3-49ead74d6da2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "04f5d416-c9ab-4ff0-aeb8-1ef7cf453449",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1c96fcf6-0dfc-47db-9416-59291a3807d1",
            "generatedFromUUID": "04f5d416-c9ab-4ff0-aeb8-1ef7cf453449"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1c96fcf6-0dfc-47db-9416-59291a3807d1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210430160830-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
      "artifactChecksum": "NDIyYTZkY2UxYTEzMTIwZmU0YzE5OWM4YjYzNGQ2MTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e361aba7-8488-44ad-ab1e-31e7639990fc"
    }
  ],
  "workloadContext": "Production"
}
2021-04-30T16:09:56.438Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T16:09:56.438Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8469e555-84ff-4932-ba1d-977296db1c6f ASDC
2021-04-30T16:09:56.438Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:b7b6361a-471a-4e12-aeae-1a59978fcbbe
ServiceName:vFW 2021-04-30 16-08-30
ServiceVersion:1.0
ServiceUUID:8469e555-84ff-4932-ba1d-977296db1c6f
ServiceInvariantUUID:1cb69684-7294-49e9-80da-d2647d6dbe58
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210430160830-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar
ArtifactUUID:e361aba7-8488-44ad-ab1e-31e7639990fc
ArtifactChecksum:NDIyYTZkY2UxYTEzMTIwZmU0YzE5OWM4YjYzNGQ2MTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cbc33fb0-5213 0
ResourceCustomizationUUID:3e51447b-52d2-4be8-9c35-f79ed56349ab
ResourceInvariantUUID:d423e284-ec42-4bef-895b-62340c55312b
ResourceName:vFW cbc33fb0-5213
ResourceType:VF
ResourceUUID:19cb3071-a3d8-4b16-a0ff-81b5a657080b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcbc33fb052130_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json
ArtifactUUID:9260d056-dc24-4863-9df3-49ead74d6da2
ArtifactChecksum:OTY3NDc3NGU4OTU1MDYyYmM2ZjY2ODczMDNkM2YyY2E=
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/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml
ArtifactUUID:04f5d416-c9ab-4ff0-aeb8-1ef7cf453449
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/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env
ArtifactUUID:1c96fcf6-0dfc-47db-9416-59291a3807d1
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/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env
ArtifactUUID:1c96fcf6-0dfc-47db-9416-59291a3807d1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-30T16:09:56.438Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8469e555-84ff-4932-ba1d-977296db1c6f 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-30T16:09:56.468Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:09:56.469Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:09:56.469Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:09:56.469Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e361aba7-8488-44ad-ab1e-31e7639990fc from URL: /sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar
2021-04-30T16:09:56.469Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:09:56.469Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar
2021-04-30T16:09:56.699Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:09:56.707Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar e361aba7-8488-44ad-ab1e-31e7639990fc 110970
2021-04-30T16:09:56.708Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar ASDC sendASDCNotification
2021-04-30T16:09:56.708Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar
2021-04-30T16:09:56.708Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:09:56.708Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:09:56.710Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:09:56.711Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798996708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:09:56.811Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:09:56.812Z||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-30T16:09:56.812Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:09:56.818Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:09:56.819Z||pool-58-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:09:57.711Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:09:57.712Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:09:57.713Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e361aba7-8488-44ad-ab1e-31e7639990fc, URL: /sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar to file: /app/ASDC/1/service-Vfw20210430160830-csar.csar
2021-04-30T16:09:57.713Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210430160830-csar.csar
2021-04-30T16:09:57.713Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210430160830-csar.csar
2021-04-30T16:09:57.713Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210430160830-csar.csar
2021-04-30T16:09:57.898Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13071196980955450343/Definitions/service-Vfw20210430160830-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-04-30T16:09:59.541Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T16:09:59.542Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-30T16:09:59.542Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210430160830-csar.csar
2021-04-30T16:09:59.542Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-30T16:09:59.542Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||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-Vfw20210430160830-csar.csar
2021-04-30T16:09:59.542Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||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-Vfw20210430160830-csar.csar
2021-04-30T16:09:59.543Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||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-Vfw20210430160830-csar.csar
2021-04-30T16:09:59.543Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430160830-csar.csar
2021-04-30T16:09:59.543Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430160830-csar.csar
2021-04-30T16:09:59.543Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||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-Vfw20210430160830-csar.csar
2021-04-30T16:09:59.543Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cbc33fb0-5213 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-Vfw20210430160830-csar.csar
2021-04-30T16:09:59.543Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||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-Vfw20210430160830-csar.csar
2021-04-30T16:09:59.543Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||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-Vfw20210430160830-csar.csar
2021-04-30T16:09:59.543Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210430160830-csar.csar
2021-04-30T16:09:59.543Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||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-Vfw20210430160830-csar.csar
2021-04-30T16:09:59.543Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cbc33fb0-5213 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430160830-csar.csar
2021-04-30T16:09:59.543Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430160830-csar.csar
2021-04-30T16:09:59.543Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||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-Vfw20210430160830-csar.csar
2021-04-30T16:09:59.543Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-30T16:09:59.544Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:09:59.544Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:09:59.544Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vFW cbc33fb0-5213 0 is matching search criteria
2021-04-30T16:09:59.544Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-30T16:09:59.545Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cbc33fb0-5213 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:09:59.545Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:09:59.545Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:09:59.545Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vFW cbc33fb0-5213 0 is matching search criteria
2021-04-30T16:09:59.545Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-30T16:09:59.546Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cbc33fb0-5213 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:09:59.546Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:09:59.546Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:09:59.547Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:09:59.547Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vFW cbc33fb0-5213 0 is not matching search criteria
2021-04-30T16:09:59.547Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:09:59.547Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T16:09:59.547Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:09:59.547Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T16:09:59.548Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T16:09:59.548Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:09:59.548Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:09:59.548Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T16:09:59.548Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T16:09:59.549Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:09:59.549Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T16:09:59.549Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T16:09:59.549Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T16:09:59.549Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T16:09:59.549Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:09:59.549Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-30T16:09:59.550Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:09:59.550Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-08-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T16:09:59.550Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:09:59.550Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vFW cbc33fb0-5213 0 is matching search criteria
2021-04-30T16:09:59.550Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cbc33fb0-5213 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:09:59.551Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:09:59.551Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vFW cbc33fb0-5213 0 is matching search criteria
2021-04-30T16:09:59.551Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cbc33fb0-5213 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:09:59.551Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:09:59.551Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vFW cbc33fb0-5213 0 is matching search criteria
2021-04-30T16:09:59.551Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cbc33fb0-5213 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:09:59.551Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:09:59.552Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vFW cbc33fb0-5213 0 is not matching search criteria
2021-04-30T16:09:59.552Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:09:59.552Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-30T16:09:59.552Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:09:59.552Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T16:09:59.552Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T16:09:59.553Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:09:59.553Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T16:09:59.553Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T16:09:59.553Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T16:09:59.553Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T16:09:59.553Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:09:59.554Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1c63d928-190b-4303-b8b9-1c698717bde6
2021-04-30T16:09:59.554Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:09:59.554Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vFW cbc33fb0-5213 0 is not matching search criteria
2021-04-30T16:09:59.554Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:09:59.555Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T16:09:59.555Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:09:59.555Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T16:09:59.555Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T16:09:59.555Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:09:59.556Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:09:59.556Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-30T16:09:59.556Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T16:09:59.556Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T16:09:59.556Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T16:09:59.557Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:09:59.557Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b9c28c5d-0fa3-4826-a667-ba9e34e9026e
2021-04-30T16:09:59.557Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:09:59.557Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vFW cbc33fb0-5213 0 is not matching search criteria
2021-04-30T16:09:59.557Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:09:59.558Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T16:09:59.558Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:09:59.558Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T16:09:59.558Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T16:09:59.558Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:09:59.558Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:09:59.558Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T16:09:59.559Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T16:09:59.559Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:09:59.559Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T16:09:59.559Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-30T16:09:59.559Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=926529b4-2caa-4b9b-8c6f-b1cf54c73f44
2021-04-30T16:09:59.559Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:09:59.559Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:09:59.559Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:09:59.559Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:09:59.559Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:09:59.560Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:09:59.560Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:09:59.560Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:09:59.560Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-04-30 16-08-30
Description:catalog service description
Model UUID:8469e555-84ff-4932-ba1d-977296db1c6f
Model Version:NULL
Model InvariantUuid:1cb69684-7294-49e9-80da-d2647d6dbe58
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW cbc33fb0-5213
Model UUID:5d8f1e22-305e-4897-bb4b-3a4ab9df07fa
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d423e284-ec42-4bef-895b-62340c55312b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3e51447b-52d2-4be8-9c35-f79ed56349ab
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:37f78410-e43b-4774-a2e4-d58a1d81f1fe
ModelName:VfwCbc33fb05213..base_vfw..module-0
ModelUuid:2b4b86b8-33d2-40fd-923f-b80f96b731f8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1c63d928-190b-4303-b8b9-1c698717bde6
ModelInvariantUuid:bed1e877-c27c-4470-8aa4-5b54a3789a6e
ModelName:vFW cbc33fb0-5213-nodes.vfwCvfc
ModelUuid:d81680a2-3954-4deb-a250-6c49c7bda400
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d942d559-bdf0-41ca-92cf-8ad14535781b
ModelInvariantUuid:571da76c-b9a0-4320-809b-e64b8278cffd
ModelName:VfwCbc33fb05213.compute.nodes.heat.vfw
ModelUuid:d2eb695a-9dc7-422c-bb51-25d0b47577c2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b9c28c5d-0fa3-4826-a667-ba9e34e9026e
ModelInvariantUuid:e185f4f6-2986-4699-9cf0-13c0f7fd5631
ModelName:vFW cbc33fb0-5213-nodes.vsnCvfc
ModelUuid:9428d6fa-cb2a-48cf-8605-acb1777ee4a1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:63f89b28-0cd1-4027-b08b-496ef6ebeb06
ModelInvariantUuid:b4f1116e-ab7d-4de5-9177-696debd909e7
ModelName:VfwCbc33fb05213.compute.nodes.heat.vsn
ModelUuid:a454ce9c-796b-4c58-a363-2aaa4a390815
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:926529b4-2caa-4b9b-8c6f-b1cf54c73f44
ModelInvariantUuid:9790fc7b-464d-4280-a660-1490602fb0ec
ModelName:vFW cbc33fb0-5213-nodes.vpgCvfc
ModelUuid:78c02623-5bce-4db7-b738-e9b3a74706f7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:68b946b0-8ba5-47e4-97f4-828e84069ba4
ModelInvariantUuid:f1b77ceb-1d72-4962-8d6e-a786ffa496fb
ModelName:VfwCbc33fb05213.compute.nodes.heat.vpg
ModelUuid:7756ee2d-9128-4ba6-873e-2bb1648b7ebb
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-30T16:09:59.566Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 19cb3071-a3d8-4b16-a0ff-81b5a657080b
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-30T16:09:59.569Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||vFW cbc33fb0-5213 0
2021-04-30T16:09:59.570Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 19cb3071-a3d8-4b16-a0ff-81b5a657080b
2021-04-30T16:09:59.570Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9260d056-dc24-4863-9df3-49ead74d6da2 from URL: /sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json
2021-04-30T16:09:59.570Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:09:59.570Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json
2021-04-30T16:09:59.793Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:09:59.793Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json 9260d056-dc24-4863-9df3-49ead74d6da2 785
2021-04-30T16:09:59.794Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json ASDC sendASDCNotification
2021-04-30T16:09:59.794Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json
2021-04-30T16:09:59.794Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:09:59.794Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:09:59.795Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:09:59.796Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798999794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:09:59.896Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:09:59.896Z||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-30T16:09:59.896Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:09:59.907Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:09:59.907Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:10:00.796Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCbc33fb05213..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "37f78410-e43b-4774-a2e4-d58a1d81f1fe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2b4b86b8-33d2-40fd-923f-b80f96b731f8",
    "vfModuleModelCustomizationUUID": "51cc699a-e09f-4d2e-b07d-a8a9c24f4bb7",
    "isBase": true,
    "artifacts": [
      "04f5d416-c9ab-4ff0-aeb8-1ef7cf453449",
      "1c96fcf6-0dfc-47db-9416-59291a3807d1"
    ],
    "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-30T16:10:00.800Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCbc33fb05213..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2b4b86b8-33d2-40fd-923f-b80f96b731f8
VfModuleModelInvariantUUID:37f78410-e43b-4774-a2e4-d58a1d81f1fe
VfModuleModelDescription:NULL
Artifacts UUID List:{
04f5d416-c9ab-4ff0-aeb8-1ef7cf453449
,
1c96fcf6-0dfc-47db-9416-59291a3807d1

}
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-30T16:10:00.802Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCbc33fb05213..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "37f78410-e43b-4774-a2e4-d58a1d81f1fe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2b4b86b8-33d2-40fd-923f-b80f96b731f8",
    "vfModuleModelCustomizationUUID": "51cc699a-e09f-4d2e-b07d-a8a9c24f4bb7",
    "isBase": true,
    "artifacts": [
      "04f5d416-c9ab-4ff0-aeb8-1ef7cf453449",
      "1c96fcf6-0dfc-47db-9416-59291a3807d1"
    ],
    "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-30T16:10:00.802Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCbc33fb05213..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2b4b86b8-33d2-40fd-923f-b80f96b731f8
VfModuleModelInvariantUUID:37f78410-e43b-4774-a2e4-d58a1d81f1fe
VfModuleModelDescription:NULL
Artifacts UUID List:{
04f5d416-c9ab-4ff0-aeb8-1ef7cf453449
,
1c96fcf6-0dfc-47db-9416-59291a3807d1

}
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-30T16:10:00.802Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 04f5d416-c9ab-4ff0-aeb8-1ef7cf453449 from URL: /sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml
2021-04-30T16:10:00.802Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:10:00.802Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml
2021-04-30T16:10:01.042Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:10:01.043Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml 04f5d416-c9ab-4ff0-aeb8-1ef7cf453449 20368
2021-04-30T16:10:01.043Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-30T16:10:01.043Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml
2021-04-30T16:10:01.043Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:10:01.043Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:10:01.045Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:10:01.045Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799001043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:10:01.145Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:10:01.146Z||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-30T16:10:01.146Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:10:01.154Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:10:01.157Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:10:02.045Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1c96fcf6-0dfc-47db-9416-59291a3807d1 from URL: /sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env
2021-04-30T16:10:02.046Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:10:02.046Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env
2021-04-30T16:10:02.273Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:10:02.274Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env 1c96fcf6-0dfc-47db-9416-59291a3807d1 2098
2021-04-30T16:10:02.274Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-30T16:10:02.274Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env
2021-04-30T16:10:02.274Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:10:02.274Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:10:02.276Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:10:02.276Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799002274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:10:02.376Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:10:02.377Z||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-30T16:10:02.377Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:10:02.386Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:10:02.387Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:10:03.277Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 8469e555-84ff-4932-ba1d-977296db1c6f
2021-04-30T16:10:03.277Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cbc33fb0-5213 0 19cb3071-a3d8-4b16-a0ff-81b5a657080b 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-30T16:10:03.292Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:10:03.292Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:10:03.292Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-04-30T16:10:03.292Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 3e51447b-52d2-4be8-9c35-f79ed56349ab
2021-04-30T16:10:03.292Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3e51447b-52d2-4be8-9c35-f79ed56349ab matches Tosca VF Customization UUID: 3e51447b-52d2-4be8-9c35-f79ed56349ab
2021-04-30T16:10:03.292Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 3e51447b-52d2-4be8-9c35-f79ed56349ab  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-30T16:10:03.294Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:10:03.294Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:10:03.295Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 3e51447b-52d2-4be8-9c35-f79ed56349ab: {\"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-30T16:10:03.295Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2637bc7f
2021-04-30T16:10:03.295Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:10:03.295Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-08-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T16:10:03.295Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 51cc699a-e09f-4d2e-b07d-a8a9c24f4bb7
2021-04-30T16:10:03.296Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 51cc699a-e09f-4d2e-b07d-a8a9c24f4bb7
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-30T16:10:03.297Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:10:03.297Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vFW cbc33fb0-5213 0 is matching search criteria
2021-04-30T16:10:03.297Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cbc33fb0-5213 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:10:03.298Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:10:03.298Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vFW cbc33fb0-5213 0 is matching search criteria
2021-04-30T16:10:03.298Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cbc33fb0-5213 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:10:03.298Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:10:03.298Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vFW cbc33fb0-5213 0 is not matching search criteria
2021-04-30T16:10:03.298Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:10:03.299Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-30T16:10:03.299Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:10:03.299Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T16:10:03.299Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T16:10:03.299Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:10:03.299Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T16:10:03.299Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T16:10:03.299Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T16:10:03.299Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T16:10:03.300Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:10:03.300Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1c63d928-190b-4303-b8b9-1c698717bde6
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-30T16:10:03.301Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:10:03.301Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vFW cbc33fb0-5213 0 is matching search criteria
2021-04-30T16:10:03.302Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cbc33fb0-5213 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:10:03.302Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:10:03.302Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vFW cbc33fb0-5213 0 is not matching search criteria
2021-04-30T16:10:03.302Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:10:03.302Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T16:10:03.302Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:10:03.302Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T16:10:03.302Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T16:10:03.303Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:10:03.303Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:10:03.303Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-30T16:10:03.303Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T16:10:03.303Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T16:10:03.303Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T16:10:03.303Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:10:03.303Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b9c28c5d-0fa3-4826-a667-ba9e34e9026e
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-30T16:10:03.305Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:10:03.305Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vFW cbc33fb0-5213 0 is matching search criteria
2021-04-30T16:10:03.305Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cbc33fb0-5213 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:10:03.305Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:10:03.305Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vFW cbc33fb0-5213 0 is not matching search criteria
2021-04-30T16:10:03.305Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:10:03.306Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T16:10:03.306Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:10:03.306Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T16:10:03.306Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T16:10:03.306Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:10:03.306Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:10:03.306Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T16:10:03.306Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T16:10:03.307Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:10:03.307Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T16:10:03.307Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-30T16:10:03.307Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=926529b4-2caa-4b9b-8c6f-b1cf54c73f44
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-30T16:10:03.308Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:10:03.308Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vFW cbc33fb0-5213 0 is matching search criteria
2021-04-30T16:10:03.309Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cbc33fb0-5213 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:10:03.309Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:10:03.309Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Node template vFW cbc33fb0-5213 0 is matching search criteria
2021-04-30T16:10:03.309Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cbc33fb0-5213 0] matching following query criteria: sdcType=VF, customizationUUID=3e51447b-52d2-4be8-9c35-f79ed56349ab
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-30T16:10:03.310Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:10:03.311Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:10:03.311Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 8469e555-84ff-4932-ba1d-977296db1c6f: vFW cbc33fb0-5213
2021-04-30T16:10:03.311Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:10:03.311Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:10:03.311Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:10:03.312Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:10:03.312Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:10:03.312Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:10:03.312Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:10:03.312Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:10:03.312Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:10:03.312Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-08-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:10:03.313Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-04-30 16-08-30 
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-30T16:10:03.454Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cbc33fb0-5213 19cb3071-a3d8-4b16-a0ff-81b5a657080b 1 ASDC deployResourceStructure
2021-04-30T16:10:03.454Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json ASDC sendASDCNotification
2021-04-30T16:10:03.454Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json
2021-04-30T16:10:03.454Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:10:03.454Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:10:03.456Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:10:03.456Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799003454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:10:03.556Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:10:03.557Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T16:10:03.557Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:10:03.566Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:10:03.567Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:10:04.457Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-30T16:10:04.458Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml
2021-04-30T16:10:04.458Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:10:04.458Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:10:04.460Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:10:04.460Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799004457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T16:10:04.560Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:10:04.561Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T16:10:04.561Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:10:04.570Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:10:04.571Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:10:05.461Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-30T16:10:05.462Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env
2021-04-30T16:10:05.462Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:10:05.463Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:10:05.464Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:10:05.464Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799005461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-30T16:10:05.564Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:10:05.565Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T16:10:05.565Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:10:05.575Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:10:05.575Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:10:06.465Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar ASDC sendASDCNotification
2021-04-30T16:10:06.465Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar
2021-04-30T16:10:06.465Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:10:06.465Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:10:06.467Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:10:06.467Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799006465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:10:06.567Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:10:06.568Z||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-30T16:10:06.568Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:10:06.575Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:10:06.575Z||pool-65-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:10:07.468Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7b6361a-471a-4e12-aeae-1a59978fcbbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:10:07.477Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7b6361a-471a-4e12-aeae-1a59978fcbbe
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-30T16:10:07.478Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:10:07.478Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T16:10:07.479Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T16:10:37.479Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7b6361a-471a-4e12-aeae-1a59978fcbbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:10:37.488Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7b6361a-471a-4e12-aeae-1a59978fcbbe
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-30T16:10:37.490Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:10:37.490Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T16:10:37.490Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T16:10:48.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:10:48.788Z||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-30T16:10:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:10:48.813Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:10:48.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:10:48.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "policy-id",
  "timestamp": 1619798985138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:10:48.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:11:07.490Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7b6361a-471a-4e12-aeae-1a59978fcbbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:11:07.499Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7b6361a-471a-4e12-aeae-1a59978fcbbe
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-30T16:11:07.502Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:11:07.502Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T16:11:07.502Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T16:11:37.502Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7b6361a-471a-4e12-aeae-1a59978fcbbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:11:37.512Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7b6361a-471a-4e12-aeae-1a59978fcbbe
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-30T16:11:37.513Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:11:37.513Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T16:11:37.513Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T16:11:48.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:11:48.788Z||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-30T16:11:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:11:48.807Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:11:48.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:11:48.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798987432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:11:48.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:07.513Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7b6361a-471a-4e12-aeae-1a59978fcbbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:12:07.522Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7b6361a-471a-4e12-aeae-1a59978fcbbe
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-30T16:12:07.524Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:12:07.524Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T16:12:07.524Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T16:12:37.524Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7b6361a-471a-4e12-aeae-1a59978fcbbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:12:37.532Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7b6361a-471a-4e12-aeae-1a59978fcbbe
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-30T16:12:37.534Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:12:37.534Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T16:12:37.534Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T16:12:48.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:12:48.788Z||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-30T16:12:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:12:48.814Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:12:48.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798976258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:12:48.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619798979159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "aai-ml",
  "timestamp": 1619798984533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798973323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:12:48.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "dcae-sch",
  "timestamp": 1619798980164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798988786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "cds",
  "timestamp": 1619798987988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "policy-id",
  "timestamp": 1619798985138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798987432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:12:48.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "aai-ml",
  "timestamp": 1619798984533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798990388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:12:48.818Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798990408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:12:48.818Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798988786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:12:48.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "cds",
  "timestamp": 1619798987988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "policy-id",
  "timestamp": 1619798985138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "clamp",
  "timestamp": 1619798990252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798987432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "aai-ml",
  "timestamp": 1619798984533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:12:48.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798988786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:12:48.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "cds",
  "timestamp": 1619798987988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798991614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:12:48.819Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "policy-id",
  "timestamp": 1619798985138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:12:48.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "clamp",
  "timestamp": 1619798990252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:12:48.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798987432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-30T16:12:48.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "aai-ml",
  "timestamp": 1619798992407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:12:48.820Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798988786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "cds",
  "timestamp": 1619798987988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798992059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798992851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:12:48.821Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "clamp",
  "timestamp": 1619798990252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798987432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "policy-id",
  "timestamp": 1619798993049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:12:48.822Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798993137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:12:48.822Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798988786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-30T16:12:48.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "cds",
  "timestamp": 1619798987988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798992059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:12:48.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798993855,
  "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-30T16:12:48.833Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b7b6361a-471a-4e12-aeae-1a59978fcbbe
2021-04-30T16:12:48.833Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7b6361a-471a-4e12-aeae-1a59978fcbbe 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-30T16:12:48.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "clamp",
  "timestamp": 1619798990252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798987432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:12:48.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "policy-id",
  "timestamp": 1619798994054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:12:48.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619798994139,
  "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-30T16:12:48.847Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b7b6361a-471a-4e12-aeae-1a59978fcbbe
2021-04-30T16:12:48.847Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7b6361a-471a-4e12-aeae-1a59978fcbbe 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-30T16:12:48.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798988786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "cds",
  "timestamp": 1619798987988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:12:48.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798992059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:12:48.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619798994857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:12:48.857Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "clamp",
  "timestamp": 1619798990252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "policy-id",
  "timestamp": 1619798995057,
  "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-30T16:12:48.862Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b7b6361a-471a-4e12-aeae-1a59978fcbbe
2021-04-30T16:12:48.862Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7b6361a-471a-4e12-aeae-1a59978fcbbe 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-30T16:12:48.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798995279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:12:48.869Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798988786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:12:48.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798992059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "cds",
  "timestamp": 1619798995747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:12:48.870Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "clamp",
  "timestamp": 1619798990252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798996510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:12:48.870Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798992059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-30T16:12:48.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798996708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:12:48.871Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "cds",
  "timestamp": 1619798996752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-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-30T16:12:48.875Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b7b6361a-471a-4e12-aeae-1a59978fcbbe
2021-04-30T16:12:48.876Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7b6361a-471a-4e12-aeae-1a59978fcbbe 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-30T16:12:48.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "clamp",
  "timestamp": 1619798990252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:12:48.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798992059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:12:48.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798997712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:12:48.885Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798992059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:12:48.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:12:48.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798998715,
  "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-30T16:12:48.890Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b7b6361a-471a-4e12-aeae-1a59978fcbbe
2021-04-30T16:12:48.890Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7b6361a-471a-4e12-aeae-1a59978fcbbe 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-30T16:12:48.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "aai-ml",
  "timestamp": 1619798999062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-04-30T16:12:48.896Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619798999718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:12:48.896Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619798999794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:12:48.897Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619798999959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:12:48.897Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "aai-ml",
  "timestamp": 1619799000065,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-30T16:12:48.901Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b7b6361a-471a-4e12-aeae-1a59978fcbbe
2021-04-30T16:12:48.901Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7b6361a-471a-4e12-aeae-1a59978fcbbe 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-30T16:12:48.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799001043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:12:48.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799001156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:12:48.910Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799002274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:12:48.910Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799002385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:12:48.910Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799003415,
  "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-30T16:12:48.916Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b7b6361a-471a-4e12-aeae-1a59978fcbbe
2021-04-30T16:12:48.916Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7b6361a-471a-4e12-aeae-1a59978fcbbe 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-30T16:12:48.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799003454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:12:48.924Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799004420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/vfwcbc33fb052130_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:12:48.924Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799004457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T16:12:48.924Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "clamp",
  "timestamp": 1619799005046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:12:48.924Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799005461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/resourceInstances/vfwcbc33fb052130/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-30T16:12:48.924Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799006465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:12:48.924Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "clamp",
  "timestamp": 1619799007019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430160830/1.0/artifacts/service-Vfw20210430160830-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:12:48.925Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:12:48.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:12:48.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "clamp",
  "timestamp": 1619799008022,
  "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-30T16:12:48.929Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b7b6361a-471a-4e12-aeae-1a59978fcbbe
2021-04-30T16:12:48.929Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7b6361a-471a-4e12-aeae-1a59978fcbbe 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-30T16:13:07.534Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7b6361a-471a-4e12-aeae-1a59978fcbbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:13:07.543Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7b6361a-471a-4e12-aeae-1a59978fcbbe
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-30T16:13:07.545Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:13:07.545Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T16:13:07.545Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-30T16:13:07.545Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-30T16:13:07.545Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-04-30T16:13:07.545Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||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-30T16:13:07.549Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-30T16:13:37.549Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7b6361a-471a-4e12-aeae-1a59978fcbbe 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-30T16:13:37.554Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7b6361a-471a-4e12-aeae-1a59978fcbbe and serviceModelVersionId: 8469e555-84ff-4932-ba1d-977296db1c6f
2021-04-30T16:13:37.554Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1cb69684-7294-49e9-80da-d2647d6dbe58
2021-04-30T16:13:37.555Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1cb69684-7294-49e9-80da-d2647d6dbe58/model-vers/model-ver/8469e555-84ff-4932-ba1d-977296db1c6f?depth=0
2021-04-30T16:13:37.559Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-30T16:13:37.591Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1cb69684-7294-49e9-80da-d2647d6dbe58/model-vers/model-ver/8469e555-84ff-4932-ba1d-977296db1c6f?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-30T16:13:37.592Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1cb69684-7294-49e9-80da-d2647d6dbe58/model-vers/model-ver/8469e555-84ff-4932-ba1d-977296db1c6f?depth=0|INFO|500||Invoke
2021-04-30T16:13:37.608Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1cb69684-7294-49e9-80da-d2647d6dbe58/model-vers/model-ver/8469e555-84ff-4932-ba1d-977296db1c6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-04-30T16:13:37.640Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1cb69684-7294-49e9-80da-d2647d6dbe58/model-vers/model-ver/8469e555-84ff-4932-ba1d-977296db1c6f?depth=0|INFO|404|Not Found|InvokeReturn
2021-04-30T16:13:37.640Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1cb69684-7294-49e9-80da-d2647d6dbe58/model-vers/model-ver/8469e555-84ff-4932-ba1d-977296db1c6f?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210430-16:13:37:616-49738], Content-Length=[495], Date=[Fri, 30 Apr 2021 16:13:37 GMT], Content-Type=[application/json]}
2021-04-30T16:13:37.641Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/1cb69684-7294-49e9-80da-d2647d6dbe58/model-vers/model-ver/8469e555-84ff-4932-ba1d-977296db1c6f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1cb69684-7294-49e9-80da-d2647d6dbe58/model-vers/model-ver/8469e555-84ff-4932-ba1d-977296db1c6f","ERR.5.4.6114"]}}}

2021-04-30T16:13:37.644Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=b7b6361a-471a-4e12-aeae-1a59978fcbbe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1cb69684-7294-49e9-80da-d2647d6dbe58/model-vers/model-ver/8469e555-84ff-4932-ba1d-977296db1c6f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1cb69684-7294-49e9-80da-d2647d6dbe58/model-vers/model-ver/8469e555-84ff-4932-ba1d-977296db1c6f) (ec=ERR.5.4.6114)
2021-04-30T16:13:37.644Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b7b6361a-471a-4e12-aeae-1a59978fcbbe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1cb69684-7294-49e9-80da-d2647d6dbe58/model-vers/model-ver/8469e555-84ff-4932-ba1d-977296db1c6f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1cb69684-7294-49e9-80da-d2647d6dbe58/model-vers/model-ver/8469e555-84ff-4932-ba1d-977296db1c6f) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-30T16:13:37.644Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b7b6361a-471a-4e12-aeae-1a59978fcbbe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1cb69684-7294-49e9-80da-d2647d6dbe58/model-vers/model-ver/8469e555-84ff-4932-ba1d-977296db1c6f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1cb69684-7294-49e9-80da-d2647d6dbe58/model-vers/model-ver/8469e555-84ff-4932-ba1d-977296db1c6f) (ec=ERR.5.4.6114)
2021-04-30T16:13:37.644Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=b7b6361a-471a-4e12-aeae-1a59978fcbbe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1cb69684-7294-49e9-80da-d2647d6dbe58/model-vers/model-ver/8469e555-84ff-4932-ba1d-977296db1c6f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1cb69684-7294-49e9-80da-d2647d6dbe58/model-vers/model-ver/8469e555-84ff-4932-ba1d-977296db1c6f) (ec=ERR.5.4.6114)
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-30T16:13:37.648Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||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-30T16:13:37.648Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7b6361a-471a-4e12-aeae-1a59978fcbbe and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b7b6361a-471a-4e12-aeae-1a59978fcbbe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1cb69684-7294-49e9-80da-d2647d6dbe58/model-vers/model-ver/8469e555-84ff-4932-ba1d-977296db1c6f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1cb69684-7294-49e9-80da-d2647d6dbe58/model-vers/model-ver/8469e555-84ff-4932-ba1d-977296db1c6f) (ec=ERR.5.4.6114)
2021-04-30T16:13:37.648Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-30T16:13:37.648Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:13:37.649Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:13:37.649Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799217648,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003db7b6361a-471a-4e12-aeae-1a59978fcbbe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1cb69684-7294-49e9-80da-d2647d6dbe58/model-vers/model-ver/8469e555-84ff-4932-ba1d-977296db1c6f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1cb69684-7294-49e9-80da-d2647d6dbe58/model-vers/model-ver/8469e555-84ff-4932-ba1d-977296db1c6f) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:13:37.750Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:13:37.751Z||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-30T16:13:37.751Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:13:37.764Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:13:37.764Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-30T16:13:38.660Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:13:38.661Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|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-30T16:13:38.661Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:13:42.976Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:13:42.977Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:13:42.977Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"0a7724bc-4e3d-4eb4-a539-c26ed258e288","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"28a011a9-eadf-4d51-8f2c-bda28a1c33a6","serviceDescription":"service","serviceInvariantUUID":"23cdc138-0b65-403c-866e-56c04b05f485","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"634d1a8b-b6ed-48f3-809f-becbd7195e16","resourceInvariantUUID":"ef987cad-39ad-464e-9de1-629e872f4617","resourceCustomizationUUID":"d91ab9e2-8d8f-4bbe-a6c5-3fcc4a44200a","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":"ODZkODU4ZDQ5Zjk4N2E5NzgxOWFkOTQ2OGFhNDc1MmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8cb47ea1-0c75-4a7c-a4b7-6afb7252f78e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGYzZWNhNzJmMDg0YWM4OGQ1OWJiYzk0NzkwM2VhYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b987d856-d3bd-466d-b4ed-8ad8ad46bf33","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T16:13:42.979Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:13:42.979Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:13:42.981Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:13:42.981Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799218660,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:43.081Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:13:43.082Z||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-30T16:13:43.082Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:13:43.089Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:13:43.090Z||pool-67-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:13:43.982Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:13:43.983Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:13:43.985Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:13:43.985Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799218660,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:13:44.086Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:13:44.086Z||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-30T16:13:44.087Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:13:44.094Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:13:44.094Z||pool-68-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:13:44.986Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "28a011a9-eadf-4d51-8f2c-bda28a1c33a6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "23cdc138-0b65-403c-866e-56c04b05f485",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "d91ab9e2-8d8f-4bbe-a6c5-3fcc4a44200a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "634d1a8b-b6ed-48f3-809f-becbd7195e16",
      "resourceInvariantUUID": "ef987cad-39ad-464e-9de1-629e872f4617",
      "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": "ZGYzZWNhNzJmMDg0YWM4OGQ1OWJiYzk0NzkwM2VhYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b987d856-d3bd-466d-b4ed-8ad8ad46bf33"
    }
  ],
  "workloadContext": "Production"
}
2021-04-30T16:13:44.987Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T16:13:44.987Z|b7b6361a-471a-4e12-aeae-1a59978fcbbe|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 28a011a9-eadf-4d51-8f2c-bda28a1c33a6 ASDC
2021-04-30T16:13:44.987Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:0a7724bc-4e3d-4eb4-a539-c26ed258e288
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:28a011a9-eadf-4d51-8f2c-bda28a1c33a6
ServiceInvariantUUID:23cdc138-0b65-403c-866e-56c04b05f485
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:b987d856-d3bd-466d-b4ed-8ad8ad46bf33
ArtifactChecksum:ZGYzZWNhNzJmMDg0YWM4OGQ1OWJiYzk0NzkwM2VhYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:d91ab9e2-8d8f-4bbe-a6c5-3fcc4a44200a
ResourceInvariantUUID:ef987cad-39ad-464e-9de1-629e872f4617
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:634d1a8b-b6ed-48f3-809f-becbd7195e16
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-04-30T16:13:44.987Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 28a011a9-eadf-4d51-8f2c-bda28a1c33a6 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-30T16:13:45.011Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:13:45.011Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:13:45.011Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:13:45.011Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b987d856-d3bd-466d-b4ed-8ad8ad46bf33 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-30T16:13:45.012Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:13:45.012Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-30T16:13:45.176Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:13:45.178Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b987d856-d3bd-466d-b4ed-8ad8ad46bf33 53009
2021-04-30T16:13:45.178Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||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-30T16:13:45.178Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||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-30T16:13:45.178Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:13:45.179Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:13:45.180Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:13:45.180Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799225178,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:13:45.280Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:13:45.281Z||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-30T16:13:45.281Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:13:45.289Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:13:45.290Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:13:46.180Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:13:46.181Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:13:46.181Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b987d856-d3bd-466d-b4ed-8ad8ad46bf33, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-30T16:13:46.182Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-30T16:13:46.182Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-30T16:13:46.182Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-30T16:13:46.250Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9317521247080228210/Definitions/service-BasicNetwork-template.yml
2021-04-30T16:13:46.580Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T16:13:46.581Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-30T16:13:46.581Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-30T16:13:46.581Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-30T16:13:46.581Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||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-30T16:13:46.581Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||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-30T16:13:46.581Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||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-30T16:13:46.581Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||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-30T16:13:46.581Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||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-30T16:13:46.581Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||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-30T16:13:46.581Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||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-30T16:13:46.581Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||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-30T16:13:46.581Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-30T16:13:46.582Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:13:46.582Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:13:46.582Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-30T16:13:46.582Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-30T16:13:46.582Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:13:46.582Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:13:46.582Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:13:46.582Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-30T16:13:46.582Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-30T16:13:46.582Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:13:46.583Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:13:46.583Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:13:46.583Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:13:46.583Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:13:46.583Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:13:46.583Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:13:46.583Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:13:46.583Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:13:46.583Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:13:46.583Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:13:46.583Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:28a011a9-eadf-4d51-8f2c-bda28a1c33a6
Model Version:NULL
Model InvariantUuid:23cdc138-0b65-403c-866e-56c04b05f485
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ef987cad-39ad-464e-9de1-629e872f4617
Model UUID:521d9263-9203-4698-a0e5-648c8f73b5ba
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:d91ab9e2-8d8f-4bbe-a6c5-3fcc4a44200a
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-30T16:13:46.589Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 634d1a8b-b6ed-48f3-809f-becbd7195e16
2021-04-30T16:13:46.589Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||No resources found for Service: 28a011a9-eadf-4d51-8f2c-bda28a1c33a6
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-30T16:13:46.592Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||
2021-04-30T16:13:46.592Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-04-30T16:13:46.593Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 28a011a9-eadf-4d51-8f2c-bda28a1c33a6
2021-04-30T16:13:46.593Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 28a011a9-eadf-4d51-8f2c-bda28a1c33a6
2021-04-30T16:13:46.593Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-04-30T16:13:46.593Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||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-30T16:13:46.598Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:13:46.598Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:13:46.598Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:13:46.598Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:13:46.599Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 28a011a9-eadf-4d51-8f2c-bda28a1c33a6: Generic NeutronNet
2021-04-30T16:13:46.599Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:13:46.599Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:13:46.599Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:13:46.599Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||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-30T16:13:46.620Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:13:46.620Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:13:46.621Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:13:46.621Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:13:46.621Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:13:46.621Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:13:46.621Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||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-30T16:13:46.674Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-04-30T16:13:46.675Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||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-30T16:13:46.675Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||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-30T16:13:46.675Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:13:46.675Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:13:46.676Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:13:46.677Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799226675,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:13:46.777Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:13:46.777Z||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-30T16:13:46.778Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:13:46.788Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:13:46.788Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:13:47.677Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a7724bc-4e3d-4eb4-a539-c26ed258e288
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:13:47.685Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a7724bc-4e3d-4eb4-a539-c26ed258e288
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-30T16:13:47.686Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:13:47.686Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T16:13:47.686Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T16:13:48.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:13:48.788Z||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-30T16:13:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:13:48.805Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:13:48.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "cds",
  "timestamp": 1619799062988,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799059159,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "dcae-sch",
  "timestamp": 1619799060164,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799063323,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "policy-id",
  "timestamp": 1619799065138,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "cds",
  "timestamp": 1619799062988,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:13:48.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799059159,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "dcae-sch",
  "timestamp": 1619799060164,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799063323,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:13:48.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "policy-id",
  "timestamp": 1619799065138,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:13:48.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799067432,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799068783,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:13:48.809Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:13:48.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "cds",
  "timestamp": 1619799068786,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:13:48.809Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:13:48.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "policy-id",
  "timestamp": 1619799068793,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:13:48.809Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:13:48.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799067432,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:13:48.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "cds",
  "timestamp": 1619799069790,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-30T16:13:48.817Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0a7724bc-4e3d-4eb4-a539-c26ed258e288
2021-04-30T16:13:48.817Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a7724bc-4e3d-4eb4-a539-c26ed258e288 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-30T16:13:48.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "policy-id",
  "timestamp": 1619799069798,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:13:48.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:13:48.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799070184,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:13:48.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:13:48.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "policy-id",
  "timestamp": 1619799070801,
  "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-30T16:13:48.830Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a7724bc-4e3d-4eb4-a539-c26ed258e288
2021-04-30T16:13:48.830Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a7724bc-4e3d-4eb4-a539-c26ed258e288 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-30T16:13:48.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799071190,
  "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-30T16:13:48.842Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0a7724bc-4e3d-4eb4-a539-c26ed258e288
2021-04-30T16:13:48.842Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a7724bc-4e3d-4eb4-a539-c26ed258e288 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-30T16:13:48.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799072060,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799072060,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:13:48.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "aai-ml",
  "timestamp": 1619799074533,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "aai-ml",
  "timestamp": 1619799074533,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:13:48.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799076258,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "aai-ml",
  "timestamp": 1619799077323,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:13:48.849Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:13:48.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799076258,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:13:48.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "aai-ml",
  "timestamp": 1619799079830,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-04-30T16:13:48.850Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:13:48.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "aai-ml",
  "timestamp": 1619799080833,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-30T16:13:48.854Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0a7724bc-4e3d-4eb4-a539-c26ed258e288
2021-04-30T16:13:48.854Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a7724bc-4e3d-4eb4-a539-c26ed258e288 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-30T16:13:48.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "clamp",
  "timestamp": 1619799080252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "clamp",
  "timestamp": 1619799080252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:13:48.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "clamp",
  "timestamp": 1619799087024,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:13:48.862Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:13:48.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "clamp",
  "timestamp": 1619799088041,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:13:48.862Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:13:48.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "clamp",
  "timestamp": 1619799089045,
  "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-30T16:13:48.866Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0a7724bc-4e3d-4eb4-a539-c26ed258e288
2021-04-30T16:13:48.866Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a7724bc-4e3d-4eb4-a539-c26ed258e288 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-30T16:13:48.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "aai-ml",
  "timestamp": 1619799104533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799096258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "dcae-sch",
  "timestamp": 1619799100164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799099159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "policy-id",
  "timestamp": 1619799105138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "aai-ml",
  "timestamp": 1619799104533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "dcae-sch",
  "timestamp": 1619799100164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799096258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799099159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "policy-id",
  "timestamp": 1619799105138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "aai-ml",
  "timestamp": 1619799104533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "dcae-sch",
  "timestamp": 1619799100164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799096258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799099159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "policy-id",
  "timestamp": 1619799105138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799107432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:13:48.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:13:48.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "cds",
  "timestamp": 1619799107988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:13:48.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:17.687Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a7724bc-4e3d-4eb4-a539-c26ed258e288
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:14:17.698Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a7724bc-4e3d-4eb4-a539-c26ed258e288
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-30T16:14:17.701Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:14:17.701Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T16:14:17.701Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-30T16:14:17.701Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-30T16:14:17.701Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-04-30T16:14:17.701Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||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-30T16:14:17.705Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-30T16:14:47.705Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0a7724bc-4e3d-4eb4-a539-c26ed258e288 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-30T16:14:47.711Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0a7724bc-4e3d-4eb4-a539-c26ed258e288 and serviceModelVersionId: 28a011a9-eadf-4d51-8f2c-bda28a1c33a6
2021-04-30T16:14:47.711Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 23cdc138-0b65-403c-866e-56c04b05f485
2021-04-30T16:14:47.711Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6?depth=0
2021-04-30T16:14:47.715Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-30T16:14:47.748Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6?depth=0|INFO|500||Invoke
2021-04-30T16:14:47.749Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0a7724bc-4e3d-4eb4-a539-c26ed258e288], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3d8966a2-81a5-40cc-b80b-0e9c31f942e0], X-ECOMP-RequestID=[0a7724bc-4e3d-4eb4-a539-c26ed258e288], X-TransactionId=[], X-ONAP-RequestID=[0a7724bc-4e3d-4eb4-a539-c26ed258e288], Content-Type=[application/merge-patch+json]}
2021-04-30T16:14:47.769Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-04-30T16:14:47.800Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6?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/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210430-16:14:47:776-40500], Content-Length=[495], Date=[Fri, 30 Apr 2021 16:14:47 GMT], Content-Type=[application/json]}
2021-04-30T16:14:47.801Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6","ERR.5.4.6114"]}}}

2021-04-30T16:14:47.801Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6?depth=0|INFO|404|Not Found|InvokeReturn
2021-04-30T16:14:47.804Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0a7724bc-4e3d-4eb4-a539-c26ed258e288 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6) (ec=ERR.5.4.6114)
2021-04-30T16:14:47.804Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0a7724bc-4e3d-4eb4-a539-c26ed258e288 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-30T16:14:47.804Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0a7724bc-4e3d-4eb4-a539-c26ed258e288 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6) (ec=ERR.5.4.6114)
2021-04-30T16:14:47.805Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0a7724bc-4e3d-4eb4-a539-c26ed258e288 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6) (ec=ERR.5.4.6114)
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-30T16:14:47.808Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||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-30T16:14:47.808Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0a7724bc-4e3d-4eb4-a539-c26ed258e288 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0a7724bc-4e3d-4eb4-a539-c26ed258e288 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6) (ec=ERR.5.4.6114)
2021-04-30T16:14:47.808Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-30T16:14:47.808Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:14:47.810Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:14:47.810Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799287808,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0a7724bc-4e3d-4eb4-a539-c26ed258e288 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:14:47.910Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:14:47.911Z||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-30T16:14:47.911Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:14:47.921Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:14:47.921Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:14:48.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:14:48.788Z||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-30T16:14:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:14:48.807Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:14:48.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "aai-ml",
  "timestamp": 1619799104533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799096258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "dcae-sch",
  "timestamp": 1619799100164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799099159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "policy-id",
  "timestamp": 1619799105138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799107432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "cds",
  "timestamp": 1619799107988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "aai-ml",
  "timestamp": 1619799104533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799096258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "dcae-sch",
  "timestamp": 1619799100164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799099159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "policy-id",
  "timestamp": 1619799105138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799107432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "cds",
  "timestamp": 1619799107988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "aai-ml",
  "timestamp": 1619799104533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799096258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "dcae-sch",
  "timestamp": 1619799100164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "policy-id",
  "timestamp": 1619799105138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799099159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "clamp",
  "timestamp": 1619799110252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799107432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "cds",
  "timestamp": 1619799107988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "aai-ml",
  "timestamp": 1619799104533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "dcae-sch",
  "timestamp": 1619799100164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799096258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799099159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "policy-id",
  "timestamp": 1619799105138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "clamp",
  "timestamp": 1619799110252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799107432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "cds",
  "timestamp": 1619799107988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799112060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "aai-ml",
  "timestamp": 1619799104533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:14:48.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "dcae-sch",
  "timestamp": 1619799100164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799096258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:14:48.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "policy-id",
  "timestamp": 1619799105138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:14:48.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799099159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "clamp",
  "timestamp": 1619799110252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799107432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "cds",
  "timestamp": 1619799107988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799112060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "clamp",
  "timestamp": 1619799110252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "aai-ml",
  "timestamp": 1619799114015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:14:48.816Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:14:48.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799107432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "policy-id",
  "timestamp": 1619799114038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:14:48.816Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:14:48.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799114110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:14:48.817Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:14:48.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "cds",
  "timestamp": 1619799107988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799112060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "clamp",
  "timestamp": 1619799110252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "policy-id",
  "timestamp": 1619799115042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:14:48.817Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:14:48.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799107432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:14:48.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799115307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T16:14:48.817Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:14:48.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "cds",
  "timestamp": 1619799107988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:14:48.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799112060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "clamp",
  "timestamp": 1619799110252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "policy-id",
  "timestamp": 1619799116044,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where 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-30T16:14:48.828Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.828Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"bb207398-65da-45ac-ae1b-f86706627791","serviceName":"Demo_pNF_ZScAIibXRWxacMlZRglA","serviceVersion":"1.0","serviceUUID":"55284f05-186f-4b0a-884b-4d8e1484da70","serviceDescription":"catalog service description","serviceInvariantUUID":"a2e52085-5404-493f-be65-4cdd8b0e1ede","resources":[{"resourceInstanceName":"pNF 46b77eda-9f8b 0","resourceName":"pNF 46b77eda-9f8b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"04370e84-eec3-4b37-ae65-15fad4b7838e","resourceInvariantUUID":"9cf042b5-5a80-4607-8c83-56a2849305a7","resourceCustomizationUUID":"d89572cf-bf22-4ae6-8d2f-af581329dc78","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vf-license-model.xml","artifactChecksum":"M2RlNWJiNGM1MTBlNGNlMDYyODQ5OWZjMzg4NTQxMWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d55451da-bc4c-4e8a-8868-d6ebc9b301f7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/pNF.csar","artifactChecksum":"MjUxMWQ3ODJhN2Y5ZTM3YjhlYTc1N2U0ZjUyNmVmYTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"73114408-d1b6-46d1-9876-35f9d32f7615","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"53b62661-7c59-40c3-a5dd-157b6108c65b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vendor-license-model.xml","artifactChecksum":"YjAyZGNjZTI3NzFhMTg4NmNkMTg1MjRmYmNmNDk5NzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a3cebe30-b3dc-492d-b9ef-086c04412875","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"375d89bf-e5d8-448f-988f-b7f588e779bd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"009b6708-45af-4a67-89c1-3f47c7ef6f33","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZscaiibxrwxacmlzrgla-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-template.yml","artifactChecksum":"YmQzNmQ5NzdjYWMyMzAyNmZiNmQ1MjM0OGZmN2NkOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e0acde3-5b3a-4e26-8bc7-6af578275824","artifactVersion":"1"},{"artifactName":"service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar","artifactChecksum":"NWZjMmQzZDcyY2VkOGI4Yzc1MGVkMzY0NWRjMjNlOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48f11f2f-b136-4056-9e24-61392f755292","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T16:14:48.828Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:14:48.829Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:14:48.830Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb207398-65da-45ac-ae1b-f86706627791
2021-04-30T16:14:48.830Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb207398-65da-45ac-ae1b-f86706627791 and ComponentName POLICY
2021-04-30T16:14:48.830Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:14:48.830Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799218660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-30T16:14:48.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799116310,
  "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-30T16:14:48.845Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of bb207398-65da-45ac-ae1b-f86706627791
2021-04-30T16:14:48.845Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb207398-65da-45ac-ae1b-f86706627791 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-30T16:14:48.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799112060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "cds",
  "timestamp": 1619799116787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:14:48.852Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:14:48.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "clamp",
  "timestamp": 1619799110252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "aai-ml",
  "timestamp": 1619799117218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-04-30T16:14:48.852Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:14:48.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799112060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "cds",
  "timestamp": 1619799117792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-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-30T16:14:48.856Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb207398-65da-45ac-ae1b-f86706627791
2021-04-30T16:14:48.856Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb207398-65da-45ac-ae1b-f86706627791 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-30T16:14:48.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "clamp",
  "timestamp": 1619799110252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:14:48.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "aai-ml",
  "timestamp": 1619799118221,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-30T16:14:48.868Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of bb207398-65da-45ac-ae1b-f86706627791
2021-04-30T16:14:48.868Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb207398-65da-45ac-ae1b-f86706627791 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-30T16:14:48.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799112060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799112060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:14:48.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "clamp",
  "timestamp": 1619799123029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:14:48.876Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:14:48.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799123323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799123323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "clamp",
  "timestamp": 1619799125036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:14:48.876Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:14:48.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799123323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "clamp",
  "timestamp": 1619799126040,
  "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-30T16:14:48.880Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb207398-65da-45ac-ae1b-f86706627791
2021-04-30T16:14:48.880Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb207398-65da-45ac-ae1b-f86706627791 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-30T16:14:48.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799123323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799123323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799123323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799123323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:48.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799123323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:14:48.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:14:48.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799132192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:14:48.889Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:14:48.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799133820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:14:48.889Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:14:48.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:14:48.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799134823,
  "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-30T16:14:48.893Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb207398-65da-45ac-ae1b-f86706627791
2021-04-30T16:14:48.894Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb207398-65da-45ac-ae1b-f86706627791 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-30T16:14:48.930Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:14:48.931Z||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-30T16:14:48.931Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:14:48.940Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:14:48.941Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:14:49.831Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:14:49.832Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:14:49.833Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:14:49.834Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799218660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:49.934Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:14:49.935Z||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-30T16:14:49.935Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:14:49.943Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:14:49.944Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:14:50.834Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:14:50.835Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:14:50.836Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:14:50.837Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799218660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:50.937Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:14:50.937Z||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-30T16:14:50.937Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:14:50.946Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:14:50.946Z||pool-74-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:14:51.837Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:14:51.838Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:14:51.840Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:14:51.840Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799218660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:51.940Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:14:51.941Z||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-30T16:14:51.941Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:14:51.950Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:14:51.951Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:14:52.841Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:14:52.841Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:14:52.843Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:14:52.843Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799218660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:52.943Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:14:52.944Z||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-30T16:14:52.944Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:14:52.951Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:14:52.951Z||pool-76-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:14:53.843Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:14:53.845Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:14:53.847Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:14:53.847Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799218660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:53.947Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:14:53.948Z||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-30T16:14:53.948Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:14:53.958Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:14:53.958Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:14:54.847Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:14:54.848Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:14:54.850Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:14:54.850Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799218660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:14:54.950Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:14:54.951Z||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-30T16:14:54.951Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:14:54.961Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:14:54.961Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:14:55.850Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:14:55.851Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:14:55.853Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:14:55.853Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799218660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:14:55.953Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:14:55.954Z||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-30T16:14:55.954Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:14:55.964Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:14:55.964Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:14:56.854Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "serviceName": "Demo_pNF_ZScAIibXRWxacMlZRglA",
  "serviceVersion": "1.0",
  "serviceUUID": "55284f05-186f-4b0a-884b-4d8e1484da70",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a2e52085-5404-493f-be65-4cdd8b0e1ede",
  "resources": [
    {
      "resourceInstanceName": "pNF 46b77eda-9f8b 0",
      "resourceCustomizationUUID": "d89572cf-bf22-4ae6-8d2f-af581329dc78",
      "resourceName": "pNF 46b77eda-9f8b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "04370e84-eec3-4b37-ae65-15fad4b7838e",
      "resourceInvariantUUID": "9cf042b5-5a80-4607-8c83-56a2849305a7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
      "artifactChecksum": "NWZjMmQzZDcyY2VkOGI4Yzc1MGVkMzY0NWRjMjNlOTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "48f11f2f-b136-4056-9e24-61392f755292"
    }
  ],
  "workloadContext": "Production"
}
2021-04-30T16:14:56.854Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T16:14:56.854Z|0a7724bc-4e3d-4eb4-a539-c26ed258e288|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 55284f05-186f-4b0a-884b-4d8e1484da70 ASDC
2021-04-30T16:14:56.854Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:bb207398-65da-45ac-ae1b-f86706627791
ServiceName:Demo_pNF_ZScAIibXRWxacMlZRglA
ServiceVersion:1.0
ServiceUUID:55284f05-186f-4b0a-884b-4d8e1484da70
ServiceInvariantUUID:a2e52085-5404-493f-be65-4cdd8b0e1ede
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar
ArtifactUUID:48f11f2f-b136-4056-9e24-61392f755292
ArtifactChecksum:NWZjMmQzZDcyY2VkOGI4Yzc1MGVkMzY0NWRjMjNlOTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 46b77eda-9f8b 0
ResourceCustomizationUUID:d89572cf-bf22-4ae6-8d2f-af581329dc78
ResourceInvariantUUID:9cf042b5-5a80-4607-8c83-56a2849305a7
ResourceName:pNF 46b77eda-9f8b
ResourceType:PNF
ResourceUUID:04370e84-eec3-4b37-ae65-15fad4b7838e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-30T16:14:56.854Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 55284f05-186f-4b0a-884b-4d8e1484da70 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-30T16:14:56.873Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:14:56.873Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:14:56.873Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:14:56.874Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 48f11f2f-b136-4056-9e24-61392f755292 from URL: /sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar
2021-04-30T16:14:56.874Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:14:56.874Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar
2021-04-30T16:14:57.026Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:14:57.029Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar 48f11f2f-b136-4056-9e24-61392f755292 83907
2021-04-30T16:14:57.030Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar ASDC sendASDCNotification
2021-04-30T16:14:57.030Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar
2021-04-30T16:14:57.030Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:14:57.030Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:14:57.032Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:14:57.032Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799297030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:14:57.132Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:14:57.132Z||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-30T16:14:57.132Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:14:57.144Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:14:57.145Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:14:58.032Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:14:58.033Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:14:58.033Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 48f11f2f-b136-4056-9e24-61392f755292, URL: /sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar to file: /app/ASDC/1/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar
2021-04-30T16:14:58.034Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar
2021-04-30T16:14:58.034Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar
2021-04-30T16:14:58.034Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar
2021-04-30T16:14:58.143Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4592982624113940304/Definitions/service-DemoPnfZscaiibxrwxacmlzrgla-template.yml
2021-04-30T16:14:58.793Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T16:14:58.793Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-30T16:14:58.793Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar
2021-04-30T16:14:58.794Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-30T16:14:58.794Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 46b77eda-9f8b 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar
2021-04-30T16:14:58.794Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||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-DemoPnfZscaiibxrwxacmlzrgla-csar.csar
2021-04-30T16:14:58.794Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar
2021-04-30T16:14:58.794Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||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-DemoPnfZscaiibxrwxacmlzrgla-csar.csar
2021-04-30T16:14:58.794Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||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-DemoPnfZscaiibxrwxacmlzrgla-csar.csar
2021-04-30T16:14:58.794Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||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-DemoPnfZscaiibxrwxacmlzrgla-csar.csar
2021-04-30T16:14:58.794Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||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-DemoPnfZscaiibxrwxacmlzrgla-csar.csar
2021-04-30T16:14:58.794Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 46b77eda-9f8b 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-DemoPnfZscaiibxrwxacmlzrgla-csar.csar
2021-04-30T16:14:58.794Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-30T16:14:58.795Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:14:58.795Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ZScAIibXRWxacMlZRglA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:14:58.795Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Node template pNF 46b77eda-9f8b 0 is matching search criteria
2021-04-30T16:14:58.795Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-30T16:14:58.795Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 46b77eda-9f8b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:14:58.795Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:14:58.796Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ZScAIibXRWxacMlZRglA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:14:58.796Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Node template pNF 46b77eda-9f8b 0 is matching search criteria
2021-04-30T16:14:58.796Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-30T16:14:58.796Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 46b77eda-9f8b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:14:58.796Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:14:58.796Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ZScAIibXRWxacMlZRglA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:14:58.796Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:14:58.797Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ZScAIibXRWxacMlZRglA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:14:58.797Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:14:58.797Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ZScAIibXRWxacMlZRglA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:14:58.797Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:14:58.797Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ZScAIibXRWxacMlZRglA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:14:58.798Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:14:58.798Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ZScAIibXRWxacMlZRglA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:14:58.798Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ZScAIibXRWxacMlZRglA
Description:catalog service description
Model UUID:55284f05-186f-4b0a-884b-4d8e1484da70
Model Version:NULL
Model InvariantUuid:a2e52085-5404-493f-be65-4cdd8b0e1ede
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-30T16:14:58.804Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 04370e84-eec3-4b37-ae65-15fad4b7838e
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-30T16:14:58.807Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||pNF 46b77eda-9f8b 0
2021-04-30T16:14:58.807Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 04370e84-eec3-4b37-ae65-15fad4b7838e
2021-04-30T16:14:58.808Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 55284f05-186f-4b0a-884b-4d8e1484da70
2021-04-30T16:14:58.808Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 55284f05-186f-4b0a-884b-4d8e1484da70
2021-04-30T16:14:58.808Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 46b77eda-9f8b 0 04370e84-eec3-4b37-ae65-15fad4b7838e 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-30T16:14:58.813Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:14:58.813Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ZScAIibXRWxacMlZRglA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:14:58.813Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 55284f05-186f-4b0a-884b-4d8e1484da70: pNF 46b77eda-9f8b
2021-04-30T16:14:58.814Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||Processing PNF resource: 04370e84-eec3-4b37-ae65-15fad4b7838e
2021-04-30T16:14:58.814Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:14:58.814Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ZScAIibXRWxacMlZRglA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:14:58.814Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||Resource customization UUID: d89572cf-bf22-4ae6-8d2f-af581329dc78 is the same as notified resource customizationUUID: d89572cf-bf22-4ae6-8d2f-af581329dc78
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-30T16:14:58.858Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 46b77eda-9f8b 04370e84-eec3-4b37-ae65-15fad4b7838e 0 ASDC deployResourceStructure
2021-04-30T16:14:58.858Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar ASDC sendASDCNotification
2021-04-30T16:14:58.858Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar
2021-04-30T16:14:58.859Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:14:58.859Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:14:58.861Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:14:58.861Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799298858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:14:58.961Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:14:58.962Z||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-30T16:14:58.962Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:14:58.971Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:14:58.971Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:14:59.862Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb207398-65da-45ac-ae1b-f86706627791
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:14:59.871Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb207398-65da-45ac-ae1b-f86706627791
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-30T16:14:59.873Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:14:59.873Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T16:14:59.873Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-30T16:14:59.873Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-30T16:14:59.873Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T16:14:59.873Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-04-30T16:14:59.873Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||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-30T16:14:59.877Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-30T16:15:29.877Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb207398-65da-45ac-ae1b-f86706627791 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-30T16:15:29.882Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb207398-65da-45ac-ae1b-f86706627791 and serviceModelVersionId: 55284f05-186f-4b0a-884b-4d8e1484da70
2021-04-30T16:15:29.882Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a2e52085-5404-493f-be65-4cdd8b0e1ede
2021-04-30T16:15:29.883Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70?depth=0
2021-04-30T16:15:29.887Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-30T16:15:29.927Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70?depth=0|INFO|500||Invoke
2021-04-30T16:15:29.927Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bb207398-65da-45ac-ae1b-f86706627791], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[02aa6ab6-3730-4200-882c-51ca3ec4e9d0], X-ECOMP-RequestID=[bb207398-65da-45ac-ae1b-f86706627791], X-TransactionId=[], X-ONAP-RequestID=[bb207398-65da-45ac-ae1b-f86706627791], Content-Type=[application/merge-patch+json]}
2021-04-30T16:15:29.944Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-04-30T16:15:29.977Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70?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/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210430-16:15:29:950-7911], Content-Length=[495], Date=[Fri, 30 Apr 2021 16:15:29 GMT], Content-Type=[application/json]}
2021-04-30T16:15:29.978Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70","ERR.5.4.6114"]}}}

2021-04-30T16:15:29.978Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70?depth=0|INFO|404|Not Found|InvokeReturn
2021-04-30T16:15:29.981Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=bb207398-65da-45ac-ae1b-f86706627791 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70) (ec=ERR.5.4.6114)
2021-04-30T16:15:29.982Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bb207398-65da-45ac-ae1b-f86706627791 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-30T16:15:29.982Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bb207398-65da-45ac-ae1b-f86706627791 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70) (ec=ERR.5.4.6114)
2021-04-30T16:15:29.982Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=bb207398-65da-45ac-ae1b-f86706627791 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70) (ec=ERR.5.4.6114)
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-30T16:15:29.985Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||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-30T16:15:29.985Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb207398-65da-45ac-ae1b-f86706627791 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=bb207398-65da-45ac-ae1b-f86706627791 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70) (ec=ERR.5.4.6114)
2021-04-30T16:15:29.985Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-30T16:15:29.985Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:15:29.987Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:15:29.987Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799329985,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dbb207398-65da-45ac-ae1b-f86706627791 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:15:30.087Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:15:30.088Z||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-30T16:15:30.088Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:15:30.099Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:15:30.100Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-30T16:15:30.997Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:15:30.997Z|bb207398-65da-45ac-ae1b-f86706627791|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-30T16:15:30.997Z|bb207398-65da-45ac-ae1b-f86706627791|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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:15:31.617Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:15:31.618Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:15:31.618Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a8f8c82a-3359-4317-bd9b-fc514efd158f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b2695d85-6dba-4c9c-8372-1fbdaf1267a2","serviceDescription":"service","serviceInvariantUUID":"e917f2d9-60f7-4d5c-adfa-9eed32adb19e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"55962e52-2ec8-40f9-b10a-ff46d2f22c60","resourceInvariantUUID":"502692e2-1708-467b-a3b4-0a220ddd6705","resourceCustomizationUUID":"d9246db9-978e-4011-8b62-b1a42ae79b55","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":"ZDc5MmQ2ODgxNmNkOWFmNDYyODM3MWYzOTMzNTk5OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"02ea9b2b-f78d-449f-baea-e8efada25670","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":"YjJlNDgyMWM3ZGVhZmIyY2FlZjViN2YzNmQ3MzM5OTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a34a507f-525e-4339-b0e4-9bc5c0e1dae4","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":"48197237-c51f-417d-9fa2-e304ba98d945","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":"5c4a53a6-0b9a-4dc4-82c4-3f8e7f24fa04","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":"64ec2f76-b808-4a3a-9296-94b2a186f326","artifactVersion":"2","generatedFromUUID":"48197237-c51f-417d-9fa2-e304ba98d945"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjFmMjM3YThiNTYwMGM1OTJmOGY5MWJjMmEwODAwOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2e8105a-1c0d-4a60-8cc9-f49025d4fc83","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIzOTUzNjMyNjBkYWJiYmI5ODRjMjBiNjU3Y2I1NmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c89b71ec-1055-479a-aaa6-f665a04ad9fe","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T16:15:31.619Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:15:31.620Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:15:31.621Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:15:31.621Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:15:31.721Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:15:31.722Z||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-30T16:15:31.722Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:15:31.731Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:15:31.732Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:15:32.621Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:15:32.622Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:15:32.623Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:15:32.624Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:15:32.724Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:15:32.725Z||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-30T16:15:32.725Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:15:32.733Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:15:32.733Z||pool-84-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:15:33.624Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:15:33.625Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:15:33.626Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:15:33.626Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:15:33.727Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-30T16:15:33.728Z||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-30T16:15:33.728Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:15:33.739Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:15:33.739Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:15:34.627Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:15:34.628Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:15:34.629Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:15:34.629Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:15:34.729Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:15:34.730Z||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-30T16:15:34.730Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:15:34.739Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:15:34.739Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:15:35.630Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:15:35.630Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:15:35.632Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:15:35.632Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-30T16:15:35.732Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:15:35.732Z||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-30T16:15:35.733Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:15:35.741Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:15:35.741Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:15:36.632Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:15:36.633Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:15:36.634Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:15:36.634Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:15:36.734Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:15:36.735Z||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-30T16:15:36.735Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:15:36.745Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:15:36.745Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:15:37.635Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:15:37.636Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:15:37.638Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:15:37.638Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:15:37.738Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:15:37.739Z||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-30T16:15:37.739Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:15:37.749Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:15:37.749Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:15:38.639Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "b2695d85-6dba-4c9c-8372-1fbdaf1267a2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e917f2d9-60f7-4d5c-adfa-9eed32adb19e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d9246db9-978e-4011-8b62-b1a42ae79b55",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "55962e52-2ec8-40f9-b10a-ff46d2f22c60",
      "resourceInvariantUUID": "502692e2-1708-467b-a3b4-0a220ddd6705",
      "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": "YjJlNDgyMWM3ZGVhZmIyY2FlZjViN2YzNmQ3MzM5OTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a34a507f-525e-4339-b0e4-9bc5c0e1dae4",
          "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": "48197237-c51f-417d-9fa2-e304ba98d945",
          "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": "64ec2f76-b808-4a3a-9296-94b2a186f326",
            "generatedFromUUID": "48197237-c51f-417d-9fa2-e304ba98d945"
          },
          "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": "64ec2f76-b808-4a3a-9296-94b2a186f326",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIzOTUzNjMyNjBkYWJiYmI5ODRjMjBiNjU3Y2I1NmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c89b71ec-1055-479a-aaa6-f665a04ad9fe"
    }
  ],
  "workloadContext": "Production"
}
2021-04-30T16:15:38.639Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T16:15:38.639Z|bb207398-65da-45ac-ae1b-f86706627791|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b2695d85-6dba-4c9c-8372-1fbdaf1267a2 ASDC
2021-04-30T16:15:38.639Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a8f8c82a-3359-4317-bd9b-fc514efd158f
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:b2695d85-6dba-4c9c-8372-1fbdaf1267a2
ServiceInvariantUUID:e917f2d9-60f7-4d5c-adfa-9eed32adb19e
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:c89b71ec-1055-479a-aaa6-f665a04ad9fe
ArtifactChecksum:NjIzOTUzNjMyNjBkYWJiYmI5ODRjMjBiNjU3Y2I1NmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d9246db9-978e-4011-8b62-b1a42ae79b55
ResourceInvariantUUID:502692e2-1708-467b-a3b4-0a220ddd6705
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:55962e52-2ec8-40f9-b10a-ff46d2f22c60
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:a34a507f-525e-4339-b0e4-9bc5c0e1dae4
ArtifactChecksum:YjJlNDgyMWM3ZGVhZmIyY2FlZjViN2YzNmQ3MzM5OTk=
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:48197237-c51f-417d-9fa2-e304ba98d945
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:64ec2f76-b808-4a3a-9296-94b2a186f326
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:64ec2f76-b808-4a3a-9296-94b2a186f326
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-30T16:15:38.640Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b2695d85-6dba-4c9c-8372-1fbdaf1267a2 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-30T16:15:38.667Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:15:38.668Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:15:38.668Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:15:38.668Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c89b71ec-1055-479a-aaa6-f665a04ad9fe from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-30T16:15:38.668Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:15:38.668Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-30T16:15:38.846Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:15:38.849Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c89b71ec-1055-479a-aaa6-f665a04ad9fe 75137
2021-04-30T16:15:38.849Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:38.849Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:38.849Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:15:38.849Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:15:38.851Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:15:38.851Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799338849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:15:38.951Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:15:38.952Z||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-30T16:15:38.952Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:15:38.961Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:15:38.961Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:15:39.851Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:15:39.852Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:15:39.852Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c89b71ec-1055-479a-aaa6-f665a04ad9fe, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-30T16:15:39.853Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-04-30T16:15:39.853Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-30T16:15:39.853Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-04-30T16:15:39.945Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16629042915329068795/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-30T16:15:40.847Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T16:15:40.848Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-30T16:15:40.848Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-30T16:15:40.848Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-30T16:15:40.848Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:40.848Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:40.848Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:40.848Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:40.849Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:40.849Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:40.849Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:40.849Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:40.849Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:40.849Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:40.849Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-30T16:15:40.849Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:40.849Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:15:40.849Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-30T16:15:40.849Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-30T16:15:40.850Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:15:40.850Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:40.850Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:15:40.850Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-30T16:15:40.850Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-30T16:15:40.850Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:15:40.850Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:40.850Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:15:40.850Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:40.851Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-30T16:15:40.851Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-30T16:15:40.851Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-30T16:15:40.851Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-30T16:15:40.851Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-30T16:15:40.851Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-30T16:15:40.851Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:40.851Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T16:15:40.851Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:40.852Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-30T16:15:40.852Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:15:40.852Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:40.852Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-30T16:15:40.852Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:15:40.852Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:40.852Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-30T16:15:40.852Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:15:40.852Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:40.853Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-30T16:15:40.853Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-30T16:15:40.853Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-30T16:15:40.853Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1816e8ba-8c9e-4d5d-b9f0-e197a07ab573
2021-04-30T16:15:40.853Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:40.853Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:15:40.853Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:40.853Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:15:40.853Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:40.854Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:15:40.854Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:40.854Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:15:40.854Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:b2695d85-6dba-4c9c-8372-1fbdaf1267a2
Model Version:NULL
Model InvariantUuid:e917f2d9-60f7-4d5c-adfa-9eed32adb19e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:fb83e62e-0de5-495c-a2b8-a8bc547ba1a2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:502692e2-1708-467b-a3b4-0a220ddd6705
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d9246db9-978e-4011-8b62-b1a42ae79b55
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cc6f414d-169c-4426-abf1-6829eff763e9
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:648ee796-33f9-4550-9c61-9d6838b88e59
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1816e8ba-8c9e-4d5d-b9f0-e197a07ab573
ModelInvariantUuid:1c14fd97-b83d-47da-8bca-1f18517b0f68
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:2d6fec7b-27ac-409f-8872-d3f202a35afa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:8c1d7bdb-40d8-423d-b435-5b2f52093dea
ModelInvariantUuid:aa59ea4c-2dda-417c-8b2f-39967eb85711
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:f9479592-1aa5-488d-b532-05978aa5a3a5
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-30T16:15:40.860Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 55962e52-2ec8-40f9-b10a-ff46d2f22c60
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-30T16:15:40.862Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||basic_vm 0
2021-04-30T16:15:40.862Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 55962e52-2ec8-40f9-b10a-ff46d2f22c60
2021-04-30T16:15:40.862Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a34a507f-525e-4339-b0e4-9bc5c0e1dae4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-30T16:15:40.863Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:15:40.863Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:41.042Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:15:41.042Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a34a507f-525e-4339-b0e4-9bc5c0e1dae4 787
2021-04-30T16:15:41.042Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:41.043Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:41.043Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:15:41.043Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:15:41.044Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:15:41.044Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799341042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:15:41.145Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:15:41.146Z||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-30T16:15:41.146Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:15:41.154Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:15:41.155Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:15:42.045Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cc6f414d-169c-4426-abf1-6829eff763e9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "648ee796-33f9-4550-9c61-9d6838b88e59",
    "vfModuleModelCustomizationUUID": "b19370ed-5e5a-471c-b289-2d8751ede9da",
    "isBase": true,
    "artifacts": [
      "48197237-c51f-417d-9fa2-e304ba98d945",
      "64ec2f76-b808-4a3a-9296-94b2a186f326"
    ],
    "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-30T16:15:42.047Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:648ee796-33f9-4550-9c61-9d6838b88e59
VfModuleModelInvariantUUID:cc6f414d-169c-4426-abf1-6829eff763e9
VfModuleModelDescription:NULL
Artifacts UUID List:{
48197237-c51f-417d-9fa2-e304ba98d945
,
64ec2f76-b808-4a3a-9296-94b2a186f326

}
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-30T16:15:42.049Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cc6f414d-169c-4426-abf1-6829eff763e9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "648ee796-33f9-4550-9c61-9d6838b88e59",
    "vfModuleModelCustomizationUUID": "b19370ed-5e5a-471c-b289-2d8751ede9da",
    "isBase": true,
    "artifacts": [
      "48197237-c51f-417d-9fa2-e304ba98d945",
      "64ec2f76-b808-4a3a-9296-94b2a186f326"
    ],
    "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-30T16:15:42.049Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:648ee796-33f9-4550-9c61-9d6838b88e59
VfModuleModelInvariantUUID:cc6f414d-169c-4426-abf1-6829eff763e9
VfModuleModelDescription:NULL
Artifacts UUID List:{
48197237-c51f-417d-9fa2-e304ba98d945
,
64ec2f76-b808-4a3a-9296-94b2a186f326

}
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-30T16:15:42.049Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 48197237-c51f-417d-9fa2-e304ba98d945 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-30T16:15:42.050Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:15:42.050Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:42.198Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:15:42.198Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 48197237-c51f-417d-9fa2-e304ba98d945 5033
2021-04-30T16:15:42.199Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:42.199Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:42.199Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:15:42.199Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:15:42.200Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:15:42.200Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799342199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:15:42.301Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-30T16:15:42.301Z||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-30T16:15:42.301Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:15:42.310Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:15:42.310Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:15:43.201Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 64ec2f76-b808-4a3a-9296-94b2a186f326 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-30T16:15:43.201Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:15:43.202Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:43.364Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:15:43.364Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 64ec2f76-b808-4a3a-9296-94b2a186f326 903
2021-04-30T16:15:43.364Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:43.364Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:43.365Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:15:43.365Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:15:43.367Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:15:43.367Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799343364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:15:43.467Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:15:43.467Z||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-30T16:15:43.468Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:15:43.477Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:15:43.478Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:15:44.367Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b2695d85-6dba-4c9c-8372-1fbdaf1267a2
2021-04-30T16:15:44.368Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 55962e52-2ec8-40f9-b10a-ff46d2f22c60 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-30T16:15:44.378Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:44.378Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:15:44.379Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-04-30T16:15:44.379Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= d9246db9-978e-4011-8b62-b1a42ae79b55
2021-04-30T16:15:44.379Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d9246db9-978e-4011-8b62-b1a42ae79b55 matches Tosca VF Customization UUID: d9246db9-978e-4011-8b62-b1a42ae79b55
2021-04-30T16:15:44.379Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: d9246db9-978e-4011-8b62-b1a42ae79b55  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-30T16:15:44.380Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:44.380Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:15:44.381Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id d9246db9-978e-4011-8b62-b1a42ae79b55: {\"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-30T16:15:44.381Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f9c238b
2021-04-30T16:15:44.381Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:44.381Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T16:15:44.381Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b19370ed-5e5a-471c-b289-2d8751ede9da
2021-04-30T16:15:44.382Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b19370ed-5e5a-471c-b289-2d8751ede9da
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-30T16:15:44.383Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:44.384Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-30T16:15:44.384Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:15:44.384Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:44.384Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-30T16:15:44.384Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:15:44.384Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:44.385Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-30T16:15:44.385Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-30T16:15:44.385Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-30T16:15:44.385Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1816e8ba-8c9e-4d5d-b9f0-e197a07ab573
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-30T16:15:44.387Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:44.387Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-30T16:15:44.387Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:15:44.387Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:44.387Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-30T16:15:44.387Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d9246db9-978e-4011-8b62-b1a42ae79b55
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-30T16:15:44.389Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:44.389Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:15:44.389Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b2695d85-6dba-4c9c-8372-1fbdaf1267a2: basic_vm
2021-04-30T16:15:44.389Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:44.389Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:15:44.389Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:44.389Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:15:44.390Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:44.390Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:15:44.390Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:44.390Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:15:44.390Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:15:44.391Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:15:44.391Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:44.456Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 55962e52-2ec8-40f9-b10a-ff46d2f22c60 1 ASDC deployResourceStructure
2021-04-30T16:15:44.457Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:44.457Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:44.457Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:15:44.457Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:15:44.459Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:15:44.459Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799344457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:15:44.559Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:15:44.560Z||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-30T16:15:44.560Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:15:44.569Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:15:44.569Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:15:45.460Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:45.461Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:45.461Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:15:45.461Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:15:45.463Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:15:45.463Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799345460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T16:15:45.563Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:15:45.564Z||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-30T16:15:45.564Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:15:45.574Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:15:45.574Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:15:46.464Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:46.464Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:46.464Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:15:46.465Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:15:46.467Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:15:46.467Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799346464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-30T16:15:46.567Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:15:46.567Z||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-30T16:15:46.568Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:15:46.578Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:15:46.578Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:15:47.467Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:47.468Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:15:47.468Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:15:47.468Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:15:47.469Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:15:47.470Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799347467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:15:47.570Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:15:47.570Z||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-30T16:15:47.570Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:15:47.579Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:15:47.579Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:15:48.470Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8f8c82a-3359-4317-bd9b-fc514efd158f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:15:48.479Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8f8c82a-3359-4317-bd9b-fc514efd158f
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-30T16:15:48.481Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:15:48.481Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T16:15:48.481Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T16:15:48.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:15:48.788Z||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-30T16:15:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:15:48.804Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:15:48.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:15:48.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b6361a-471a-4e12-aeae-1a59978fcbbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799217648,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003db7b6361a-471a-4e12-aeae-1a59978fcbbe Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1cb69684-7294-49e9-80da-d2647d6dbe58/model-vers/model-ver/8469e555-84ff-4932-ba1d-977296db1c6f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1cb69684-7294-49e9-80da-d2647d6dbe58/model-vers/model-ver/8469e555-84ff-4932-ba1d-977296db1c6f) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:15:48.805Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:15:48.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:15:48.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799218660,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:15:48.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:15:48.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:15:48.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799218660,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:15:48.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:15:48.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:15:48.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799225178,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:15:48.805Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:15:48.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:15:48.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799226675,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:15:48.806Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:16:18.481Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8f8c82a-3359-4317-bd9b-fc514efd158f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:16:18.491Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8f8c82a-3359-4317-bd9b-fc514efd158f
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-30T16:16:18.492Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:16:18.493Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T16:16:18.493Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T16:16:48.493Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8f8c82a-3359-4317-bd9b-fc514efd158f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:16:48.501Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8f8c82a-3359-4317-bd9b-fc514efd158f
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-30T16:16:48.502Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:16:48.502Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T16:16:48.503Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T16:16:48.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:16:48.788Z||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-30T16:16:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:16:48.805Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:16:48.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "clamp",
  "timestamp": 1619799260252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "dcae-sch",
  "timestamp": 1619799260164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799267432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "policy-id",
  "timestamp": 1619799265138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799259159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "clamp",
  "timestamp": 1619799260252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:16:48.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "dcae-sch",
  "timestamp": 1619799260164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799267432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:16:48.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "policy-id",
  "timestamp": 1619799265138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799259159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "clamp",
  "timestamp": 1619799260252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "dcae-sch",
  "timestamp": 1619799260164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799267432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:16:48.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "policy-id",
  "timestamp": 1619799265138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:16:48.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799259159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "clamp",
  "timestamp": 1619799260252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "dcae-sch",
  "timestamp": 1619799260164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799267432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "policy-id",
  "timestamp": 1619799265138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799259159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799272059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "clamp",
  "timestamp": 1619799260252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "dcae-sch",
  "timestamp": 1619799260164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799267432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-30T16:16:48.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "policy-id",
  "timestamp": 1619799265138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799259159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799272059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:16:48.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "cds",
  "timestamp": 1619799272988,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "clamp",
  "timestamp": 1619799260252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799267432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "dcae-sch",
  "timestamp": 1619799260164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "policy-id",
  "timestamp": 1619799265138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799259159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799273323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799272059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:16:48.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "cds",
  "timestamp": 1619799272988,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "clamp",
  "timestamp": 1619799260252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:16:48.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "dcae-sch",
  "timestamp": 1619799260164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799267432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:16:48.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "policy-id",
  "timestamp": 1619799265138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:16:48.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799259159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799273323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799272059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "cds",
  "timestamp": 1619799272988,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799273323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799272059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-30T16:16:48.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "cds",
  "timestamp": 1619799272988,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "policy-id",
  "timestamp": 1619799276681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:16:48.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:16:48.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799276886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:16:48.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:16:48.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799276258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799273323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799272059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "cds",
  "timestamp": 1619799272988,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "policy-id",
  "timestamp": 1619799277684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:16:48.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:16:48.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799276258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:16:48.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799273323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799272059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:16:48.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "cds",
  "timestamp": 1619799272988,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799278705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:16:48.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:16:48.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "policy-id",
  "timestamp": 1619799278687,
  "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-30T16:16:48.845Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8f8c82a-3359-4317-bd9b-fc514efd158f
2021-04-30T16:16:48.845Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8f8c82a-3359-4317-bd9b-fc514efd158f 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-30T16:16:48.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799276258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:16:48.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799273323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "cds",
  "timestamp": 1619799272988,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:16:48.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799279159,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799276258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799273323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:16:48.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799280284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:16:48.859Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:16:48.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799279159,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "dcae-sch",
  "timestamp": 1619799280164,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:16:48.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799280874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:16:48.859Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:16:48.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799276258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-30T16:16:48.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "cds",
  "timestamp": 1619799281573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:16:48.860Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:16:48.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799279159,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "dcae-sch",
  "timestamp": 1619799280164,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799281878,
  "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-30T16:16:48.864Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8f8c82a-3359-4317-bd9b-fc514efd158f
2021-04-30T16:16:48.864Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8f8c82a-3359-4317-bd9b-fc514efd158f 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-30T16:16:48.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799276258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799282088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:16:48.871Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:16:48.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799282287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:16:48.871Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:16:48.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "cds",
  "timestamp": 1619799282579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-30T16:16:48.875Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a8f8c82a-3359-4317-bd9b-fc514efd158f
2021-04-30T16:16:48.875Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8f8c82a-3359-4317-bd9b-fc514efd158f 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-30T16:16:48.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799279159,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "dcae-sch",
  "timestamp": 1619799280164,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799282883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:16:48.883Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:16:48.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799276258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:16:48.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "cds",
  "timestamp": 1619799272988,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "dcae-sch",
  "timestamp": 1619799280164,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799279159,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "clamp",
  "timestamp": 1619799284055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:16:48.883Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:16:48.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799284149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799284385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "cds",
  "timestamp": 1619799272988,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799279159,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "dcae-sch",
  "timestamp": 1619799280164,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799284977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "clamp",
  "timestamp": 1619799285074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "aai-ml",
  "timestamp": 1619799284533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799285153,
  "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-30T16:16:48.888Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a8f8c82a-3359-4317-bd9b-fc514efd158f
2021-04-30T16:16:48.889Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8f8c82a-3359-4317-bd9b-fc514efd158f 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-30T16:16:48.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799285424,
  "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-30T16:16:48.900Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8f8c82a-3359-4317-bd9b-fc514efd158f
2021-04-30T16:16:48.900Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8f8c82a-3359-4317-bd9b-fc514efd158f 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-30T16:16:48.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "cds",
  "timestamp": 1619799272988,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "dcae-sch",
  "timestamp": 1619799280164,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799279159,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "policy-id",
  "timestamp": 1619799285138,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "clamp",
  "timestamp": 1619799286077,
  "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-30T16:16:48.912Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a8f8c82a-3359-4317-bd9b-fc514efd158f
2021-04-30T16:16:48.912Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8f8c82a-3359-4317-bd9b-fc514efd158f 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-30T16:16:48.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "aai-ml",
  "timestamp": 1619799284533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799273323,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799286429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:16:48.920Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:16:48.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799286444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:16:48.920Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:16:48.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "cds",
  "timestamp": 1619799272988,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "policy-id",
  "timestamp": 1619799285138,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "dcae-sch",
  "timestamp": 1619799280164,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799279159,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "aai-ml",
  "timestamp": 1619799284533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799273323,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "cds",
  "timestamp": 1619799272988,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799287737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:16:48.922Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:16:48.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "policy-id",
  "timestamp": 1619799285138,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a7724bc-4e3d-4eb4-a539-c26ed258e288",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799287808,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0a7724bc-4e3d-4eb4-a539-c26ed258e288 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23cdc138-0b65-403c-866e-56c04b05f485/model-vers/model-ver/28a011a9-eadf-4d51-8f2c-bda28a1c33a6) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:16:48.922Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:16:48.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "dcae-sch",
  "timestamp": 1619799280164,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799287432,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "aai-ml",
  "timestamp": 1619799284533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799273323,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:16:48.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:16:48.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "cds",
  "timestamp": 1619799272988,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:16:48.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:18.503Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8f8c82a-3359-4317-bd9b-fc514efd158f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:17:18.512Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8f8c82a-3359-4317-bd9b-fc514efd158f
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-30T16:17:18.514Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:17:18.514Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T16:17:18.514Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T16:17:48.514Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8f8c82a-3359-4317-bd9b-fc514efd158f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:17:48.538Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8f8c82a-3359-4317-bd9b-fc514efd158f
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-30T16:17:48.541Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:17:48.541Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T16:17:48.541Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T16:17:48.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:17:48.788Z||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-30T16:17:48.789Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:17:48.804Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:17:49.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799288741,
  "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-30T16:17:49.327Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8f8c82a-3359-4317-bd9b-fc514efd158f
2021-04-30T16:17:49.327Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8f8c82a-3359-4317-bd9b-fc514efd158f 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-30T16:17:49.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "policy-id",
  "timestamp": 1619799285138,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799218660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799287432,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "aai-ml",
  "timestamp": 1619799284533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799273323,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "cds",
  "timestamp": 1619799272988,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "dcae-sch",
  "timestamp": 1619799289611,
  "artifactURL": "/sdc/v1/catalog/services/ae8255a7-dd80-412a-8100-779c81959a3d/resourceInstances/basicclamp0/artifacts/13eb9c13-5081-4d61-af92-f9c88dd35ec6",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.337Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799289744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:17:49.337Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "policy-id",
  "timestamp": 1619799285138,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799218660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799287432,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "aai-ml",
  "timestamp": 1619799284533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799273323,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "cds",
  "timestamp": 1619799272988,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799276258,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "policy-id",
  "timestamp": 1619799285138,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799218660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "clamp",
  "timestamp": 1619799290252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "dcae-sch",
  "timestamp": 1619799290902,
  "artifactURL": "/sdc/v1/catalog/services/ae8255a7-dd80-412a-8100-779c81959a3d/resourceInstances/basicclamp0/artifacts/13eb9c13-5081-4d61-af92-f9c88dd35ec6",
  "status": "DEPLOY_OK"
}
2021-04-30T16:17:49.340Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799287432,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "aai-ml",
  "timestamp": 1619799284533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799273323,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799276258,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "policy-id",
  "timestamp": 1619799285138,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799218660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "clamp",
  "timestamp": 1619799290252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "dcae-sch",
  "timestamp": 1619799291906,
  "artifactURL": "/sdc/v1/catalog/services/ae8255a7-dd80-412a-8100-779c81959a3d/resourceInstances/basicclamp0/artifacts/13eb9c13-5081-4d61-af92-f9c88dd35ec6",
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:17:49.352Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 03544356-2248-417e-8a3a-02d65cad824f
2021-04-30T16:17:49.352Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03544356-2248-417e-8a3a-02d65cad824f 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-30T16:17:49.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "cds",
  "timestamp": 1619799292028,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.359Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799287432,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799292060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799273323,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "aai-ml",
  "timestamp": 1619799292370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.360Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799276258,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "policy-id",
  "timestamp": 1619799285138,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799218660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "clamp",
  "timestamp": 1619799290252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "cds",
  "timestamp": 1619799293033,
  "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-30T16:17:49.365Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 03544356-2248-417e-8a3a-02d65cad824f
2021-04-30T16:17:49.365Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03544356-2248-417e-8a3a-02d65cad824f 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-30T16:17:49.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799287432,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799292060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799273323,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799276258,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799218660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/resourceInstances/pnf46b77eda9f8b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "clamp",
  "timestamp": 1619799290252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "policy-id",
  "timestamp": 1619799294002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.375Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799287432,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799292060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799294375,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.376Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "cds",
  "timestamp": 1619799294037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799276258,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799218660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "clamp",
  "timestamp": 1619799290252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "policy-id",
  "timestamp": 1619799295005,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:17:49.377Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799287432,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799292060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "cds",
  "timestamp": 1619799294037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799276258,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799218660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "clamp",
  "timestamp": 1619799290252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "policy-id",
  "timestamp": 1619799296007,
  "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-30T16:17:49.390Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03544356-2248-417e-8a3a-02d65cad824f
2021-04-30T16:17:49.390Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03544356-2248-417e-8a3a-02d65cad824f 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-30T16:17:49.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799292060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799296255,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.400Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799296352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:17:49.400Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "aai-ml",
  "timestamp": 1619799296410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-04-30T16:17:49.400Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "cds",
  "timestamp": 1619799294037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799276258,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "clamp",
  "timestamp": 1619799290252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799297030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.402Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "policy-id",
  "timestamp": 1619799285138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799292060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799297355,
  "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-30T16:17:49.413Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 03544356-2248-417e-8a3a-02d65cad824f
2021-04-30T16:17:49.413Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03544356-2248-417e-8a3a-02d65cad824f 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-30T16:17:49.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "aai-ml",
  "timestamp": 1619799297413,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-30T16:17:49.424Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a8f8c82a-3359-4317-bd9b-fc514efd158f
2021-04-30T16:17:49.424Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8f8c82a-3359-4317-bd9b-fc514efd158f 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-30T16:17:49.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799297418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "cds",
  "timestamp": 1619799294037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799276258,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "clamp",
  "timestamp": 1619799290252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "policy-id",
  "timestamp": 1619799285138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799292060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "aai-ml",
  "timestamp": 1619799284533,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799298570,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.432Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "cds",
  "timestamp": 1619799294037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799298858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZscaiibxrwxacmlzrgla/1.0/artifacts/service-DemoPnfZscaiibxrwxacmlzrgla-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:17:49.433Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799298946,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.433Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "policy-id",
  "timestamp": 1619799285138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799292060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "aai-ml",
  "timestamp": 1619799284533,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799299574,
  "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-30T16:17:49.437Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03544356-2248-417e-8a3a-02d65cad824f
2021-04-30T16:17:49.437Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03544356-2248-417e-8a3a-02d65cad824f 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-30T16:17:49.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "cds",
  "timestamp": 1619799294037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799299159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "policy-id",
  "timestamp": 1619799285138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799300123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.444Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799300390,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.444Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "aai-ml",
  "timestamp": 1619799284533,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799300577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:17:49.444Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "cds",
  "timestamp": 1619799294037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799299159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "dcae-sch",
  "timestamp": 1619799300164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "policy-id",
  "timestamp": 1619799285138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "aai-ml",
  "timestamp": 1619799284533,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799287432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "cds",
  "timestamp": 1619799294037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799299159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "dcae-sch",
  "timestamp": 1619799300164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799301973,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.447Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "policy-id",
  "timestamp": 1619799285138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799302182,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.447Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "aai-ml",
  "timestamp": 1619799284533,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799287432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799299159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "dcae-sch",
  "timestamp": 1619799300164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799302977,
  "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-30T16:17:49.454Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03544356-2248-417e-8a3a-02d65cad824f
2021-04-30T16:17:49.454Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03544356-2248-417e-8a3a-02d65cad824f 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-30T16:17:49.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "policy-id",
  "timestamp": 1619799285138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "clamp",
  "timestamp": 1619799303058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.461Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "cds",
  "timestamp": 1619799303098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.461Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "aai-ml",
  "timestamp": 1619799284533,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799287432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799303665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.462Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799299159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "dcae-sch",
  "timestamp": 1619799300164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799303323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799303981,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:17:49.463Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "policy-id",
  "timestamp": 1619799285138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "clamp",
  "timestamp": 1619799304062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.463Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "aai-ml",
  "timestamp": 1619799284533,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799287432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799304694,
  "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-30T16:17:49.467Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03544356-2248-417e-8a3a-02d65cad824f
2021-04-30T16:17:49.467Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03544356-2248-417e-8a3a-02d65cad824f 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-30T16:17:49.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799299159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "dcae-sch",
  "timestamp": 1619799300164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799303323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "cds",
  "timestamp": 1619799305198,
  "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(0e324117-efc0-4aa2-9269-478ebeb2cc19): 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-30T16:17:49.484Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_ERROR distributionID of 90b3640e-b855-4a1d-81a4-bd0789d466b4
2021-04-30T16:17:49.484Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90b3640e-b855-4a1d-81a4-bd0789d466b4 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-30T16:17:49.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "policy-id",
  "timestamp": 1619799305200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.491Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "aai-ml",
  "timestamp": 1619799284533,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "clamp",
  "timestamp": 1619799305438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:17:49.491Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799287432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799304985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799305698,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:17:49.492Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799299159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "dcae-sch",
  "timestamp": 1619799300164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799303323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "policy-id",
  "timestamp": 1619799306204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:17:49.493Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "clamp",
  "timestamp": 1619799306441,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:17:49.494Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "aai-ml",
  "timestamp": 1619799306591,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.494Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799287432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799304985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "dcae-sch",
  "timestamp": 1619799300164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799299159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799303323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "policy-id",
  "timestamp": 1619799307207,
  "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-30T16:17:49.500Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90b3640e-b855-4a1d-81a4-bd0789d466b4
2021-04-30T16:17:49.501Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90b3640e-b855-4a1d-81a4-bd0789d466b4 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-30T16:17:49.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "clamp",
  "timestamp": 1619799307445,
  "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-30T16:17:49.525Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 03544356-2248-417e-8a3a-02d65cad824f
2021-04-30T16:17:49.526Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03544356-2248-417e-8a3a-02d65cad824f 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-30T16:17:49.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799287432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.544Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799304985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.544Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "dcae-sch",
  "timestamp": 1619799300164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799303323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "clamp",
  "timestamp": 1619799290252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799287432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799304985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799303323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "clamp",
  "timestamp": 1619799290252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799304985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799303323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "clamp",
  "timestamp": 1619799290252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799310473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799304985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "aai-ml",
  "timestamp": 1619799310814,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-04-30T16:17:49.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799303323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "clamp",
  "timestamp": 1619799290252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799304985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "aai-ml",
  "timestamp": 1619799311817,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-30T16:17:49.554Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 03544356-2248-417e-8a3a-02d65cad824f
2021-04-30T16:17:49.554Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03544356-2248-417e-8a3a-02d65cad824f 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-30T16:17:49.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799312161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.562Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "clamp",
  "timestamp": 1619799290252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799312060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799312620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.563Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799304985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "aai-ml",
  "timestamp": 1619799284533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799313331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.564Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "clamp",
  "timestamp": 1619799290252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799312060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799313818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.564Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "aai-ml",
  "timestamp": 1619799284533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799314334,
  "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-30T16:17:49.569Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90b3640e-b855-4a1d-81a4-bd0789d466b4
2021-04-30T16:17:49.570Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90b3640e-b855-4a1d-81a4-bd0789d466b4 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-30T16:17:49.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "clamp",
  "timestamp": 1619799290252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799312060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799314686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:17:49.577Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "aai-ml",
  "timestamp": 1619799284533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799315000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.577Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799315338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:17:49.578Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "clamp",
  "timestamp": 1619799290252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799312060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799315691,
  "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-30T16:17:49.584Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 90b3640e-b855-4a1d-81a4-bd0789d466b4
2021-04-30T16:17:49.584Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90b3640e-b855-4a1d-81a4-bd0789d466b4 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-30T16:17:49.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "aai-ml",
  "timestamp": 1619799284533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.593Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799316160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.594Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799312060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "aai-ml",
  "timestamp": 1619799284533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799317165,
  "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-30T16:17:49.600Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90b3640e-b855-4a1d-81a4-bd0789d466b4
2021-04-30T16:17:49.600Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90b3640e-b855-4a1d-81a4-bd0789d466b4 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-30T16:17:49.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799312060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "aai-ml",
  "timestamp": 1619799284533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799318168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:17:49.607Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799312060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "aai-ml",
  "timestamp": 1619799284533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799312060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "aai-ml",
  "timestamp": 1619799284533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799320776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.609Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "aai-ml",
  "timestamp": 1619799321021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.609Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "clamp",
  "timestamp": 1619799322062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.609Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799322609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.609Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799324028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.610Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799325060,
  "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-30T16:17:49.614Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90b3640e-b855-4a1d-81a4-bd0789d466b4
2021-04-30T16:17:49.614Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90b3640e-b855-4a1d-81a4-bd0789d466b4 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-30T16:17:49.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "clamp",
  "timestamp": 1619799325066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:17:49.620Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "aai-ml",
  "timestamp": 1619799325176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-04-30T16:17:49.621Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "clamp",
  "timestamp": 1619799326069,
  "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-30T16:17:49.624Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 90b3640e-b855-4a1d-81a4-bd0789d466b4
2021-04-30T16:17:49.625Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90b3640e-b855-4a1d-81a4-bd0789d466b4 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-30T16:17:49.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799326062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:17:49.632Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "aai-ml",
  "timestamp": 1619799326179,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-30T16:17:49.636Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 90b3640e-b855-4a1d-81a4-bd0789d466b4
2021-04-30T16:17:49.636Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90b3640e-b855-4a1d-81a4-bd0789d466b4 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-30T16:17:49.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb207398-65da-45ac-ae1b-f86706627791",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799329985,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dbb207398-65da-45ac-ae1b-f86706627791 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a2e52085-5404-493f-be65-4cdd8b0e1ede/model-vers/model-ver/55284f05-186f-4b0a-884b-4d8e1484da70) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:17:49.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.644Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:17:49.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:17:49.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:17:49.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799338849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799341042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799342199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799343364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:17:49.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799344457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:17:49.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799345460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T16:17:49.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799346464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-30T16:17:49.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:17:49.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:17:49.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799347467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:17:49.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:18:18.541Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8f8c82a-3359-4317-bd9b-fc514efd158f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:18:18.551Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8f8c82a-3359-4317-bd9b-fc514efd158f
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-30T16:18:18.553Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:18:18.553Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T16:18:18.553Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-30T16:18:18.554Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-30T16:18:18.554Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-04-30T16:18:18.554Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:18:18.559Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-30T16:18:48.559Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a8f8c82a-3359-4317-bd9b-fc514efd158f 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-30T16:18:48.564Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a8f8c82a-3359-4317-bd9b-fc514efd158f and serviceModelVersionId: b2695d85-6dba-4c9c-8372-1fbdaf1267a2
2021-04-30T16:18:48.564Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e917f2d9-60f7-4d5c-adfa-9eed32adb19e
2021-04-30T16:18:48.564Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e917f2d9-60f7-4d5c-adfa-9eed32adb19e/model-vers/model-ver/b2695d85-6dba-4c9c-8372-1fbdaf1267a2?depth=0
2021-04-30T16:18:48.568Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-30T16:18:48.598Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e917f2d9-60f7-4d5c-adfa-9eed32adb19e/model-vers/model-ver/b2695d85-6dba-4c9c-8372-1fbdaf1267a2?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-30T16:18:48.598Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e917f2d9-60f7-4d5c-adfa-9eed32adb19e/model-vers/model-ver/b2695d85-6dba-4c9c-8372-1fbdaf1267a2?depth=0|INFO|500||Invoke
2021-04-30T16:18:48.614Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e917f2d9-60f7-4d5c-adfa-9eed32adb19e/model-vers/model-ver/b2695d85-6dba-4c9c-8372-1fbdaf1267a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-04-30T16:18:48.643Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e917f2d9-60f7-4d5c-adfa-9eed32adb19e/model-vers/model-ver/b2695d85-6dba-4c9c-8372-1fbdaf1267a2?depth=0|INFO|404|Not Found|InvokeReturn
2021-04-30T16:18:48.643Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e917f2d9-60f7-4d5c-adfa-9eed32adb19e/model-vers/model-ver/b2695d85-6dba-4c9c-8372-1fbdaf1267a2?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210430-16:18:48:621-50626], Content-Length=[495], Date=[Fri, 30 Apr 2021 16:18:48 GMT], Content-Type=[application/json]}
2021-04-30T16:18:48.644Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/e917f2d9-60f7-4d5c-adfa-9eed32adb19e/model-vers/model-ver/b2695d85-6dba-4c9c-8372-1fbdaf1267a2","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e917f2d9-60f7-4d5c-adfa-9eed32adb19e/model-vers/model-ver/b2695d85-6dba-4c9c-8372-1fbdaf1267a2","ERR.5.4.6114"]}}}

2021-04-30T16:18:48.647Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=a8f8c82a-3359-4317-bd9b-fc514efd158f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e917f2d9-60f7-4d5c-adfa-9eed32adb19e/model-vers/model-ver/b2695d85-6dba-4c9c-8372-1fbdaf1267a2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e917f2d9-60f7-4d5c-adfa-9eed32adb19e/model-vers/model-ver/b2695d85-6dba-4c9c-8372-1fbdaf1267a2) (ec=ERR.5.4.6114)
2021-04-30T16:18:48.647Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a8f8c82a-3359-4317-bd9b-fc514efd158f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e917f2d9-60f7-4d5c-adfa-9eed32adb19e/model-vers/model-ver/b2695d85-6dba-4c9c-8372-1fbdaf1267a2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e917f2d9-60f7-4d5c-adfa-9eed32adb19e/model-vers/model-ver/b2695d85-6dba-4c9c-8372-1fbdaf1267a2) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-30T16:18:48.647Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a8f8c82a-3359-4317-bd9b-fc514efd158f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e917f2d9-60f7-4d5c-adfa-9eed32adb19e/model-vers/model-ver/b2695d85-6dba-4c9c-8372-1fbdaf1267a2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e917f2d9-60f7-4d5c-adfa-9eed32adb19e/model-vers/model-ver/b2695d85-6dba-4c9c-8372-1fbdaf1267a2) (ec=ERR.5.4.6114)
2021-04-30T16:18:48.647Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=a8f8c82a-3359-4317-bd9b-fc514efd158f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e917f2d9-60f7-4d5c-adfa-9eed32adb19e/model-vers/model-ver/b2695d85-6dba-4c9c-8372-1fbdaf1267a2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e917f2d9-60f7-4d5c-adfa-9eed32adb19e/model-vers/model-ver/b2695d85-6dba-4c9c-8372-1fbdaf1267a2) (ec=ERR.5.4.6114)
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-30T16:18:48.650Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||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-30T16:18:48.650Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a8f8c82a-3359-4317-bd9b-fc514efd158f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=a8f8c82a-3359-4317-bd9b-fc514efd158f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e917f2d9-60f7-4d5c-adfa-9eed32adb19e/model-vers/model-ver/b2695d85-6dba-4c9c-8372-1fbdaf1267a2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e917f2d9-60f7-4d5c-adfa-9eed32adb19e/model-vers/model-ver/b2695d85-6dba-4c9c-8372-1fbdaf1267a2) (ec=ERR.5.4.6114)
2021-04-30T16:18:48.650Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-30T16:18:48.651Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:18:48.652Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:18:48.652Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799528650,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003da8f8c82a-3359-4317-bd9b-fc514efd158f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e917f2d9-60f7-4d5c-adfa-9eed32adb19e/model-vers/model-ver/b2695d85-6dba-4c9c-8372-1fbdaf1267a2 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e917f2d9-60f7-4d5c-adfa-9eed32adb19e/model-vers/model-ver/b2695d85-6dba-4c9c-8372-1fbdaf1267a2) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:18:48.752Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:18:48.753Z||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-30T16:18:48.753Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:18:48.763Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:18:48.763Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:18:48.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:18:48.788Z||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-30T16:18:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:18:48.908Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:18:48.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799499159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "clamp",
  "timestamp": 1619799500252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799496258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "cds",
  "timestamp": 1619799497988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "dcae-sch",
  "timestamp": 1619799500164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "policy-id",
  "timestamp": 1619799505138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "clamp",
  "timestamp": 1619799500252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799496258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799499159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "cds",
  "timestamp": 1619799497988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "dcae-sch",
  "timestamp": 1619799500164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "policy-id",
  "timestamp": 1619799505138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799499159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "clamp",
  "timestamp": 1619799500252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "cds",
  "timestamp": 1619799497988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799496258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "dcae-sch",
  "timestamp": 1619799500164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "policy-id",
  "timestamp": 1619799505138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799507432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799499159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "clamp",
  "timestamp": 1619799500252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "cds",
  "timestamp": 1619799497988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799496258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "dcae-sch",
  "timestamp": 1619799500164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "policy-id",
  "timestamp": 1619799505138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799507432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "clamp",
  "timestamp": 1619799500252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799499159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "cds",
  "timestamp": 1619799497988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799496258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "dcae-sch",
  "timestamp": 1619799500164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "policy-id",
  "timestamp": 1619799505138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799507432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799499159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "clamp",
  "timestamp": 1619799500252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "cds",
  "timestamp": 1619799497988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799496258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "dcae-sch",
  "timestamp": 1619799500164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "policy-id",
  "timestamp": 1619799505138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799507432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799499159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "clamp",
  "timestamp": 1619799500252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "cds",
  "timestamp": 1619799497988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799496258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "dcae-sch",
  "timestamp": 1619799500164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "policy-id",
  "timestamp": 1619799505138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799507432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799499159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "cds",
  "timestamp": 1619799497988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "clamp",
  "timestamp": 1619799500252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799496258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "dcae-sch",
  "timestamp": 1619799500164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799512059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "policy-id",
  "timestamp": 1619799505138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799507432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "clamp",
  "timestamp": 1619799500252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799499159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "cds",
  "timestamp": 1619799497988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799496258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "dcae-sch",
  "timestamp": 1619799500164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799512059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "policy-id",
  "timestamp": 1619799505138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799513323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799507432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799512059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799513323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799507432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799515286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:18:48.930Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:18:48.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "cds",
  "timestamp": 1619799515485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:18:48.930Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:18:48.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "policy-id",
  "timestamp": 1619799515579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:18:48.930Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:18:48.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799512059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799513323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799507432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "cds",
  "timestamp": 1619799516494,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:18:48.943Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 273fa9bb-6473-467f-8432-a6495319df02
2021-04-30T16:18:48.943Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 273fa9bb-6473-467f-8432-a6495319df02 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-30T16:18:48.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "policy-id",
  "timestamp": 1619799516582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:18:48.950Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:18:48.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799512059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799513323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799517390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:18:48.950Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:18:48.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "policy-id",
  "timestamp": 1619799517585,
  "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-30T16:18:48.954Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 273fa9bb-6473-467f-8432-a6495319df02
2021-04-30T16:18:48.954Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 273fa9bb-6473-467f-8432-a6495319df02 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-30T16:18:48.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799512059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799513323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799517974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:18:48.962Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:18:48.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799512059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799513323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799519079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:18:48.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:18:48.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799512059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799519791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:18:48.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:18:48.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799513323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799512059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799513323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799520986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:18:48.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:18:48.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799513323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:18:48.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799521981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:18:48.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:18:48.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799521989,
  "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-30T16:18:48.968Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 273fa9bb-6473-467f-8432-a6495319df02
2021-04-30T16:18:48.968Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 273fa9bb-6473-467f-8432-a6495319df02 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-30T16:18:48.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799522876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:18:48.974Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:18:48.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799522992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:18:48.975Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:18:48.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799524088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:18:48.975Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:18:48.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799524091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:18:48.975Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:18:48.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799524774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:18:48.975Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:18:48.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799525094,
  "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-30T16:18:48.979Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 273fa9bb-6473-467f-8432-a6495319df02
2021-04-30T16:18:48.979Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 273fa9bb-6473-467f-8432-a6495319df02 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-30T16:18:48.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "aai-ml",
  "timestamp": 1619799524533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.985Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799526047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:18:48.986Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:18:48.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799526097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:18:48.986Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:18:48.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "aai-ml",
  "timestamp": 1619799524533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799526570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:18:48.986Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:18:48.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799527052,
  "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-30T16:18:48.990Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 273fa9bb-6473-467f-8432-a6495319df02
2021-04-30T16:18:48.990Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 273fa9bb-6473-467f-8432-a6495319df02 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-30T16:18:48.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "clamp",
  "timestamp": 1619799527095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:18:48.997Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:18:48.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "aai-ml",
  "timestamp": 1619799524533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799527733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:18:48.998Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:18:48.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "clamp",
  "timestamp": 1619799528113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:18:48.998Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:18:48.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "aai-ml",
  "timestamp": 1619799524533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:48.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:18:48.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:18:48.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f8c82a-3359-4317-bd9b-fc514efd158f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799528650,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003da8f8c82a-3359-4317-bd9b-fc514efd158f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e917f2d9-60f7-4d5c-adfa-9eed32adb19e/model-vers/model-ver/b2695d85-6dba-4c9c-8372-1fbdaf1267a2 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e917f2d9-60f7-4d5c-adfa-9eed32adb19e/model-vers/model-ver/b2695d85-6dba-4c9c-8372-1fbdaf1267a2) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:18:48.998Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:18:49.662Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:18:49.662Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"03544356-2248-417e-8a3a-02d65cad824f","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"ae8255a7-dd80-412a-8100-779c81959a3d","serviceDescription":"service","serviceInvariantUUID":"c0b9fc2b-4f5a-4010-ad63-1c08aece33dd","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8e3ce21c-ed1f-4080-8329-a823c50ba2a4","resourceInvariantUUID":"94a96a7e-8470-45a7-9d10-96c752f46090","resourceCustomizationUUID":"285e5258-cf11-4dd6-a376-89b47eba198e","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":"13eb9c13-5081-4d61-af92-f9c88dd35ec6","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":"OThmZWNhZjg2ZjhiODQ0ZDhhMmM2N2I2NmI3ODIzMjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"41f457cb-47fd-43bc-a2e9-933dc0140376","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":"MjY3NTljMDBjMmZlYjU3NTQ5NzM5OGUyYzY5YzZhZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9d8d78b4-969a-4432-9d3e-5977578aa312","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":"86c2eb39-bc86-47ef-a76c-149d8cd83c55","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":"7e092659-ae9f-447b-9cf5-a5cae253fa3e","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":"05bc410a-5060-4d22-8742-b7c906d1a35c","artifactVersion":"2","generatedFromUUID":"86c2eb39-bc86-47ef-a76c-149d8cd83c55"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MzNmZDkwZTlkZGM3YjRhMmVhYzQxMTQzMzc3NDFiN2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"766a854b-e341-44dd-b4b6-6ca2ed1248a1","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YzkwZTE2ZDMzMDA0Yjg3YjBjYzA2NGMzZmE0MDk4OTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eef36d7f-54cc-4eb5-8f72-7210e832aec9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T16:18:49.662Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:18:49.662Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:18:49.664Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:18:49.664Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:49.764Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:18:49.765Z||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-30T16:18:49.765Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:18:49.774Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:18:49.774Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:18:50.665Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:18:50.665Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:18:50.667Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:18:50.667Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:50.768Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-30T16:18:50.769Z||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-30T16:18:50.769Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:18:50.779Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:18:50.780Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:18:51.668Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:18:51.668Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:18:51.670Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:18:51.670Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:18:51.770Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:18:51.771Z||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-30T16:18:51.771Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:18:51.780Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:18:51.780Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:18:52.670Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:18:52.671Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:18:52.673Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:18:52.673Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:18:52.773Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:18:52.774Z||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-30T16:18:52.774Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:18:52.785Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:18:52.786Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:18:53.673Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:18:53.674Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:18:53.675Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:18:53.675Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:53.775Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:18:53.776Z||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-30T16:18:53.776Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:18:53.783Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:18:53.783Z||pool-103-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:18:54.675Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:18:54.676Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:18:54.677Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:18:54.677Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-30T16:18:54.778Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:18:54.778Z||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-30T16:18:54.778Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:18:54.790Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:18:54.790Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:18:55.678Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:18:55.679Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:18:55.680Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:18:55.680Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:18:55.780Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T16:18:55.781Z||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-30T16:18:55.781Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:18:55.790Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:18:55.790Z||pool-105-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:18:56.681Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:18:56.682Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:18:56.683Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:18:56.683Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:18:56.784Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:18:56.784Z||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-30T16:18:56.784Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:18:56.792Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:18:56.792Z||pool-106-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:18:57.685Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "ae8255a7-dd80-412a-8100-779c81959a3d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c0b9fc2b-4f5a-4010-ad63-1c08aece33dd",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "285e5258-cf11-4dd6-a376-89b47eba198e",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8e3ce21c-ed1f-4080-8329-a823c50ba2a4",
      "resourceInvariantUUID": "94a96a7e-8470-45a7-9d10-96c752f46090",
      "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": "MjY3NTljMDBjMmZlYjU3NTQ5NzM5OGUyYzY5YzZhZDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9d8d78b4-969a-4432-9d3e-5977578aa312",
          "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": "86c2eb39-bc86-47ef-a76c-149d8cd83c55",
          "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": "05bc410a-5060-4d22-8742-b7c906d1a35c",
            "generatedFromUUID": "86c2eb39-bc86-47ef-a76c-149d8cd83c55"
          },
          "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": "05bc410a-5060-4d22-8742-b7c906d1a35c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YzkwZTE2ZDMzMDA0Yjg3YjBjYzA2NGMzZmE0MDk4OTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eef36d7f-54cc-4eb5-8f72-7210e832aec9"
    }
  ],
  "workloadContext": "Production"
}
2021-04-30T16:18:57.685Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T16:18:57.685Z|a8f8c82a-3359-4317-bd9b-fc514efd158f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ae8255a7-dd80-412a-8100-779c81959a3d ASDC
2021-04-30T16:18:57.685Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:03544356-2248-417e-8a3a-02d65cad824f
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:ae8255a7-dd80-412a-8100-779c81959a3d
ServiceInvariantUUID:c0b9fc2b-4f5a-4010-ad63-1c08aece33dd
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:eef36d7f-54cc-4eb5-8f72-7210e832aec9
ArtifactChecksum:YzkwZTE2ZDMzMDA0Yjg3YjBjYzA2NGMzZmE0MDk4OTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:285e5258-cf11-4dd6-a376-89b47eba198e
ResourceInvariantUUID:94a96a7e-8470-45a7-9d10-96c752f46090
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:8e3ce21c-ed1f-4080-8329-a823c50ba2a4
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:9d8d78b4-969a-4432-9d3e-5977578aa312
ArtifactChecksum:MjY3NTljMDBjMmZlYjU3NTQ5NzM5OGUyYzY5YzZhZDM=
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:86c2eb39-bc86-47ef-a76c-149d8cd83c55
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:05bc410a-5060-4d22-8742-b7c906d1a35c
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:05bc410a-5060-4d22-8742-b7c906d1a35c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-30T16:18:57.685Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae8255a7-dd80-412a-8100-779c81959a3d 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-30T16:18:57.718Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:18:57.719Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:18:57.719Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:18:57.720Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: eef36d7f-54cc-4eb5-8f72-7210e832aec9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-30T16:18:57.720Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:18:57.720Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-30T16:18:57.951Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:18:57.954Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar eef36d7f-54cc-4eb5-8f72-7210e832aec9 77713
2021-04-30T16:18:57.954Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:18:57.954Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:18:57.955Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:18:57.955Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:18:57.956Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:18:57.956Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799537954,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:18:58.057Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-30T16:18:58.058Z||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-30T16:18:58.058Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:18:58.067Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:18:58.067Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:18:58.957Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:18:58.958Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:18:58.958Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: eef36d7f-54cc-4eb5-8f72-7210e832aec9, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-30T16:18:58.958Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-04-30T16:18:58.959Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-30T16:18:58.959Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-30T16:18:59.048Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17698014849924518921/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-30T16:19:00.021Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T16:19:00.022Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-30T16:19:00.022Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-30T16:19:00.022Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-30T16:19:00.022Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:00.022Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:00.022Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:00.022Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:00.022Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:00.022Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:00.022Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:00.022Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:00.022Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:00.022Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:00.022Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-30T16:19:00.022Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:00.023Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:00.023Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-30T16:19:00.023Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-30T16:19:00.023Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:19:00.023Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:00.023Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:00.023Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-30T16:19:00.023Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-30T16:19:00.024Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:19:00.024Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:00.024Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:00.024Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:00.024Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-30T16:19:00.024Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-30T16:19:00.024Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-30T16:19:00.024Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-30T16:19:00.024Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-30T16:19:00.024Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-30T16:19:00.024Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:00.025Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T16:19:00.025Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:00.025Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-30T16:19:00.025Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:19:00.025Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:00.025Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-30T16:19:00.025Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:19:00.025Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:00.026Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-30T16:19:00.026Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:19:00.026Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:00.026Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-30T16:19:00.026Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-30T16:19:00.026Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-30T16:19:00.026Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=50b4a2ca-a300-4550-9354-af5de91ac4fc
2021-04-30T16:19:00.026Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:00.026Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:00.026Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:00.026Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:00.027Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:00.027Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:00.027Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:00.027Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:00.027Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:ae8255a7-dd80-412a-8100-779c81959a3d
Model Version:NULL
Model InvariantUuid:c0b9fc2b-4f5a-4010-ad63-1c08aece33dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:ad8ad656-3f6f-424f-aed1-82298208ff31
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:94a96a7e-8470-45a7-9d10-96c752f46090
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:285e5258-cf11-4dd6-a376-89b47eba198e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:88504516-e204-417d-8be9-673cd74fe976
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:a7fdf29a-0dd3-4d74-8fd5-e10c560ebc0c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:50b4a2ca-a300-4550-9354-af5de91ac4fc
ModelInvariantUuid:0cf31c73-32fb-4e29-8cf9-1597499cfa41
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:6e5194b9-220f-4a4d-863a-ac28af1d6475
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:70eb8fe5-9d17-4348-ae70-ec5412a7342a
ModelInvariantUuid:c3eac86c-9b81-4da5-90cc-4aa61327f71d
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:841578e1-02b6-485d-b634-df870370b6a6
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-30T16:19:00.031Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 8e3ce21c-ed1f-4080-8329-a823c50ba2a4
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-30T16:19:00.033Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||basicclamp 0
2021-04-30T16:19:00.033Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8e3ce21c-ed1f-4080-8329-a823c50ba2a4
2021-04-30T16:19:00.033Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9d8d78b4-969a-4432-9d3e-5977578aa312 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-30T16:19:00.033Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:19:00.033Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:00.289Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:19:00.290Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 9d8d78b4-969a-4432-9d3e-5977578aa312 790
2021-04-30T16:19:00.290Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:00.290Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:00.290Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:19:00.290Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:00.292Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:00.292Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799540290,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:19:00.392Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:19:00.393Z||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-30T16:19:00.393Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:00.401Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:00.401Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:19:01.292Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "88504516-e204-417d-8be9-673cd74fe976",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a7fdf29a-0dd3-4d74-8fd5-e10c560ebc0c",
    "vfModuleModelCustomizationUUID": "2ae3ba53-b9f4-461e-9056-9100d0ae296a",
    "isBase": true,
    "artifacts": [
      "86c2eb39-bc86-47ef-a76c-149d8cd83c55",
      "05bc410a-5060-4d22-8742-b7c906d1a35c"
    ],
    "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-30T16:19:01.294Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a7fdf29a-0dd3-4d74-8fd5-e10c560ebc0c
VfModuleModelInvariantUUID:88504516-e204-417d-8be9-673cd74fe976
VfModuleModelDescription:NULL
Artifacts UUID List:{
86c2eb39-bc86-47ef-a76c-149d8cd83c55
,
05bc410a-5060-4d22-8742-b7c906d1a35c

}
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-30T16:19:01.296Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "88504516-e204-417d-8be9-673cd74fe976",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a7fdf29a-0dd3-4d74-8fd5-e10c560ebc0c",
    "vfModuleModelCustomizationUUID": "2ae3ba53-b9f4-461e-9056-9100d0ae296a",
    "isBase": true,
    "artifacts": [
      "86c2eb39-bc86-47ef-a76c-149d8cd83c55",
      "05bc410a-5060-4d22-8742-b7c906d1a35c"
    ],
    "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-30T16:19:01.296Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a7fdf29a-0dd3-4d74-8fd5-e10c560ebc0c
VfModuleModelInvariantUUID:88504516-e204-417d-8be9-673cd74fe976
VfModuleModelDescription:NULL
Artifacts UUID List:{
86c2eb39-bc86-47ef-a76c-149d8cd83c55
,
05bc410a-5060-4d22-8742-b7c906d1a35c

}
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-30T16:19:01.296Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 86c2eb39-bc86-47ef-a76c-149d8cd83c55 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-30T16:19:01.296Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:19:01.296Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:01.864Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:19:01.865Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 86c2eb39-bc86-47ef-a76c-149d8cd83c55 5033
2021-04-30T16:19:01.865Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:01.865Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:01.865Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:19:01.866Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:01.867Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:01.867Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799541865,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:19:01.967Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:19:01.968Z||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-30T16:19:01.968Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:01.978Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:01.978Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:19:02.868Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 05bc410a-5060-4d22-8742-b7c906d1a35c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-30T16:19:02.868Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:19:02.869Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:03.480Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:19:03.480Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 05bc410a-5060-4d22-8742-b7c906d1a35c 909
2021-04-30T16:19:03.480Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:03.480Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:03.480Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:19:03.480Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:03.482Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:03.482Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799543480,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:19:03.582Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:19:03.583Z||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-30T16:19:03.583Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:03.591Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:03.591Z||pool-110-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:19:04.482Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ae8255a7-dd80-412a-8100-779c81959a3d
2021-04-30T16:19:04.483Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 8e3ce21c-ed1f-4080-8329-a823c50ba2a4 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-30T16:19:04.494Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:04.494Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:04.494Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-04-30T16:19:04.495Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 285e5258-cf11-4dd6-a376-89b47eba198e
2021-04-30T16:19:04.495Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 285e5258-cf11-4dd6-a376-89b47eba198e matches Tosca VF Customization UUID: 285e5258-cf11-4dd6-a376-89b47eba198e
2021-04-30T16:19:04.495Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 285e5258-cf11-4dd6-a376-89b47eba198e  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-30T16:19:04.496Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:04.496Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:04.497Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 285e5258-cf11-4dd6-a376-89b47eba198e: {\"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-30T16:19:04.497Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4bd82c04
2021-04-30T16:19:04.497Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:04.498Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T16:19:04.498Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2ae3ba53-b9f4-461e-9056-9100d0ae296a
2021-04-30T16:19:04.498Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2ae3ba53-b9f4-461e-9056-9100d0ae296a
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-30T16:19:04.500Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:04.500Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-30T16:19:04.500Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:19:04.500Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:04.501Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-30T16:19:04.501Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:19:04.501Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:04.501Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-30T16:19:04.501Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-30T16:19:04.501Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-30T16:19:04.502Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=50b4a2ca-a300-4550-9354-af5de91ac4fc
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-30T16:19:04.503Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:04.504Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-30T16:19:04.504Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:19:04.504Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:04.504Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-30T16:19:04.504Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=285e5258-cf11-4dd6-a376-89b47eba198e
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-30T16:19:04.506Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:04.506Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:04.506Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ae8255a7-dd80-412a-8100-779c81959a3d: basicclamp
2021-04-30T16:19:04.506Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:04.506Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:04.507Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:04.507Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:04.507Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:04.507Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:04.507Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:04.507Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:04.508Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:04.508Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:04.508Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:04.573Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 8e3ce21c-ed1f-4080-8329-a823c50ba2a4 1 ASDC deployResourceStructure
2021-04-30T16:19:04.574Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:04.574Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:04.574Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:19:04.574Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:04.576Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:04.576Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799544574,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:19:04.676Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:19:04.677Z||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-30T16:19:04.677Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:04.687Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:04.687Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:19:05.577Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:05.577Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:05.577Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:19:05.578Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:05.579Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:05.579Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799545577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T16:19:05.679Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:19:05.680Z||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-30T16:19:05.680Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:05.690Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:05.690Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:19:06.580Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:06.580Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:06.580Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:19:06.581Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:06.582Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:06.582Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799546580,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-30T16:19:06.682Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:19:06.683Z||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-30T16:19:06.683Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:06.692Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:06.692Z||pool-113-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:19:07.583Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:07.583Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:07.583Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:19:07.584Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:07.585Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:07.585Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799547583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:19:07.685Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:19:07.686Z||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-30T16:19:07.686Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:07.695Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:07.695Z||pool-114-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:19:08.586Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03544356-2248-417e-8a3a-02d65cad824f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:19:08.593Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03544356-2248-417e-8a3a-02d65cad824f
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-30T16:19:08.595Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:19:08.595Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T16:19:08.595Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-30T16:19:08.595Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-30T16:19:08.595Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-04-30T16:19:08.596Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:08.599Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-30T16:19:38.599Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 03544356-2248-417e-8a3a-02d65cad824f 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-30T16:19:38.605Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 03544356-2248-417e-8a3a-02d65cad824f and serviceModelVersionId: ae8255a7-dd80-412a-8100-779c81959a3d
2021-04-30T16:19:38.605Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0b9fc2b-4f5a-4010-ad63-1c08aece33dd
2021-04-30T16:19:38.606Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d?depth=0
2021-04-30T16:19:38.609Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-30T16:19:38.635Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d?depth=0|INFO|500||Invoke
2021-04-30T16:19:38.635Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[03544356-2248-417e-8a3a-02d65cad824f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[992804a1-69d8-4f48-8ef7-9979b01b8945], X-ECOMP-RequestID=[03544356-2248-417e-8a3a-02d65cad824f], X-TransactionId=[], X-ONAP-RequestID=[03544356-2248-417e-8a3a-02d65cad824f], Content-Type=[application/merge-patch+json]}
2021-04-30T16:19:38.651Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-04-30T16:19:38.680Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d?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/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210430-16:19:38:658-86294], Content-Length=[495], Date=[Fri, 30 Apr 2021 16:19:38 GMT], Content-Type=[application/json]}
2021-04-30T16:19:38.681Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d","ERR.5.4.6114"]}}}

2021-04-30T16:19:38.681Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d?depth=0|INFO|404|Not Found|InvokeReturn
2021-04-30T16:19:38.684Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=03544356-2248-417e-8a3a-02d65cad824f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d) (ec=ERR.5.4.6114)
2021-04-30T16:19:38.684Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=03544356-2248-417e-8a3a-02d65cad824f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-30T16:19:38.685Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=03544356-2248-417e-8a3a-02d65cad824f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d) (ec=ERR.5.4.6114)
2021-04-30T16:19:38.685Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=03544356-2248-417e-8a3a-02d65cad824f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d) (ec=ERR.5.4.6114)
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-30T16:19:38.688Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||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-30T16:19:38.688Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 03544356-2248-417e-8a3a-02d65cad824f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=03544356-2248-417e-8a3a-02d65cad824f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d) (ec=ERR.5.4.6114)
2021-04-30T16:19:38.688Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-30T16:19:38.688Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:38.690Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:38.690Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799578688,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d03544356-2248-417e-8a3a-02d65cad824f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:19:38.790Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:19:38.791Z||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-30T16:19:38.791Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:38.803Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:38.804Z||pool-115-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-30T16:19:39.702Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:19:39.702Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"90b3640e-b855-4a1d-81a4-bd0789d466b4","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f9bfb931-1319-4c72-870c-4282520516a9","serviceDescription":"service","serviceInvariantUUID":"ebc35798-d783-4f0e-94ac-5da9ec3b694c","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f33147a4-cdb6-488c-914d-2dc5d0386895","resourceInvariantUUID":"ce3ac0d5-60b5-49ec-bd8a-13d28ebe3d2e","resourceCustomizationUUID":"773504b6-4258-4cb2-b1c9-679f509167df","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":"YmY3ZjY3NmI5ZmViMDc3Zjc4ZGUxOTFjNGY1ZGExNmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7148f9a8-9b06-48b4-9e35-76c3cc74217b","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":"NWZkMGUyMjRkMmEyMWVmMGZmMWQyY2EwM2JkMzhlZjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c987e437-3b46-40c8-9fd7-3fa3e733c1c1","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":"7fa359a9-1ee4-4faf-8275-0ec590dfa969","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":"c756ef67-8534-47f4-87f4-5c336a6d9267","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":"89280434-9a93-4153-9564-abff39411d1d","artifactVersion":"2","generatedFromUUID":"7fa359a9-1ee4-4faf-8275-0ec590dfa969"},{"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":"ZDc3MTk1ZjE1Y2MxYjEyOTcwM2RiMjVlODhjZDExMjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"53aa43e9-a80f-48a0-a2f4-78feab5c783f","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":"ZTY1OTI0YjA2MGU4NTA2ZGE4OTZiOTRkNzAzZDBmNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"15f5b9d6-c32f-4b12-9c79-23a9b9287816","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDQ2Y2JjNGQ0MmVhYWM3ODViODU1MDc5MzVkZWM5NzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4f3db693-a258-44f6-9baa-f35016659743","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T16:19:39.702Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:19:39.703Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:39.704Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:39.704Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:19:39.804Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:19:39.805Z||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-30T16:19:39.805Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:39.814Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:39.815Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:19:40.704Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:19:40.705Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:40.706Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:40.707Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:19:40.807Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:19:40.808Z||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-30T16:19:40.808Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:40.816Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:40.817Z||pool-117-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:19:41.707Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:19:41.708Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:41.709Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:41.710Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:19:41.810Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:19:41.810Z||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-30T16:19:41.810Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:41.820Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:41.820Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:19:42.710Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:19:42.710Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:42.712Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:42.712Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:19:42.812Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:19:42.813Z||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-30T16:19:42.813Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:42.821Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:42.822Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:19:43.712Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:19:43.713Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:43.714Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:43.715Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-30T16:19:43.815Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:19:43.815Z||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-30T16:19:43.815Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:43.826Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:43.826Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:19:44.715Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:19:44.716Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:44.717Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:44.717Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:19:44.817Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T16:19:44.818Z||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-30T16:19:44.819Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:44.828Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:44.828Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:19:45.718Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:19:45.719Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:45.720Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:45.721Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:19:45.821Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T16:19:45.821Z||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-30T16:19:45.821Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:45.829Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:45.830Z||pool-122-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:19:46.721Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:19:46.722Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:46.723Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:46.723Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:19:46.823Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:19:46.824Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T16:19:46.824Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:46.832Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:46.832Z||pool-123-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:19:47.724Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f9bfb931-1319-4c72-870c-4282520516a9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ebc35798-d783-4f0e-94ac-5da9ec3b694c",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "773504b6-4258-4cb2-b1c9-679f509167df",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f33147a4-cdb6-488c-914d-2dc5d0386895",
      "resourceInvariantUUID": "ce3ac0d5-60b5-49ec-bd8a-13d28ebe3d2e",
      "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": "NWZkMGUyMjRkMmEyMWVmMGZmMWQyY2EwM2JkMzhlZjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c987e437-3b46-40c8-9fd7-3fa3e733c1c1",
          "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": "7fa359a9-1ee4-4faf-8275-0ec590dfa969",
          "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": "89280434-9a93-4153-9564-abff39411d1d",
            "generatedFromUUID": "7fa359a9-1ee4-4faf-8275-0ec590dfa969"
          },
          "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": "89280434-9a93-4153-9564-abff39411d1d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZDQ2Y2JjNGQ0MmVhYWM3ODViODU1MDc5MzVkZWM5NzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4f3db693-a258-44f6-9baa-f35016659743"
    }
  ],
  "workloadContext": "Production"
}
2021-04-30T16:19:47.725Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T16:19:47.725Z|03544356-2248-417e-8a3a-02d65cad824f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f9bfb931-1319-4c72-870c-4282520516a9 ASDC
2021-04-30T16:19:47.725Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:90b3640e-b855-4a1d-81a4-bd0789d466b4
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:f9bfb931-1319-4c72-870c-4282520516a9
ServiceInvariantUUID:ebc35798-d783-4f0e-94ac-5da9ec3b694c
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:4f3db693-a258-44f6-9baa-f35016659743
ArtifactChecksum:ZDQ2Y2JjNGQ0MmVhYWM3ODViODU1MDc5MzVkZWM5NzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:773504b6-4258-4cb2-b1c9-679f509167df
ResourceInvariantUUID:ce3ac0d5-60b5-49ec-bd8a-13d28ebe3d2e
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:f33147a4-cdb6-488c-914d-2dc5d0386895
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:c987e437-3b46-40c8-9fd7-3fa3e733c1c1
ArtifactChecksum:NWZkMGUyMjRkMmEyMWVmMGZmMWQyY2EwM2JkMzhlZjk=
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:7fa359a9-1ee4-4faf-8275-0ec590dfa969
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:89280434-9a93-4153-9564-abff39411d1d
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:89280434-9a93-4153-9564-abff39411d1d
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-30T16:19:47.726Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9bfb931-1319-4c72-870c-4282520516a9 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-30T16:19:47.760Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:19:47.760Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:19:47.761Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:19:47.761Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4f3db693-a258-44f6-9baa-f35016659743 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-30T16:19:47.761Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:19:47.761Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-30T16:19:47.931Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:19:47.934Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4f3db693-a258-44f6-9baa-f35016659743 82919
2021-04-30T16:19:47.934Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:47.934Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:47.934Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:19:47.935Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:47.936Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:47.936Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799587934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:19:48.036Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:19:48.037Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T16:19:48.037Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:48.047Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:48.047Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:19:48.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:19:48.788Z||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-30T16:19:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:48.803Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:48.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:19:48.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799528776,
  "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-30T16:19:48.810Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 273fa9bb-6473-467f-8432-a6495319df02
2021-04-30T16:19:48.810Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 273fa9bb-6473-467f-8432-a6495319df02 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-30T16:19:48.937Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:19:48.938Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:19:48.938Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4f3db693-a258-44f6-9baa-f35016659743, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-30T16:19:48.939Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-04-30T16:19:48.939Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-30T16:19:48.939Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-30T16:19:49.051Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16285755002636587354/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-30T16:19:49.923Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T16:19:49.923Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-30T16:19:49.923Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-30T16:19:49.924Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-30T16:19:49.924Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:49.924Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:49.924Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:49.924Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:49.924Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:49.924Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:49.924Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:49.924Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:49.924Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:49.924Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:49.924Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-30T16:19:49.924Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:49.924Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:49.924Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-30T16:19:49.924Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-30T16:19:49.925Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:19:49.925Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:49.925Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:49.925Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-30T16:19:49.925Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-30T16:19:49.925Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:19:49.925Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:49.925Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:49.925Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:49.925Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-30T16:19:49.925Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-30T16:19:49.926Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-30T16:19:49.926Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-30T16:19:49.926Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-30T16:19:49.926Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-30T16:19:49.926Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:49.926Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T16:19:49.926Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:49.926Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-30T16:19:49.926Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:19:49.926Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:49.926Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-30T16:19:49.927Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:19:49.927Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:49.927Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-30T16:19:49.927Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:19:49.927Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:49.927Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-30T16:19:49.927Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-30T16:19:49.927Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-30T16:19:49.927Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bde92c37-69da-4dd9-98ff-2b574d9a12a4
2021-04-30T16:19:49.927Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:49.927Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:49.928Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:49.928Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:49.928Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:49.928Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:49.928Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:49.928Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:49.928Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:f9bfb931-1319-4c72-870c-4282520516a9
Model Version:NULL
Model InvariantUuid:ebc35798-d783-4f0e-94ac-5da9ec3b694c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:68dce7d0-b8e1-4ec1-bf6f-d8e95f771dd0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ce3ac0d5-60b5-49ec-bd8a-13d28ebe3d2e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:773504b6-4258-4cb2-b1c9-679f509167df
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0dff0218-bed4-4a72-8256-6c41e81a670f
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:831189c5-5e5a-4576-bc20-646e577b25d7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bde92c37-69da-4dd9-98ff-2b574d9a12a4
ModelInvariantUuid:920b7943-875b-41ec-b175-239bf4445914
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:7410beec-6596-4ba5-8e92-51e5b67f089b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d410513-91f2-41ce-b3a0-e81a4d7c67f7
ModelInvariantUuid:a786e6e3-a1d8-488b-8618-a1c8d5695c56
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:94bdd81c-d302-4242-b04b-8f777e6b3410
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-30T16:19:49.932Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: f33147a4-cdb6-488c-914d-2dc5d0386895
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-30T16:19:49.934Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||basic_vm_macro 0
2021-04-30T16:19:49.934Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f33147a4-cdb6-488c-914d-2dc5d0386895
2021-04-30T16:19:49.934Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c987e437-3b46-40c8-9fd7-3fa3e733c1c1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-30T16:19:49.934Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:19:49.934Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:50.092Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:19:50.092Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json c987e437-3b46-40c8-9fd7-3fa3e733c1c1 792
2021-04-30T16:19:50.092Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:50.092Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:50.092Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:19:50.092Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:50.094Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:50.094Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799590092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:19:50.194Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:19:50.195Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T16:19:50.195Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:50.205Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:50.205Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:19:51.095Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0dff0218-bed4-4a72-8256-6c41e81a670f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "831189c5-5e5a-4576-bc20-646e577b25d7",
    "vfModuleModelCustomizationUUID": "c306b5f4-af41-417d-b118-6227dfaf14e4",
    "isBase": true,
    "artifacts": [
      "7fa359a9-1ee4-4faf-8275-0ec590dfa969",
      "89280434-9a93-4153-9564-abff39411d1d"
    ],
    "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-30T16:19:51.097Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:831189c5-5e5a-4576-bc20-646e577b25d7
VfModuleModelInvariantUUID:0dff0218-bed4-4a72-8256-6c41e81a670f
VfModuleModelDescription:NULL
Artifacts UUID List:{
7fa359a9-1ee4-4faf-8275-0ec590dfa969
,
89280434-9a93-4153-9564-abff39411d1d

}
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-30T16:19:51.099Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0dff0218-bed4-4a72-8256-6c41e81a670f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "831189c5-5e5a-4576-bc20-646e577b25d7",
    "vfModuleModelCustomizationUUID": "c306b5f4-af41-417d-b118-6227dfaf14e4",
    "isBase": true,
    "artifacts": [
      "7fa359a9-1ee4-4faf-8275-0ec590dfa969",
      "89280434-9a93-4153-9564-abff39411d1d"
    ],
    "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-30T16:19:51.099Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:831189c5-5e5a-4576-bc20-646e577b25d7
VfModuleModelInvariantUUID:0dff0218-bed4-4a72-8256-6c41e81a670f
VfModuleModelDescription:NULL
Artifacts UUID List:{
7fa359a9-1ee4-4faf-8275-0ec590dfa969
,
89280434-9a93-4153-9564-abff39411d1d

}
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-30T16:19:51.099Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7fa359a9-1ee4-4faf-8275-0ec590dfa969 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-30T16:19:51.099Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:19:51.099Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:51.299Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:19:51.300Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 7fa359a9-1ee4-4faf-8275-0ec590dfa969 5033
2021-04-30T16:19:51.300Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:51.300Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:51.300Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:19:51.301Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:51.303Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:51.303Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799591300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:19:51.403Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:19:51.404Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T16:19:51.404Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:51.413Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:51.413Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:19:52.303Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 89280434-9a93-4153-9564-abff39411d1d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-30T16:19:52.304Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:19:52.304Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:52.523Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:19:52.523Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 89280434-9a93-4153-9564-abff39411d1d 903
2021-04-30T16:19:52.524Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:52.524Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:52.524Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:19:52.524Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:52.526Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:52.526Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799592523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:19:52.626Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:19:52.626Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T16:19:52.627Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:52.635Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:52.635Z||pool-127-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:19:53.526Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f9bfb931-1319-4c72-870c-4282520516a9
2021-04-30T16:19:53.527Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 f33147a4-cdb6-488c-914d-2dc5d0386895 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-30T16:19:53.536Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:53.536Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:53.536Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-04-30T16:19:53.536Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 773504b6-4258-4cb2-b1c9-679f509167df
2021-04-30T16:19:53.536Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 773504b6-4258-4cb2-b1c9-679f509167df matches Tosca VF Customization UUID: 773504b6-4258-4cb2-b1c9-679f509167df
2021-04-30T16:19:53.536Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 773504b6-4258-4cb2-b1c9-679f509167df  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-30T16:19:53.537Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:53.538Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:53.538Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 773504b6-4258-4cb2-b1c9-679f509167df: {\"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-30T16:19:53.538Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27255674
2021-04-30T16:19:53.538Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:53.538Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T16:19:53.538Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c306b5f4-af41-417d-b118-6227dfaf14e4
2021-04-30T16:19:53.538Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c306b5f4-af41-417d-b118-6227dfaf14e4
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-30T16:19:53.540Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:53.540Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-30T16:19:53.540Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:19:53.540Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:53.540Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-30T16:19:53.540Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:19:53.541Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:53.541Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-30T16:19:53.541Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-30T16:19:53.541Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-30T16:19:53.541Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bde92c37-69da-4dd9-98ff-2b574d9a12a4
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-30T16:19:53.542Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:53.543Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-30T16:19:53.543Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:19:53.543Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:53.543Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-30T16:19:53.543Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=773504b6-4258-4cb2-b1c9-679f509167df
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-30T16:19:53.544Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:53.544Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:53.544Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid f9bfb931-1319-4c72-870c-4282520516a9: basic_vm_macro
2021-04-30T16:19:53.544Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:53.544Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:53.545Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:53.545Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:53.545Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:53.545Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:53.545Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:53.545Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:53.545Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:19:53.545Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:19:53.545Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:53.615Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro f33147a4-cdb6-488c-914d-2dc5d0386895 1 ASDC deployResourceStructure
2021-04-30T16:19:53.615Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:53.616Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:53.616Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:19:53.616Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:53.617Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:53.617Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799593615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:19:53.718Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-30T16:19:53.718Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T16:19:53.718Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:53.727Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:53.727Z||pool-128-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:19:54.618Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:54.618Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:54.619Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:19:54.619Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:54.620Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:54.620Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799594618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T16:19:54.720Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:19:54.721Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T16:19:54.722Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:54.731Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:54.732Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:19:55.621Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:55.622Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:55.622Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:19:55.622Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:55.624Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:55.624Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799595621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-30T16:19:55.724Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:19:55.725Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T16:19:55.725Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:55.734Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:55.734Z||pool-130-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:19:56.625Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:56.625Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:56.625Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:19:56.625Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:19:56.627Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:19:56.627Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799596625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:19:56.727Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:19:56.728Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T16:19:56.728Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:19:56.737Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:19:56.737Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:19:57.628Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90b3640e-b855-4a1d-81a4-bd0789d466b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:19:57.636Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90b3640e-b855-4a1d-81a4-bd0789d466b4
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-30T16:19:57.638Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:19:57.638Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T16:19:57.638Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-30T16:19:57.638Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-30T16:19:57.638Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-04-30T16:19:57.638Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:19:57.642Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-30T16:20:27.642Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 90b3640e-b855-4a1d-81a4-bd0789d466b4 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-30T16:20:27.646Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 90b3640e-b855-4a1d-81a4-bd0789d466b4 and serviceModelVersionId: f9bfb931-1319-4c72-870c-4282520516a9
2021-04-30T16:20:27.646Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ebc35798-d783-4f0e-94ac-5da9ec3b694c
2021-04-30T16:20:27.646Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9?depth=0
2021-04-30T16:20:27.650Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-30T16:20:27.677Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9?depth=0|INFO|500||Invoke
2021-04-30T16:20:27.678Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[90b3640e-b855-4a1d-81a4-bd0789d466b4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2a071b93-f02f-42aa-8493-cd1ce619e32d], X-ECOMP-RequestID=[90b3640e-b855-4a1d-81a4-bd0789d466b4], X-TransactionId=[], X-ONAP-RequestID=[90b3640e-b855-4a1d-81a4-bd0789d466b4], Content-Type=[application/merge-patch+json]}
2021-04-30T16:20:27.696Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-04-30T16:20:27.722Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9?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/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210430-16:20:27:702-52256], Content-Length=[495], Date=[Fri, 30 Apr 2021 16:20:27 GMT], Content-Type=[application/json]}
2021-04-30T16:20:27.723Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9","ERR.5.4.6114"]}}}

2021-04-30T16:20:27.724Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9?depth=0|INFO|404|Not Found|InvokeReturn
2021-04-30T16:20:27.727Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=90b3640e-b855-4a1d-81a4-bd0789d466b4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9) (ec=ERR.5.4.6114)
2021-04-30T16:20:27.727Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=90b3640e-b855-4a1d-81a4-bd0789d466b4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-30T16:20:27.727Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=90b3640e-b855-4a1d-81a4-bd0789d466b4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9) (ec=ERR.5.4.6114)
2021-04-30T16:20:27.727Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=90b3640e-b855-4a1d-81a4-bd0789d466b4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9) (ec=ERR.5.4.6114)
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-30T16:20:27.730Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||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-30T16:20:27.730Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 90b3640e-b855-4a1d-81a4-bd0789d466b4 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=90b3640e-b855-4a1d-81a4-bd0789d466b4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9) (ec=ERR.5.4.6114)
2021-04-30T16:20:27.730Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-30T16:20:27.730Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:20:27.732Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:20:27.732Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799627730,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d90b3640e-b855-4a1d-81a4-bd0789d466b4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:20:27.832Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:20:27.833Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T16:20:27.833Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:27.844Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:27.845Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-30T16:20:28.743Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:20:28.743Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|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-30T16:20:28.743Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:33.039Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:33.040Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:20:33.040Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"273fa9bb-6473-467f-8432-a6495319df02","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"47bba39b-8067-4a6d-bd91-af5a0195462c","serviceDescription":"service","serviceInvariantUUID":"26689b76-d676-42a2-a2e3-9b924cdaf0b0","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"47811ac1-2864-4fab-b4b0-67e0bc62b3b6","resourceInvariantUUID":"ac48e1eb-8d56-4e16-8adb-37561a1ccbe5","resourceCustomizationUUID":"9b0d023c-c8dd-4f2b-9c7e-d3e59daae8ad","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":"YzIxOGNhYTlhZjZkMDdkZDg2NTk5MTQ0NDQxMjMwOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9ec44d07-2177-41a2-9fd1-5955cc25b553","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":"e8dfcd78-96f8-4413-a970-e16d687fe385","artifactVersion":"2","generatedFromUUID":"59f97372-3b94-4f30-8d2d-1ba5412e18fe"},{"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":"59f97372-3b94-4f30-8d2d-1ba5412e18fe","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":"ZjUzMzc2ZGE4YWIyNDEzNDBhZTViNzM5ZTRhMGY1NGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ad072a36-abb5-4da7-9ccd-36a7c799fe2d","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":"fb28a200-e5c8-4e44-a00c-93973110f290","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":"f5cca091-beec-42d8-84fc-b35f9493e35a","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":"eb8a6386-2853-4f46-903d-b130ad69fbaa","artifactVersion":"2","generatedFromUUID":"fb28a200-e5c8-4e44-a00c-93973110f290"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Y2UyODNmNTVmNTVjOTc0ZmE2N2VlNDdlMWJkMzNmNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f28ee45-91cf-44f4-95d0-1785d7a7dd00","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Zjk2N2YzZTA5YmZlNGUxODZkYjY0NDMyYzA5ODFiMzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27086f98-3d5c-4de3-bcbd-c32baa95bd93","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T16:20:33.041Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:20:33.042Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:20:33.043Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:20:33.043Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:20:33.143Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:20:33.144Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T16:20:33.144Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:33.152Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:33.153Z||pool-133-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:20:34.043Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:20:34.044Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:20:34.045Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:20:34.046Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-30T16:20:34.146Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:20:34.146Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-30T16:20:34.146Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:34.155Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:34.155Z||pool-134-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:20:35.046Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:20:35.047Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:20:35.048Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:20:35.048Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-30T16:20:35.149Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-30T16:20:35.150Z||pool-135-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-30T16:20:35.150Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:35.159Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:35.159Z||pool-135-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:20:36.049Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:20:36.050Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:20:36.052Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:20:36.052Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:20:36.152Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:20:36.153Z||pool-136-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-30T16:20:36.153Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:36.162Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:36.162Z||pool-136-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:20:37.052Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:20:37.053Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:20:37.054Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:20:37.055Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:20:37.155Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:20:37.155Z||pool-137-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-30T16:20:37.156Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:37.163Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:37.163Z||pool-137-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:20:38.055Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:20:38.055Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:20:38.057Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:20:38.057Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:20:38.157Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:20:38.158Z||pool-138-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-30T16:20:38.158Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:38.168Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:38.168Z||pool-138-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:20:39.058Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:20:39.058Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:20:39.060Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:20:39.060Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-30T16:20:39.160Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:20:39.161Z||pool-139-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-30T16:20:39.161Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:39.170Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:39.170Z||pool-139-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:20:40.061Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:20:40.061Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:20:40.063Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:20:40.063Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:20:40.164Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:20:40.164Z||pool-140-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-30T16:20:40.164Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:40.174Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:40.175Z||pool-140-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:20:41.064Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:20:41.064Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:20:41.066Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:20:41.066Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:20:41.166Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:20:41.167Z||pool-141-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-30T16:20:41.167Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:41.176Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:41.176Z||pool-141-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:20:42.067Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "47bba39b-8067-4a6d-bd91-af5a0195462c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "26689b76-d676-42a2-a2e3-9b924cdaf0b0",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "9b0d023c-c8dd-4f2b-9c7e-d3e59daae8ad",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "47811ac1-2864-4fab-b4b0-67e0bc62b3b6",
      "resourceInvariantUUID": "ac48e1eb-8d56-4e16-8adb-37561a1ccbe5",
      "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": "e8dfcd78-96f8-4413-a970-e16d687fe385",
          "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": "59f97372-3b94-4f30-8d2d-1ba5412e18fe",
          "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": "ZjUzMzc2ZGE4YWIyNDEzNDBhZTViNzM5ZTRhMGY1NGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ad072a36-abb5-4da7-9ccd-36a7c799fe2d",
          "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": "fb28a200-e5c8-4e44-a00c-93973110f290",
          "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": "eb8a6386-2853-4f46-903d-b130ad69fbaa",
            "generatedFromUUID": "fb28a200-e5c8-4e44-a00c-93973110f290"
          },
          "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": "eb8a6386-2853-4f46-903d-b130ad69fbaa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "Zjk2N2YzZTA5YmZlNGUxODZkYjY0NDMyYzA5ODFiMzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "27086f98-3d5c-4de3-bcbd-c32baa95bd93"
    }
  ],
  "workloadContext": "Production"
}
2021-04-30T16:20:42.067Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T16:20:42.068Z|90b3640e-b855-4a1d-81a4-bd0789d466b4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 47bba39b-8067-4a6d-bd91-af5a0195462c ASDC
2021-04-30T16:20:42.068Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:273fa9bb-6473-467f-8432-a6495319df02
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:47bba39b-8067-4a6d-bd91-af5a0195462c
ServiceInvariantUUID:26689b76-d676-42a2-a2e3-9b924cdaf0b0
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:27086f98-3d5c-4de3-bcbd-c32baa95bd93
ArtifactChecksum:Zjk2N2YzZTA5YmZlNGUxODZkYjY0NDMyYzA5ODFiMzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:9b0d023c-c8dd-4f2b-9c7e-d3e59daae8ad
ResourceInvariantUUID:ac48e1eb-8d56-4e16-8adb-37561a1ccbe5
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:47811ac1-2864-4fab-b4b0-67e0bc62b3b6
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:e8dfcd78-96f8-4413-a970-e16d687fe385
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:59f97372-3b94-4f30-8d2d-1ba5412e18fe
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:ad072a36-abb5-4da7-9ccd-36a7c799fe2d
ArtifactChecksum:ZjUzMzc2ZGE4YWIyNDEzNDBhZTViNzM5ZTRhMGY1NGE=
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:fb28a200-e5c8-4e44-a00c-93973110f290
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:eb8a6386-2853-4f46-903d-b130ad69fbaa
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:eb8a6386-2853-4f46-903d-b130ad69fbaa
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-30T16:20:42.068Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 47bba39b-8067-4a6d-bd91-af5a0195462c 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-30T16:20:42.100Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:20:42.101Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:20:42.101Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:20:42.101Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 27086f98-3d5c-4de3-bcbd-c32baa95bd93 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-30T16:20:42.101Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:20:42.102Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-30T16:20:42.676Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:20:42.679Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 27086f98-3d5c-4de3-bcbd-c32baa95bd93 72015
2021-04-30T16:20:42.679Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:42.679Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:42.679Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:20:42.679Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:20:42.681Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:20:42.681Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799642679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:20:42.781Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:20:42.782Z||pool-142-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-30T16:20:42.782Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:42.789Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:42.790Z||pool-142-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:20:43.681Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:20:43.682Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:20:43.682Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 27086f98-3d5c-4de3-bcbd-c32baa95bd93, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-30T16:20:43.682Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-04-30T16:20:43.683Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-30T16:20:43.683Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-30T16:20:43.763Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9213203201364762098/Definitions/service-BasicCnf-template.yml
2021-04-30T16:20:44.597Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T16:20:44.597Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-30T16:20:44.597Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-30T16:20:44.597Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-04-30T16:20:44.598Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:44.598Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:44.598Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:44.598Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:44.598Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:44.598Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-30T16:20:44.598Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:44.598Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:20:44.598Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-30T16:20:44.598Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-30T16:20:44.598Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:20:44.599Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:44.599Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:20:44.599Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-30T16:20:44.599Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-30T16:20:44.599Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:20:44.599Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:44.599Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:20:44.599Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:44.599Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-30T16:20:44.600Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-04-30T16:20:44.600Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2021-04-30T16:20:44.600Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-30T16:20:44.600Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:44.600Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T16:20:44.600Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:44.600Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-30T16:20:44.600Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:20:44.600Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:44.600Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-30T16:20:44.601Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:20:44.601Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:44.601Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-30T16:20:44.601Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:20:44.601Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:44.601Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-30T16:20:44.601Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-30T16:20:44.601Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ad7b8f92-67d9-4b0d-88e0-951a1c092f7d
2021-04-30T16:20:44.601Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:44.601Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:20:44.602Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:44.602Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:20:44.602Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:44.602Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:20:44.602Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:44.602Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:20:44.602Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:47bba39b-8067-4a6d-bd91-af5a0195462c
Model Version:NULL
Model InvariantUuid:26689b76-d676-42a2-a2e3-9b924cdaf0b0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:cbca8cb5-c6f8-4dac-9527-4171afdcfff6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ac48e1eb-8d56-4e16-8adb-37561a1ccbe5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9b0d023c-c8dd-4f2b-9c7e-d3e59daae8ad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6dfec9e1-478e-4113-9423-0bf84ac3550f
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:43b92e8f-bc98-4771-ab14-6b3777db9abc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ad7b8f92-67d9-4b0d-88e0-951a1c092f7d
ModelInvariantUuid:5dba7f9a-67a9-4fc1-848a-798b13bb998f
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:23766317-d459-4ecb-a64a-1741f9ee9359
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:1cb4878a-9092-40bd-b9ac-8b8a46de42bf
ModelInvariantUuid:2a1ebe01-784a-4efe-925f-c1a9788e2934
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:36b0143c-6700-45bb-86fe-fb8ee1baf5bc
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-30T16:20:44.608Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 47811ac1-2864-4fab-b4b0-67e0bc62b3b6
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-30T16:20:44.609Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||basic_cnf 0
2021-04-30T16:20:44.610Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 47811ac1-2864-4fab-b4b0-67e0bc62b3b6
2021-04-30T16:20:44.610Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e8dfcd78-96f8-4413-a970-e16d687fe385 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-30T16:20:44.610Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:20:44.610Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:44.779Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:20:44.779Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env e8dfcd78-96f8-4413-a970-e16d687fe385 12
2021-04-30T16:20:44.779Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:44.779Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:44.780Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:20:44.780Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:20:44.781Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:20:44.781Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799644779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:20:44.882Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T16:20:44.882Z||pool-143-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-30T16:20:44.882Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:44.891Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:44.892Z||pool-143-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:20:45.782Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 59f97372-3b94-4f30-8d2d-1ba5412e18fe from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-30T16:20:45.783Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:20:45.783Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:45.986Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:20:45.986Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 59f97372-3b94-4f30-8d2d-1ba5412e18fe 2688
2021-04-30T16:20:45.987Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:45.987Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:45.987Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:20:45.987Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:20:45.989Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:20:45.989Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799645987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:20:46.089Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:20:46.090Z||pool-144-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-30T16:20:46.090Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:46.101Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:46.102Z||pool-144-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:20:46.990Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ad072a36-abb5-4da7-9ccd-36a7c799fe2d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-30T16:20:46.990Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:20:46.991Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:47.135Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:20:47.135Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ad072a36-abb5-4da7-9ccd-36a7c799fe2d 828
2021-04-30T16:20:47.135Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:47.135Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:47.135Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:20:47.135Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:20:47.137Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:20:47.137Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799647135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:20:47.237Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:20:47.238Z||pool-145-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-30T16:20:47.238Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:47.247Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:47.247Z||pool-145-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:20:48.137Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "6dfec9e1-478e-4113-9423-0bf84ac3550f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "43b92e8f-bc98-4771-ab14-6b3777db9abc",
    "vfModuleModelCustomizationUUID": "07fe06f6-a82d-4be6-9ff0-6509ac8a6bd5",
    "isBase": true,
    "artifacts": [
      "59f97372-3b94-4f30-8d2d-1ba5412e18fe",
      "fb28a200-e5c8-4e44-a00c-93973110f290",
      "eb8a6386-2853-4f46-903d-b130ad69fbaa"
    ],
    "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-30T16:20:48.141Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:43b92e8f-bc98-4771-ab14-6b3777db9abc
VfModuleModelInvariantUUID:6dfec9e1-478e-4113-9423-0bf84ac3550f
VfModuleModelDescription:NULL
Artifacts UUID List:{
59f97372-3b94-4f30-8d2d-1ba5412e18fe
,
fb28a200-e5c8-4e44-a00c-93973110f290
,
eb8a6386-2853-4f46-903d-b130ad69fbaa

}
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-30T16:20:48.144Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "6dfec9e1-478e-4113-9423-0bf84ac3550f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "43b92e8f-bc98-4771-ab14-6b3777db9abc",
    "vfModuleModelCustomizationUUID": "07fe06f6-a82d-4be6-9ff0-6509ac8a6bd5",
    "isBase": true,
    "artifacts": [
      "59f97372-3b94-4f30-8d2d-1ba5412e18fe",
      "fb28a200-e5c8-4e44-a00c-93973110f290",
      "eb8a6386-2853-4f46-903d-b130ad69fbaa"
    ],
    "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-30T16:20:48.145Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:43b92e8f-bc98-4771-ab14-6b3777db9abc
VfModuleModelInvariantUUID:6dfec9e1-478e-4113-9423-0bf84ac3550f
VfModuleModelDescription:NULL
Artifacts UUID List:{
59f97372-3b94-4f30-8d2d-1ba5412e18fe
,
fb28a200-e5c8-4e44-a00c-93973110f290
,
eb8a6386-2853-4f46-903d-b130ad69fbaa

}
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-30T16:20:48.145Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fb28a200-e5c8-4e44-a00c-93973110f290 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-30T16:20:48.145Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:20:48.145Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:48.298Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:20:48.299Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml fb28a200-e5c8-4e44-a00c-93973110f290 1164
2021-04-30T16:20:48.299Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:48.299Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:48.299Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:20:48.300Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:20:48.302Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:20:48.302Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799648299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:20:48.402Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:20:48.403Z||pool-146-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-30T16:20:48.403Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:48.414Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:48.415Z||pool-146-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:20:48.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:20:48.788Z||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-30T16:20:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:48.803Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:48.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:20:48.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "clamp",
  "timestamp": 1619799529116,
  "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-30T16:20:48.809Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 273fa9bb-6473-467f-8432-a6495319df02
2021-04-30T16:20:48.809Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 273fa9bb-6473-467f-8432-a6495319df02 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-30T16:20:49.303Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: eb8a6386-2853-4f46-903d-b130ad69fbaa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-30T16:20:49.303Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:20:49.303Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:49.440Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:20:49.440Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env eb8a6386-2853-4f46-903d-b130ad69fbaa 200
2021-04-30T16:20:49.441Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:49.441Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:49.441Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:20:49.441Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:20:49.443Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:20:49.443Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799649441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:20:49.543Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:20:49.544Z||pool-147-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-30T16:20:49.544Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:49.554Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:49.554Z||pool-147-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:20:50.443Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 47bba39b-8067-4a6d-bd91-af5a0195462c
2021-04-30T16:20:50.444Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 47811ac1-2864-4fab-b4b0-67e0bc62b3b6 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=?
2021-04-30T16:20:50.454Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-30T16:20:50.459Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:50.459Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:20:50.459Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-04-30T16:20:50.459Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 9b0d023c-c8dd-4f2b-9c7e-d3e59daae8ad
2021-04-30T16:20:50.459Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9b0d023c-c8dd-4f2b-9c7e-d3e59daae8ad matches Tosca VF Customization UUID: 9b0d023c-c8dd-4f2b-9c7e-d3e59daae8ad
2021-04-30T16:20:50.459Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 9b0d023c-c8dd-4f2b-9c7e-d3e59daae8ad  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-30T16:20:50.460Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:50.461Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:20:50.461Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 9b0d023c-c8dd-4f2b-9c7e-d3e59daae8ad: {\"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-30T16:20:50.461Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@77e11acf
2021-04-30T16:20:50.461Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:50.461Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T16:20:50.462Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 07fe06f6-a82d-4be6-9ff0-6509ac8a6bd5
2021-04-30T16:20:50.462Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 07fe06f6-a82d-4be6-9ff0-6509ac8a6bd5
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-30T16:20:50.463Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:50.463Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-30T16:20:50.463Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:20:50.464Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:50.464Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-30T16:20:50.464Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:20:50.464Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:50.464Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-30T16:20:50.464Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-30T16:20:50.464Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ad7b8f92-67d9-4b0d-88e0-951a1c092f7d
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-30T16:20:50.466Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:50.466Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-30T16:20:50.466Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:20:50.466Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:50.466Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-30T16:20:50.466Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=9b0d023c-c8dd-4f2b-9c7e-d3e59daae8ad
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-30T16:20:50.467Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:50.468Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:20:50.468Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 47bba39b-8067-4a6d-bd91-af5a0195462c: basic_cnf
2021-04-30T16:20:50.468Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:50.468Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:20:50.468Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:50.468Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:20:50.468Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:50.468Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:20:50.469Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:50.469Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:20:50.469Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:20:50.469Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:20:50.469Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:50.516Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 47811ac1-2864-4fab-b4b0-67e0bc62b3b6 1 ASDC deployResourceStructure
2021-04-30T16:20:50.517Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:50.517Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:50.517Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-30T16:20:50.517Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:20:50.519Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:20:50.519Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799650516,
  "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-30T16:20:50.619Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:20:50.620Z||pool-148-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-30T16:20:50.620Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:50.629Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:50.629Z||pool-148-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:20:51.520Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:51.520Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:51.520Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-30T16:20:51.520Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:20:51.522Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:20:51.522Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799651519,
  "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-30T16:20:51.622Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:20:51.623Z||pool-149-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-30T16:20:51.623Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:51.632Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:51.633Z||pool-149-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:20:52.522Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:52.523Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:52.523Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:20:52.523Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:20:52.525Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:20:52.525Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799652522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:20:52.625Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:20:52.625Z||pool-150-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-30T16:20:52.626Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:52.634Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:52.634Z||pool-150-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:20:53.525Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:53.526Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:53.526Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:20:53.526Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:20:53.528Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:20:53.528Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799653525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T16:20:53.628Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:20:53.629Z||pool-151-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-30T16:20:53.629Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:53.639Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:53.639Z||pool-151-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:20:54.529Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:54.529Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:54.529Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:20:54.529Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:20:54.531Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:20:54.531Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799654529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-30T16:20:54.631Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:20:54.632Z||pool-152-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-30T16:20:54.632Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:54.641Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:54.642Z||pool-152-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:20:55.532Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:55.532Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:20:55.532Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:20:55.532Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:20:55.534Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:20:55.534Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799655531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:20:55.635Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-30T16:20:55.635Z||pool-153-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-30T16:20:55.635Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:20:55.645Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:20:55.646Z||pool-153-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:20:56.535Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 273fa9bb-6473-467f-8432-a6495319df02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:20:56.545Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 273fa9bb-6473-467f-8432-a6495319df02
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-30T16:20:56.547Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:20:56.547Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T16:20:56.547Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T16:21:26.547Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 273fa9bb-6473-467f-8432-a6495319df02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:21:26.557Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 273fa9bb-6473-467f-8432-a6495319df02
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-30T16:21:26.559Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:21:26.559Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T16:21:26.559Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T16:21:48.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:21:48.788Z||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-30T16:21:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:21:48.803Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:21:48.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "aai-ml",
  "timestamp": 1619799524533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799529778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:21:48.817Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "aai-ml",
  "timestamp": 1619799524533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "aai-ml",
  "timestamp": 1619799524533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "aai-ml",
  "timestamp": 1619799524533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "aai-ml",
  "timestamp": 1619799524533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "aai-ml",
  "timestamp": 1619799534378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:21:48.818Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799537954,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:21:48.819Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "aai-ml",
  "timestamp": 1619799538298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-04-30T16:21:48.819Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "aai-ml",
  "timestamp": 1619799539301,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-30T16:21:48.825Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 273fa9bb-6473-467f-8432-a6495319df02
2021-04-30T16:21:48.826Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 273fa9bb-6473-467f-8432-a6495319df02 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-30T16:21:48.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799540290,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:21:48.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799541865,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:21:48.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799543480,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:21:48.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799544574,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:21:48.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799545577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T16:21:48.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799546580,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-30T16:21:48.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799547583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:21:48.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "cds",
  "timestamp": 1619799557988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "aai-ml",
  "timestamp": 1619799554533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "clamp",
  "timestamp": 1619799560252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "dcae-sch",
  "timestamp": 1619799560164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799559159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799556258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799552059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "cds",
  "timestamp": 1619799557988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799559159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "dcae-sch",
  "timestamp": 1619799560164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "clamp",
  "timestamp": 1619799560252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "aai-ml",
  "timestamp": 1619799554533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799556258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799552059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "cds",
  "timestamp": 1619799557988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.846Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "clamp",
  "timestamp": 1619799560252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.847Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799559159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.847Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "aai-ml",
  "timestamp": 1619799554533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.847Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "dcae-sch",
  "timestamp": 1619799560164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799556258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799552059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "cds",
  "timestamp": 1619799557988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "aai-ml",
  "timestamp": 1619799554533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "clamp",
  "timestamp": 1619799560252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799559159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "dcae-sch",
  "timestamp": 1619799560164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799556258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799552059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "cds",
  "timestamp": 1619799557988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "aai-ml",
  "timestamp": 1619799554533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "clamp",
  "timestamp": 1619799560252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799559159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "dcae-sch",
  "timestamp": 1619799560164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799556258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799552059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "policy-id",
  "timestamp": 1619799565138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "aai-ml",
  "timestamp": 1619799554533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "cds",
  "timestamp": 1619799557988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "clamp",
  "timestamp": 1619799560252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "dcae-sch",
  "timestamp": 1619799560164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799559159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799556258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799552059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "policy-id",
  "timestamp": 1619799565138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "aai-ml",
  "timestamp": 1619799554533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "cds",
  "timestamp": 1619799557988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.855Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "dcae-sch",
  "timestamp": 1619799560164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.855Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "clamp",
  "timestamp": 1619799560252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.855Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799559159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.855Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799556258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799552059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "policy-id",
  "timestamp": 1619799565138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799567432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "aai-ml",
  "timestamp": 1619799554533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "cds",
  "timestamp": 1619799557988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "clamp",
  "timestamp": 1619799560252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "dcae-sch",
  "timestamp": 1619799560164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799559159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799556258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799552059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "policy-id",
  "timestamp": 1619799565138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799567432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "cds",
  "timestamp": 1619799569276,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:21:48.859Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "aai-ml",
  "timestamp": 1619799569296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:21:48.859Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799569291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:21:48.859Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "policy-id",
  "timestamp": 1619799565138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799567432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "cds",
  "timestamp": 1619799570282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-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-30T16:21:48.873Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f23f5676-732a-4016-94ae-e94baf388eeb
2021-04-30T16:21:48.873Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f23f5676-732a-4016-94ae-e94baf388eeb 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-30T16:21:48.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799570318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T16:21:48.880Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "policy-id",
  "timestamp": 1619799565138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799567432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799571321,
  "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-30T16:21:48.884Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f23f5676-732a-4016-94ae-e94baf388eeb
2021-04-30T16:21:48.884Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f23f5676-732a-4016-94ae-e94baf388eeb 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-30T16:21:48.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "policy-id",
  "timestamp": 1619799565138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799567432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "aai-ml",
  "timestamp": 1619799572499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-04-30T16:21:48.892Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "policy-id",
  "timestamp": 1619799565138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799572059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799567432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "aai-ml",
  "timestamp": 1619799573501,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-30T16:21:48.896Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f23f5676-732a-4016-94ae-e94baf388eeb
2021-04-30T16:21:48.897Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f23f5676-732a-4016-94ae-e94baf388eeb 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-30T16:21:48.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "cds",
  "timestamp": 1619799572988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799572059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799573323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799567432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "clamp",
  "timestamp": 1619799574103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:21:48.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "policy-id",
  "timestamp": 1619799574083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:21:48.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "cds",
  "timestamp": 1619799572988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799572059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799573323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799567432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "policy-id",
  "timestamp": 1619799575087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:21:48.907Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "clamp",
  "timestamp": 1619799575119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:21:48.907Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "cds",
  "timestamp": 1619799572988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799572059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799573323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "policy-id",
  "timestamp": 1619799576089,
  "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-30T16:21:48.912Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f23f5676-732a-4016-94ae-e94baf388eeb
2021-04-30T16:21:48.912Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f23f5676-732a-4016-94ae-e94baf388eeb 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-30T16:21:48.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "clamp",
  "timestamp": 1619799576121,
  "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-30T16:21:48.933Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f23f5676-732a-4016-94ae-e94baf388eeb
2021-04-30T16:21:48.933Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f23f5676-732a-4016-94ae-e94baf388eeb 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-30T16:21:48.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "cds",
  "timestamp": 1619799572988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799576258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799572059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799573323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "cds",
  "timestamp": 1619799572988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799576258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799572059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799573323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "cds",
  "timestamp": 1619799572988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03544356-2248-417e-8a3a-02d65cad824f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799578688,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d03544356-2248-417e-8a3a-02d65cad824f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/c0b9fc2b-4f5a-4010-ad63-1c08aece33dd/model-vers/model-ver/ae8255a7-dd80-412a-8100-779c81959a3d) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:21:48.941Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799576258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799572059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799573323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "cds",
  "timestamp": 1619799572988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799579159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799576258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799573323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799580186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:21:48.942Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799579159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "dcae-sch",
  "timestamp": 1619799580164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "cds",
  "timestamp": 1619799580868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:21:48.943Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799576258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799573323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799581402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:21:48.943Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799579159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "dcae-sch",
  "timestamp": 1619799580164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "cds",
  "timestamp": 1619799581875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-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-30T16:21:48.954Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 93dbd2fe-2d22-4e35-a807-93f65ca145ab
2021-04-30T16:21:48.954Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93dbd2fe-2d22-4e35-a807-93f65ca145ab 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-30T16:21:48.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799576258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799582130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:21:48.962Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799582598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:21:48.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799579159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "dcae-sch",
  "timestamp": 1619799580164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799576258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799583625,
  "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-30T16:21:48.968Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93dbd2fe-2d22-4e35-a807-93f65ca145ab
2021-04-30T16:21:48.968Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93dbd2fe-2d22-4e35-a807-93f65ca145ab 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-30T16:21:48.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799583781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:21:48.975Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799579159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "dcae-sch",
  "timestamp": 1619799580164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799584121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:21:48.976Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619799584628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:21:48.976Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799584784,
  "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-30T16:21:48.980Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f23f5676-732a-4016-94ae-e94baf388eeb
2021-04-30T16:21:48.980Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f23f5676-732a-4016-94ae-e94baf388eeb 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-30T16:21:48.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799579159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "dcae-sch",
  "timestamp": 1619799580164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "aai-ml",
  "timestamp": 1619799584533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799585339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:21:48.989Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "policy-id",
  "timestamp": 1619799585138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799573323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619799579159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "dcae-sch",
  "timestamp": 1619799580164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "aai-ml",
  "timestamp": 1619799584533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799586548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:21:48.990Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:48.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799330997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:21:48.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799573323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "policy-id",
  "timestamp": 1619799585138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "dcae-sch",
  "timestamp": 1619799580164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "aai-ml",
  "timestamp": 1619799584533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:48.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:48.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:48.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799587552,
  "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-30T16:21:48.995Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93dbd2fe-2d22-4e35-a807-93f65ca145ab
2021-04-30T16:21:48.995Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93dbd2fe-2d22-4e35-a807-93f65ca145ab 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-30T16:21:49.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:49.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "policy-id",
  "timestamp": 1619799585138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:21:49.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:49.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:49.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799573323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:49.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:49.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:49.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799587934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:21:49.001Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:49.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:49.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799587432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:49.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:49.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:49.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "aai-ml",
  "timestamp": 1619799584533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:21:49.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:21:49.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:21:49.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619799588555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:21:49.001Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:21:56.559Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 273fa9bb-6473-467f-8432-a6495319df02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:21:56.568Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 273fa9bb-6473-467f-8432-a6495319df02
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-30T16:21:56.571Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:21:56.571Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T16:21:56.571Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-30T16:21:56.571Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-30T16:21:56.571Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-04-30T16:21:56.572Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:21:56.577Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-30T16:22:26.577Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 273fa9bb-6473-467f-8432-a6495319df02 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-30T16:22:26.581Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 273fa9bb-6473-467f-8432-a6495319df02 and serviceModelVersionId: 47bba39b-8067-4a6d-bd91-af5a0195462c
2021-04-30T16:22:26.582Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 26689b76-d676-42a2-a2e3-9b924cdaf0b0
2021-04-30T16:22:26.583Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/26689b76-d676-42a2-a2e3-9b924cdaf0b0/model-vers/model-ver/47bba39b-8067-4a6d-bd91-af5a0195462c?depth=0
2021-04-30T16:22:26.587Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-30T16:22:26.613Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/26689b76-d676-42a2-a2e3-9b924cdaf0b0/model-vers/model-ver/47bba39b-8067-4a6d-bd91-af5a0195462c?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-30T16:22:26.614Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/26689b76-d676-42a2-a2e3-9b924cdaf0b0/model-vers/model-ver/47bba39b-8067-4a6d-bd91-af5a0195462c?depth=0|INFO|500||Invoke
2021-04-30T16:22:26.629Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/26689b76-d676-42a2-a2e3-9b924cdaf0b0/model-vers/model-ver/47bba39b-8067-4a6d-bd91-af5a0195462c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-04-30T16:22:26.657Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/26689b76-d676-42a2-a2e3-9b924cdaf0b0/model-vers/model-ver/47bba39b-8067-4a6d-bd91-af5a0195462c?depth=0|INFO|404|Not Found|InvokeReturn
2021-04-30T16:22:26.657Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/26689b76-d676-42a2-a2e3-9b924cdaf0b0/model-vers/model-ver/47bba39b-8067-4a6d-bd91-af5a0195462c?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210430-16:22:26:636-64092], Content-Length=[495], Date=[Fri, 30 Apr 2021 16:22:26 GMT], Content-Type=[application/json]}
2021-04-30T16:22:26.658Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/26689b76-d676-42a2-a2e3-9b924cdaf0b0/model-vers/model-ver/47bba39b-8067-4a6d-bd91-af5a0195462c","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/26689b76-d676-42a2-a2e3-9b924cdaf0b0/model-vers/model-ver/47bba39b-8067-4a6d-bd91-af5a0195462c","ERR.5.4.6114"]}}}

2021-04-30T16:22:26.662Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=273fa9bb-6473-467f-8432-a6495319df02 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/26689b76-d676-42a2-a2e3-9b924cdaf0b0/model-vers/model-ver/47bba39b-8067-4a6d-bd91-af5a0195462c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/26689b76-d676-42a2-a2e3-9b924cdaf0b0/model-vers/model-ver/47bba39b-8067-4a6d-bd91-af5a0195462c) (ec=ERR.5.4.6114)
2021-04-30T16:22:26.663Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=273fa9bb-6473-467f-8432-a6495319df02 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/26689b76-d676-42a2-a2e3-9b924cdaf0b0/model-vers/model-ver/47bba39b-8067-4a6d-bd91-af5a0195462c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/26689b76-d676-42a2-a2e3-9b924cdaf0b0/model-vers/model-ver/47bba39b-8067-4a6d-bd91-af5a0195462c) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-30T16:22:26.663Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=273fa9bb-6473-467f-8432-a6495319df02 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/26689b76-d676-42a2-a2e3-9b924cdaf0b0/model-vers/model-ver/47bba39b-8067-4a6d-bd91-af5a0195462c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/26689b76-d676-42a2-a2e3-9b924cdaf0b0/model-vers/model-ver/47bba39b-8067-4a6d-bd91-af5a0195462c) (ec=ERR.5.4.6114)
2021-04-30T16:22:26.663Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=273fa9bb-6473-467f-8432-a6495319df02 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/26689b76-d676-42a2-a2e3-9b924cdaf0b0/model-vers/model-ver/47bba39b-8067-4a6d-bd91-af5a0195462c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/26689b76-d676-42a2-a2e3-9b924cdaf0b0/model-vers/model-ver/47bba39b-8067-4a6d-bd91-af5a0195462c) (ec=ERR.5.4.6114)
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-30T16:22:26.667Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||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-30T16:22:26.667Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 273fa9bb-6473-467f-8432-a6495319df02 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=273fa9bb-6473-467f-8432-a6495319df02 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/26689b76-d676-42a2-a2e3-9b924cdaf0b0/model-vers/model-ver/47bba39b-8067-4a6d-bd91-af5a0195462c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/26689b76-d676-42a2-a2e3-9b924cdaf0b0/model-vers/model-ver/47bba39b-8067-4a6d-bd91-af5a0195462c) (ec=ERR.5.4.6114)
2021-04-30T16:22:26.667Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-30T16:22:26.667Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:22:26.669Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:22:26.669Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799746667,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d273fa9bb-6473-467f-8432-a6495319df02 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/26689b76-d676-42a2-a2e3-9b924cdaf0b0/model-vers/model-ver/47bba39b-8067-4a6d-bd91-af5a0195462c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/26689b76-d676-42a2-a2e3-9b924cdaf0b0/model-vers/model-ver/47bba39b-8067-4a6d-bd91-af5a0195462c) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:22:26.770Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:22:26.770Z||pool-154-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-30T16:22:26.770Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:22:26.783Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:22:26.784Z||pool-154-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-30T16:22:27.682Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:22:27.682Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f23f5676-732a-4016-94ae-e94baf388eeb","serviceName":"Demo_pNF_zTxF5pV7wz0AfqabWjXb","serviceVersion":"1.0","serviceUUID":"f0e4a713-4acb-4647-a141-08cad1702bd7","serviceDescription":"catalog service description","serviceInvariantUUID":"ac010fc7-3e25-4274-9f16-c02e97e0d7ce","resources":[{"resourceInstanceName":"pNF afbe2959-54fb 0","resourceName":"pNF afbe2959-54fb","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e75eeef2-718b-44ba-aaa6-ed279c352938","resourceInvariantUUID":"98ed4fb6-8ff9-4acf-a48c-7d58a732b513","resourceCustomizationUUID":"9362ef8b-902b-4e21-a033-4d018f9e983a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vf-license-model.xml","artifactChecksum":"MTgzZWI3Nzk2ZmZlNTkyZGMyN2M1ZWQyNTllYTk2YWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e75b35d6-f1f7-4251-b3e1-10cf41917c46","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/pNF.csar","artifactChecksum":"MjUxMWQ3ODJhN2Y5ZTM3YjhlYTc1N2U0ZjUyNmVmYTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b9b794e6-96b2-490d-8aa6-6d662f13dc2c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2a9dd7e4-e0ed-435f-8bd2-305dd30b2b29","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyM2YyZjI3OTVlMTZmMzZiMTc3MjlhNTViZDkzNjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d54d6527-c7d9-4161-94fb-34cc73eb4c03","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4b9e68fc-07d4-41c1-a7d2-600992cd86cf","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4efcb83-bd7f-40d1-add8-390db3f8153f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZtxf5pv7wz0afqabwjxb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-template.yml","artifactChecksum":"MDQ4ZTIyMzE2OGRkMTczNDdhZmM3ZjBjNmQzYTc4NGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"56761a20-931f-4fbf-8d06-e1b10084bc55","artifactVersion":"1"},{"artifactName":"service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar","artifactChecksum":"YmU0ZDliMTMwYTczZDM0ZjlhMGQ5NzI4NDA1YmEzODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ccec46b7-8433-4b59-acb9-85433d751236","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T16:22:27.683Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:22:27.683Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:22:27.684Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:22:27.685Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:27.785Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:22:27.785Z||pool-155-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-30T16:22:27.785Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:22:27.793Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:22:27.794Z||pool-155-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:22:28.685Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:22:28.686Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:22:28.687Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:22:28.688Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:28.788Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:22:28.789Z||pool-156-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-30T16:22:28.789Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:22:28.799Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:22:28.799Z||pool-156-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:22:29.688Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:22:29.689Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:22:29.690Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:22:29.690Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:29.790Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:22:29.791Z||pool-157-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-30T16:22:29.791Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:22:29.799Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:22:29.800Z||pool-157-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:22:30.691Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:22:30.691Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:22:30.693Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:22:30.693Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:30.793Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:22:30.794Z||pool-158-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-30T16:22:30.794Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:22:30.802Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:22:30.803Z||pool-158-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:22:31.693Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:22:31.694Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:22:31.695Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:22:31.696Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:31.796Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:22:31.796Z||pool-159-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-30T16:22:31.797Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:22:31.806Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:22:31.806Z||pool-159-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:22:32.696Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:22:32.697Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:22:32.700Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:22:32.700Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:32.800Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:22:32.800Z||pool-160-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-30T16:22:32.800Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:22:32.809Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:22:32.809Z||pool-160-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:22:33.700Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:22:33.701Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:22:33.703Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:22:33.703Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:33.803Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:22:33.804Z||pool-161-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-30T16:22:33.804Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:22:33.812Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:22:33.812Z||pool-161-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:22:34.704Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:22:34.705Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:22:34.706Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:22:34.706Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:22:34.807Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:22:34.807Z||pool-162-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-30T16:22:34.807Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:22:34.817Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:22:34.818Z||pool-162-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:22:35.707Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "serviceName": "Demo_pNF_zTxF5pV7wz0AfqabWjXb",
  "serviceVersion": "1.0",
  "serviceUUID": "f0e4a713-4acb-4647-a141-08cad1702bd7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ac010fc7-3e25-4274-9f16-c02e97e0d7ce",
  "resources": [
    {
      "resourceInstanceName": "pNF afbe2959-54fb 0",
      "resourceCustomizationUUID": "9362ef8b-902b-4e21-a033-4d018f9e983a",
      "resourceName": "pNF afbe2959-54fb",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e75eeef2-718b-44ba-aaa6-ed279c352938",
      "resourceInvariantUUID": "98ed4fb6-8ff9-4acf-a48c-7d58a732b513",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
      "artifactChecksum": "YmU0ZDliMTMwYTczZDM0ZjlhMGQ5NzI4NDA1YmEzODI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ccec46b7-8433-4b59-acb9-85433d751236"
    }
  ],
  "workloadContext": "Production"
}
2021-04-30T16:22:35.707Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T16:22:35.708Z|273fa9bb-6473-467f-8432-a6495319df02|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f0e4a713-4acb-4647-a141-08cad1702bd7 ASDC
2021-04-30T16:22:35.708Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f23f5676-732a-4016-94ae-e94baf388eeb
ServiceName:Demo_pNF_zTxF5pV7wz0AfqabWjXb
ServiceVersion:1.0
ServiceUUID:f0e4a713-4acb-4647-a141-08cad1702bd7
ServiceInvariantUUID:ac010fc7-3e25-4274-9f16-c02e97e0d7ce
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar
ArtifactUUID:ccec46b7-8433-4b59-acb9-85433d751236
ArtifactChecksum:YmU0ZDliMTMwYTczZDM0ZjlhMGQ5NzI4NDA1YmEzODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF afbe2959-54fb 0
ResourceCustomizationUUID:9362ef8b-902b-4e21-a033-4d018f9e983a
ResourceInvariantUUID:98ed4fb6-8ff9-4acf-a48c-7d58a732b513
ResourceName:pNF afbe2959-54fb
ResourceType:PNF
ResourceUUID:e75eeef2-718b-44ba-aaa6-ed279c352938
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-30T16:22:35.710Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f0e4a713-4acb-4647-a141-08cad1702bd7 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-30T16:22:35.734Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:22:35.735Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:22:35.735Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:22:35.735Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ccec46b7-8433-4b59-acb9-85433d751236 from URL: /sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar
2021-04-30T16:22:35.735Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:22:35.735Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar
2021-04-30T16:22:36.887Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:22:36.890Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar ccec46b7-8433-4b59-acb9-85433d751236 83911
2021-04-30T16:22:36.890Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar ASDC sendASDCNotification
2021-04-30T16:22:36.890Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar
2021-04-30T16:22:36.891Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:22:36.891Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:22:36.892Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:22:36.892Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799756890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:22:36.992Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:22:36.993Z||pool-163-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-30T16:22:36.993Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:22:37.002Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:22:37.002Z||pool-163-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:22:37.893Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:22:37.894Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:22:37.894Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ccec46b7-8433-4b59-acb9-85433d751236, URL: /sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar to file: /app/ASDC/1/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar
2021-04-30T16:22:37.894Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar
2021-04-30T16:22:37.894Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar
2021-04-30T16:22:37.895Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar
2021-04-30T16:22:37.988Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11785177508403653350/Definitions/service-DemoPnfZtxf5pv7wz0afqabwjxb-template.yml
2021-04-30T16:22:38.608Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T16:22:38.608Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-30T16:22:38.608Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar
2021-04-30T16:22:38.608Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-30T16:22:38.609Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF afbe2959-54fb 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar
2021-04-30T16:22:38.609Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||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-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar
2021-04-30T16:22:38.609Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar
2021-04-30T16:22:38.609Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||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-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar
2021-04-30T16:22:38.609Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||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-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar
2021-04-30T16:22:38.609Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||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-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar
2021-04-30T16:22:38.609Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF afbe2959-54fb 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-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar
2021-04-30T16:22:38.609Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||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-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar
2021-04-30T16:22:38.609Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-30T16:22:38.610Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:22:38.610Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zTxF5pV7wz0AfqabWjXb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:22:38.610Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Node template pNF afbe2959-54fb 0 is matching search criteria
2021-04-30T16:22:38.610Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-30T16:22:38.610Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF afbe2959-54fb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:22:38.611Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:22:38.611Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zTxF5pV7wz0AfqabWjXb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:22:38.611Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Node template pNF afbe2959-54fb 0 is matching search criteria
2021-04-30T16:22:38.611Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-30T16:22:38.611Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF afbe2959-54fb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:22:38.611Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:22:38.611Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zTxF5pV7wz0AfqabWjXb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:22:38.612Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:22:38.612Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zTxF5pV7wz0AfqabWjXb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:22:38.612Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:22:38.612Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zTxF5pV7wz0AfqabWjXb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:22:38.612Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:22:38.612Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zTxF5pV7wz0AfqabWjXb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:22:38.613Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:22:38.613Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zTxF5pV7wz0AfqabWjXb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:22:38.613Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_zTxF5pV7wz0AfqabWjXb
Description:catalog service description
Model UUID:f0e4a713-4acb-4647-a141-08cad1702bd7
Model Version:NULL
Model InvariantUuid:ac010fc7-3e25-4274-9f16-c02e97e0d7ce
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-30T16:22:38.619Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: e75eeef2-718b-44ba-aaa6-ed279c352938
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-30T16:22:38.621Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||pNF afbe2959-54fb 0
2021-04-30T16:22:38.622Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e75eeef2-718b-44ba-aaa6-ed279c352938
2021-04-30T16:22:38.622Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||No resources found for Service: f0e4a713-4acb-4647-a141-08cad1702bd7
2021-04-30T16:22:38.622Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f0e4a713-4acb-4647-a141-08cad1702bd7
2021-04-30T16:22:38.622Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF afbe2959-54fb 0 e75eeef2-718b-44ba-aaa6-ed279c352938 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-30T16:22:38.626Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:22:38.626Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zTxF5pV7wz0AfqabWjXb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:22:38.626Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid f0e4a713-4acb-4647-a141-08cad1702bd7: pNF afbe2959-54fb
2021-04-30T16:22:38.626Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||Processing PNF resource: e75eeef2-718b-44ba-aaa6-ed279c352938
2021-04-30T16:22:38.626Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:22:38.626Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zTxF5pV7wz0AfqabWjXb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:22:38.626Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||Resource customization UUID: 9362ef8b-902b-4e21-a033-4d018f9e983a is the same as notified resource customizationUUID: 9362ef8b-902b-4e21-a033-4d018f9e983a
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-30T16:22:38.656Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF afbe2959-54fb e75eeef2-718b-44ba-aaa6-ed279c352938 0 ASDC deployResourceStructure
2021-04-30T16:22:38.656Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar ASDC sendASDCNotification
2021-04-30T16:22:38.656Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar
2021-04-30T16:22:38.656Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:22:38.656Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:22:38.658Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:22:38.658Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799758656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:22:38.758Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:22:38.759Z||pool-164-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-30T16:22:38.759Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:22:38.768Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:22:38.768Z||pool-164-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:22:39.659Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f23f5676-732a-4016-94ae-e94baf388eeb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:22:39.669Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f23f5676-732a-4016-94ae-e94baf388eeb
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-30T16:22:39.671Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:22:39.671Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T16:22:39.671Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-30T16:22:39.671Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-30T16:22:39.671Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-30T16:22:39.671Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-04-30T16:22:39.671Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||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-30T16:22:39.677Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-30T16:22:48.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:22:48.788Z||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-30T16:22:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:22:48.803Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:22:48.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799573323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:48.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "policy-id",
  "timestamp": 1619799585138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:48.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799587432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:22:48.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "aai-ml",
  "timestamp": 1619799584533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:48.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "policy-id",
  "timestamp": 1619799585138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:48.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799573323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:48.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799587432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:22:48.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799590092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:22:48.807Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "aai-ml",
  "timestamp": 1619799584533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:48.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799573323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:48.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "policy-id",
  "timestamp": 1619799585138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:48.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "clamp",
  "timestamp": 1619799590252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:48.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799587432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:48.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "aai-ml",
  "timestamp": 1619799584533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:22:48.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799591300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:22:48.809Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "policy-id",
  "timestamp": 1619799585138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:22:48.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799573323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:22:48.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "clamp",
  "timestamp": 1619799590252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:22:48.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799587432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-30T16:22:48.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "aai-ml",
  "timestamp": 1619799592423,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:22:48.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799592523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:22:48.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "clamp",
  "timestamp": 1619799590252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:48.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799593007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:22:48.812Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "policy-id",
  "timestamp": 1619799592981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:22:48.812Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799587432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:48.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799593615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:22:48.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "clamp",
  "timestamp": 1619799590252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:48.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "policy-id",
  "timestamp": 1619799593986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:22:48.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799587432,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:22:48.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799594618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T16:22:48.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "clamp",
  "timestamp": 1619799590252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:48.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "policy-id",
  "timestamp": 1619799594990,
  "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-30T16:22:48.821Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93dbd2fe-2d22-4e35-a807-93f65ca145ab
2021-04-30T16:22:48.821Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93dbd2fe-2d22-4e35-a807-93f65ca145ab 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-30T16:22:48.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799595319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:22:48.830Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799595621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-30T16:22:48.830Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799595737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:22:48.831Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "clamp",
  "timestamp": 1619799590252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:48.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799596502,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:22:48.831Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799596625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:22:48.832Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619799596741,
  "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-30T16:22:48.836Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93dbd2fe-2d22-4e35-a807-93f65ca145ab
2021-04-30T16:22:48.836Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93dbd2fe-2d22-4e35-a807-93f65ca145ab 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-30T16:22:48.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "clamp",
  "timestamp": 1619799590252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:22:48.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799597699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:22:48.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "aai-ml",
  "timestamp": 1619799598427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-04-30T16:22:48.844Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799598704,
  "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-30T16:22:48.848Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93dbd2fe-2d22-4e35-a807-93f65ca145ab
2021-04-30T16:22:48.848Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93dbd2fe-2d22-4e35-a807-93f65ca145ab 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-30T16:22:48.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "aai-ml",
  "timestamp": 1619799599430,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-30T16:22:48.858Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 93dbd2fe-2d22-4e35-a807-93f65ca145ab
2021-04-30T16:22:48.858Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93dbd2fe-2d22-4e35-a807-93f65ca145ab 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-30T16:22:48.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619799599707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:22:48.865Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "clamp",
  "timestamp": 1619799608109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:22:48.865Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "clamp",
  "timestamp": 1619799610116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:22:48.865Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "clamp",
  "timestamp": 1619799611119,
  "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-30T16:22:48.869Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 93dbd2fe-2d22-4e35-a807-93f65ca145ab
2021-04-30T16:22:48.869Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93dbd2fe-2d22-4e35-a807-93f65ca145ab 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-30T16:22:48.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90b3640e-b855-4a1d-81a4-bd0789d466b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799627730,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d90b3640e-b855-4a1d-81a4-bd0789d466b4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ebc35798-d783-4f0e-94ac-5da9ec3b694c/model-vers/model-ver/f9bfb931-1319-4c72-870c-4282520516a9) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:22:48.877Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:48.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-30T16:22:48.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-30T16:22:48.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:22:48.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:22:48.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:48.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-30T16:22:48.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:22:48.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:22:48.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:22:48.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799642679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:22:48.878Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799644779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:22:48.878Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799645987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:22:48.879Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799647135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:22:48.879Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:22:48.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:22:48.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799648299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:22:48.879Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:23:09.677Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f23f5676-732a-4016-94ae-e94baf388eeb 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-30T16:23:09.682Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f23f5676-732a-4016-94ae-e94baf388eeb and serviceModelVersionId: f0e4a713-4acb-4647-a141-08cad1702bd7
2021-04-30T16:23:09.682Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ac010fc7-3e25-4274-9f16-c02e97e0d7ce
2021-04-30T16:23:09.683Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ac010fc7-3e25-4274-9f16-c02e97e0d7ce/model-vers/model-ver/f0e4a713-4acb-4647-a141-08cad1702bd7?depth=0
2021-04-30T16:23:09.687Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-30T16:23:09.712Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ac010fc7-3e25-4274-9f16-c02e97e0d7ce/model-vers/model-ver/f0e4a713-4acb-4647-a141-08cad1702bd7?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-30T16:23:09.712Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ac010fc7-3e25-4274-9f16-c02e97e0d7ce/model-vers/model-ver/f0e4a713-4acb-4647-a141-08cad1702bd7?depth=0|INFO|500||Invoke
2021-04-30T16:23:09.727Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ac010fc7-3e25-4274-9f16-c02e97e0d7ce/model-vers/model-ver/f0e4a713-4acb-4647-a141-08cad1702bd7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-04-30T16:23:09.760Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ac010fc7-3e25-4274-9f16-c02e97e0d7ce/model-vers/model-ver/f0e4a713-4acb-4647-a141-08cad1702bd7?depth=0|INFO|404|Not Found|InvokeReturn
2021-04-30T16:23:09.760Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ac010fc7-3e25-4274-9f16-c02e97e0d7ce/model-vers/model-ver/f0e4a713-4acb-4647-a141-08cad1702bd7?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210430-16:23:09:733-50480], Content-Length=[495], Date=[Fri, 30 Apr 2021 16:23:09 GMT], Content-Type=[application/json]}
2021-04-30T16:23:09.760Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ac010fc7-3e25-4274-9f16-c02e97e0d7ce/model-vers/model-ver/f0e4a713-4acb-4647-a141-08cad1702bd7","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ac010fc7-3e25-4274-9f16-c02e97e0d7ce/model-vers/model-ver/f0e4a713-4acb-4647-a141-08cad1702bd7","ERR.5.4.6114"]}}}

2021-04-30T16:23:09.763Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=f23f5676-732a-4016-94ae-e94baf388eeb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ac010fc7-3e25-4274-9f16-c02e97e0d7ce/model-vers/model-ver/f0e4a713-4acb-4647-a141-08cad1702bd7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ac010fc7-3e25-4274-9f16-c02e97e0d7ce/model-vers/model-ver/f0e4a713-4acb-4647-a141-08cad1702bd7) (ec=ERR.5.4.6114)
2021-04-30T16:23:09.763Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f23f5676-732a-4016-94ae-e94baf388eeb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ac010fc7-3e25-4274-9f16-c02e97e0d7ce/model-vers/model-ver/f0e4a713-4acb-4647-a141-08cad1702bd7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ac010fc7-3e25-4274-9f16-c02e97e0d7ce/model-vers/model-ver/f0e4a713-4acb-4647-a141-08cad1702bd7) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-30T16:23:09.763Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f23f5676-732a-4016-94ae-e94baf388eeb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ac010fc7-3e25-4274-9f16-c02e97e0d7ce/model-vers/model-ver/f0e4a713-4acb-4647-a141-08cad1702bd7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ac010fc7-3e25-4274-9f16-c02e97e0d7ce/model-vers/model-ver/f0e4a713-4acb-4647-a141-08cad1702bd7) (ec=ERR.5.4.6114)
2021-04-30T16:23:09.763Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=f23f5676-732a-4016-94ae-e94baf388eeb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ac010fc7-3e25-4274-9f16-c02e97e0d7ce/model-vers/model-ver/f0e4a713-4acb-4647-a141-08cad1702bd7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ac010fc7-3e25-4274-9f16-c02e97e0d7ce/model-vers/model-ver/f0e4a713-4acb-4647-a141-08cad1702bd7) (ec=ERR.5.4.6114)
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-30T16:23:09.767Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||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-30T16:23:09.767Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f23f5676-732a-4016-94ae-e94baf388eeb and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f23f5676-732a-4016-94ae-e94baf388eeb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ac010fc7-3e25-4274-9f16-c02e97e0d7ce/model-vers/model-ver/f0e4a713-4acb-4647-a141-08cad1702bd7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ac010fc7-3e25-4274-9f16-c02e97e0d7ce/model-vers/model-ver/f0e4a713-4acb-4647-a141-08cad1702bd7) (ec=ERR.5.4.6114)
2021-04-30T16:23:09.767Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-30T16:23:09.767Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:23:09.768Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:23:09.768Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799789767,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df23f5676-732a-4016-94ae-e94baf388eeb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ac010fc7-3e25-4274-9f16-c02e97e0d7ce/model-vers/model-ver/f0e4a713-4acb-4647-a141-08cad1702bd7 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ac010fc7-3e25-4274-9f16-c02e97e0d7ce/model-vers/model-ver/f0e4a713-4acb-4647-a141-08cad1702bd7) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:23:09.869Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:23:09.869Z||pool-165-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-30T16:23:09.869Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:23:09.881Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:23:09.882Z||pool-165-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-30T16:23:10.779Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:23:10.779Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"93dbd2fe-2d22-4e35-a807-93f65ca145ab","serviceName":"vFW 2021-04-30 16-18-18","serviceVersion":"1.0","serviceUUID":"7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f","serviceDescription":"catalog service description","serviceInvariantUUID":"994c35f2-edfe-43b3-9a84-c2ed48501556","resources":[{"resourceInstanceName":"vFW 0b590e82-9baa 0","resourceName":"vFW 0b590e82-9baa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"be4bb9ef-baa8-4e34-bea5-33f3900d3c1e","resourceInvariantUUID":"2142446a-1fd6-45ea-9fa7-45b63b3ab916","resourceCustomizationUUID":"a34f5d1a-7ffa-438b-981e-675d67d2f891","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vf-license-model.xml","artifactChecksum":"ZTRjZWFkMDBkMWQyZjc1OGNlZTIxNzZiNDY4ZWViYjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f61c867c-742a-47c0-a21d-18eef884915b","artifactVersion":"1"},{"artifactName":"vfw0b590e829baa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json","artifactChecksum":"MTcyMWE1ZTJkYTgxOWRiYmU5MDkxYzhkNmFkN2Y1YjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c2fd66d9-8974-4006-bc08-7d46507ef339","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"47efe594-1376-4b4f-85f8-cd8390bce71b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vendor-license-model.xml","artifactChecksum":"Mzk0MmI1YmRmZDIyZTJkY2MzNmQ4ZTU4YjQyZTNlNWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f99209c5-facb-4818-92ea-102b384a429b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2bb0d037-8fd9-4c3c-8038-fbf7e135ae90","artifactVersion":"2","generatedFromUUID":"47efe594-1376-4b4f-85f8-cd8390bce71b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210430161818-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-template.yml","artifactChecksum":"OTRlNTY5OWVmMjI1OWI2NGNjYjQ4YzEyNjNkNTBiZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ef71542b-049c-4775-b9d2-51eb47b9f5e2","artifactVersion":"1"},{"artifactName":"service-Vfw20210430161818-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar","artifactChecksum":"NGEwM2Y2NDhjYjQ4NjcyZmI4OWVmODIwNzJiODhiNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"506a162d-6f9b-4aea-abcf-8e003b5489ce","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T16:23:10.779Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:23:10.779Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:23:10.781Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:23:10.781Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:23:10.881Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:23:10.882Z||pool-166-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-30T16:23:10.882Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:23:10.891Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:23:10.892Z||pool-166-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:23:11.781Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:23:11.782Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:23:11.784Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:23:11.784Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:23:11.884Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T16:23:11.884Z||pool-167-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-30T16:23:11.884Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:23:11.893Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:23:11.893Z||pool-167-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:23:12.785Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:23:12.786Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:23:12.788Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:23:12.788Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:23:12.888Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:23:12.888Z||pool-168-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-30T16:23:12.889Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:23:12.898Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:23:12.898Z||pool-168-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:23:13.788Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:23:13.789Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:23:13.790Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:23:13.790Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:23:13.891Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:23:13.891Z||pool-169-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-30T16:23:13.891Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:23:13.902Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:23:13.902Z||pool-169-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:23:14.791Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:23:14.791Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:23:14.793Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:23:14.793Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-30T16:23:14.894Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-30T16:23:14.895Z||pool-170-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-30T16:23:14.895Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:23:14.905Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:23:14.905Z||pool-170-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:23:15.793Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:23:15.794Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:23:15.796Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:23:15.796Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:23:15.896Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:23:15.897Z||pool-171-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-30T16:23:15.897Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:23:15.906Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:23:15.906Z||pool-171-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:23:16.796Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:23:16.798Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:23:16.799Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:23:16.799Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:23:16.901Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-30T16:23:16.901Z||pool-172-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-30T16:23:16.901Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:23:16.910Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:23:16.910Z||pool-172-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:23:17.800Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "serviceName": "vFW 2021-04-30 16-18-18",
  "serviceVersion": "1.0",
  "serviceUUID": "7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "994c35f2-edfe-43b3-9a84-c2ed48501556",
  "resources": [
    {
      "resourceInstanceName": "vFW 0b590e82-9baa 0",
      "resourceCustomizationUUID": "a34f5d1a-7ffa-438b-981e-675d67d2f891",
      "resourceName": "vFW 0b590e82-9baa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "be4bb9ef-baa8-4e34-bea5-33f3900d3c1e",
      "resourceInvariantUUID": "2142446a-1fd6-45ea-9fa7-45b63b3ab916",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw0b590e829baa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json",
          "artifactChecksum": "MTcyMWE1ZTJkYTgxOWRiYmU5MDkxYzhkNmFkN2Y1YjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c2fd66d9-8974-4006-bc08-7d46507ef339",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "47efe594-1376-4b4f-85f8-cd8390bce71b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2bb0d037-8fd9-4c3c-8038-fbf7e135ae90",
            "generatedFromUUID": "47efe594-1376-4b4f-85f8-cd8390bce71b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2bb0d037-8fd9-4c3c-8038-fbf7e135ae90",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210430161818-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
      "artifactChecksum": "NGEwM2Y2NDhjYjQ4NjcyZmI4OWVmODIwNzJiODhiNTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "506a162d-6f9b-4aea-abcf-8e003b5489ce"
    }
  ],
  "workloadContext": "Production"
}
2021-04-30T16:23:17.801Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T16:23:17.801Z|f23f5676-732a-4016-94ae-e94baf388eeb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f ASDC
2021-04-30T16:23:17.801Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:93dbd2fe-2d22-4e35-a807-93f65ca145ab
ServiceName:vFW 2021-04-30 16-18-18
ServiceVersion:1.0
ServiceUUID:7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f
ServiceInvariantUUID:994c35f2-edfe-43b3-9a84-c2ed48501556
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210430161818-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar
ArtifactUUID:506a162d-6f9b-4aea-abcf-8e003b5489ce
ArtifactChecksum:NGEwM2Y2NDhjYjQ4NjcyZmI4OWVmODIwNzJiODhiNTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0b590e82-9baa 0
ResourceCustomizationUUID:a34f5d1a-7ffa-438b-981e-675d67d2f891
ResourceInvariantUUID:2142446a-1fd6-45ea-9fa7-45b63b3ab916
ResourceName:vFW 0b590e82-9baa
ResourceType:VF
ResourceUUID:be4bb9ef-baa8-4e34-bea5-33f3900d3c1e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0b590e829baa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json
ArtifactUUID:c2fd66d9-8974-4006-bc08-7d46507ef339
ArtifactChecksum:MTcyMWE1ZTJkYTgxOWRiYmU5MDkxYzhkNmFkN2Y1YjE=
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/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml
ArtifactUUID:47efe594-1376-4b4f-85f8-cd8390bce71b
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/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env
ArtifactUUID:2bb0d037-8fd9-4c3c-8038-fbf7e135ae90
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/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env
ArtifactUUID:2bb0d037-8fd9-4c3c-8038-fbf7e135ae90
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-30T16:23:17.801Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f 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-30T16:23:17.835Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:23:17.836Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:23:17.836Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:23:17.836Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 506a162d-6f9b-4aea-abcf-8e003b5489ce from URL: /sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar
2021-04-30T16:23:17.836Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:23:17.836Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar
2021-04-30T16:23:18.053Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:23:18.057Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar 506a162d-6f9b-4aea-abcf-8e003b5489ce 111146
2021-04-30T16:23:18.057Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar ASDC sendASDCNotification
2021-04-30T16:23:18.057Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar
2021-04-30T16:23:18.057Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:23:18.057Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:23:18.059Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:23:18.059Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799798057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:23:18.159Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:23:18.160Z||pool-173-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-30T16:23:18.160Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:23:18.169Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:23:18.169Z||pool-173-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:23:19.059Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:23:19.060Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-04-30T16:23:19.060Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 506a162d-6f9b-4aea-abcf-8e003b5489ce, URL: /sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar to file: /app/ASDC/1/service-Vfw20210430161818-csar.csar
2021-04-30T16:23:19.061Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210430161818-csar.csar
2021-04-30T16:23:19.061Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210430161818-csar.csar
2021-04-30T16:23:19.061Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210430161818-csar.csar
2021-04-30T16:23:19.235Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3325857966996475284/Definitions/service-Vfw20210430161818-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-04-30T16:23:20.906Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T16:23:20.906Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-30T16:23:20.906Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210430161818-csar.csar
2021-04-30T16:23:20.906Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-30T16:23:20.907Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||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-Vfw20210430161818-csar.csar
2021-04-30T16:23:20.907Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||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-Vfw20210430161818-csar.csar
2021-04-30T16:23:20.907Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||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-Vfw20210430161818-csar.csar
2021-04-30T16:23:20.907Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430161818-csar.csar
2021-04-30T16:23:20.907Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430161818-csar.csar
2021-04-30T16:23:20.907Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||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-Vfw20210430161818-csar.csar
2021-04-30T16:23:20.907Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0b590e82-9baa 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430161818-csar.csar
2021-04-30T16:23:20.907Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||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-Vfw20210430161818-csar.csar
2021-04-30T16:23:20.907Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||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-Vfw20210430161818-csar.csar
2021-04-30T16:23:20.907Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210430161818-csar.csar
2021-04-30T16:23:20.907Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||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-Vfw20210430161818-csar.csar
2021-04-30T16:23:20.907Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210430161818-csar.csar
2021-04-30T16:23:20.907Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0b590e82-9baa 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-Vfw20210430161818-csar.csar
2021-04-30T16:23:20.907Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||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-Vfw20210430161818-csar.csar
2021-04-30T16:23:20.907Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-04-30T16:23:20.907Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:20.907Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-18-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:23:20.907Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 0b590e82-9baa 0 is matching search criteria
2021-04-30T16:23:20.908Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-30T16:23:20.908Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0b590e82-9baa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:23:20.908Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:20.908Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-18-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:23:20.908Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 0b590e82-9baa 0 is matching search criteria
2021-04-30T16:23:20.908Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-30T16:23:20.908Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0b590e82-9baa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:23:20.908Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:20.908Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-18-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:23:20.908Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:20.909Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 0b590e82-9baa 0 is not matching search criteria
2021-04-30T16:23:20.909Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:23:20.909Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:23:20.909Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T16:23:20.909Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:23:20.909Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T16:23:20.909Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:23:20.909Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T16:23:20.909Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T16:23:20.909Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T16:23:20.909Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:23:20.909Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T16:23:20.909Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T16:23:20.909Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T16:23:20.910Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T16:23:20.910Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:23:20.910Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-30T16:23:20.910Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:20.910Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-18-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T16:23:20.910Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:20.910Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 0b590e82-9baa 0 is matching search criteria
2021-04-30T16:23:20.910Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0b590e82-9baa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:23:20.910Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:20.910Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 0b590e82-9baa 0 is matching search criteria
2021-04-30T16:23:20.910Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0b590e82-9baa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:23:20.911Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:20.911Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 0b590e82-9baa 0 is matching search criteria
2021-04-30T16:23:20.911Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0b590e82-9baa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:23:20.911Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:20.911Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 0b590e82-9baa 0 is not matching search criteria
2021-04-30T16:23:20.911Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:23:20.911Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:23:20.911Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-30T16:23:20.911Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T16:23:20.911Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T16:23:20.911Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:23:20.911Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T16:23:20.911Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T16:23:20.912Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T16:23:20.912Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T16:23:20.912Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:23:20.912Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3d1ae704-90b8-4d32-b48c-1d572fbbd9bd
2021-04-30T16:23:20.912Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:20.912Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 0b590e82-9baa 0 is not matching search criteria
2021-04-30T16:23:20.912Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:23:20.912Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:23:20.912Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T16:23:20.912Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:23:20.912Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T16:23:20.912Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:23:20.912Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T16:23:20.913Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-30T16:23:20.913Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T16:23:20.913Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T16:23:20.913Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T16:23:20.913Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:23:20.913Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b873376a-d7d8-4d14-9277-9e3ea9036795
2021-04-30T16:23:20.913Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:20.913Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 0b590e82-9baa 0 is not matching search criteria
2021-04-30T16:23:20.913Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:23:20.913Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:23:20.913Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T16:23:20.913Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:23:20.913Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T16:23:20.914Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:23:20.914Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T16:23:20.914Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T16:23:20.914Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T16:23:20.914Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:23:20.914Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T16:23:20.914Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-30T16:23:20.914Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c65f79b1-4267-4150-acc6-bba0c1c75d3f
2021-04-30T16:23:20.914Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:20.914Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-18-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:23:20.914Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:20.914Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-18-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:23:20.914Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:20.915Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-18-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:23:20.915Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:20.915Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-18-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:23:20.915Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-04-30 16-18-18
Description:catalog service description
Model UUID:7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f
Model Version:NULL
Model InvariantUuid:994c35f2-edfe-43b3-9a84-c2ed48501556
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 0b590e82-9baa
Model UUID:bb69ad45-745c-4e1c-bf74-6a3e918c75d8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2142446a-1fd6-45ea-9fa7-45b63b3ab916
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a34f5d1a-7ffa-438b-981e-675d67d2f891
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c343a122-cbb7-4022-8928-976ff6da39cd
ModelName:Vfw0b590e829baa..base_vfw..module-0
ModelUuid:198f4525-bd44-40e5-ab5b-dac5a48a16d0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3d1ae704-90b8-4d32-b48c-1d572fbbd9bd
ModelInvariantUuid:ffd7bddb-49c2-4477-b4c9-0aa020dcb43f
ModelName:vFW 0b590e82-9baa-nodes.vfwCvfc
ModelUuid:216344f5-ec49-46eb-8ed6-1b1f1199171a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8095967f-68b9-425d-a967-8a4c75a7f1ba
ModelInvariantUuid:1c814848-a0d7-44eb-8b6c-dd1de2365d7f
ModelName:Vfw0b590e829baa.compute.nodes.heat.vfw
ModelUuid:02f44ea3-bf19-4730-917d-237ed94e41f7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b873376a-d7d8-4d14-9277-9e3ea9036795
ModelInvariantUuid:b5933429-c51d-403d-97f2-b8fd327357ab
ModelName:vFW 0b590e82-9baa-nodes.vsnCvfc
ModelUuid:f38159b1-afef-4f29-bd79-0f5bab1f9f7d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:1e626b0c-7b88-4771-acd4-70aab2a79623
ModelInvariantUuid:17d2638c-db9b-4a77-9890-3c059ca0e89b
ModelName:Vfw0b590e829baa.compute.nodes.heat.vsn
ModelUuid:ab37ed92-9b97-4bc1-a615-c08d152f6f87
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c65f79b1-4267-4150-acc6-bba0c1c75d3f
ModelInvariantUuid:f8ccb918-109c-4c90-8e8d-dfddf7b6e236
ModelName:vFW 0b590e82-9baa-nodes.vpgCvfc
ModelUuid:e272fae9-8313-40a1-ac8f-b319b6c0a85a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1d9f7cee-07c4-488d-be27-b55703dba9dc
ModelInvariantUuid:d831ee4d-3bf8-4f8c-ab94-a7b6a466c54c
ModelName:Vfw0b590e829baa.compute.nodes.heat.vpg
ModelUuid:870a9b56-d7d1-4ae3-85cb-c886df3a483e
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-30T16:23:20.921Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: be4bb9ef-baa8-4e34-bea5-33f3900d3c1e
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-30T16:23:20.922Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||vFW 0b590e82-9baa 0
2021-04-30T16:23:20.923Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: be4bb9ef-baa8-4e34-bea5-33f3900d3c1e
2021-04-30T16:23:20.923Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c2fd66d9-8974-4006-bc08-7d46507ef339 from URL: /sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json
2021-04-30T16:23:20.923Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:23:20.923Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json
2021-04-30T16:23:21.140Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:23:21.140Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json c2fd66d9-8974-4006-bc08-7d46507ef339 785
2021-04-30T16:23:21.140Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json ASDC sendASDCNotification
2021-04-30T16:23:21.141Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json
2021-04-30T16:23:21.141Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:23:21.141Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:23:21.142Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:23:21.142Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799801140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:23:21.243Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T16:23:21.243Z||pool-174-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-30T16:23:21.243Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:23:21.251Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:23:21.251Z||pool-174-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:23:22.143Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0b590e829baa..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c343a122-cbb7-4022-8928-976ff6da39cd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "198f4525-bd44-40e5-ab5b-dac5a48a16d0",
    "vfModuleModelCustomizationUUID": "a1cddc2a-0770-4579-bb54-5e7f2409424c",
    "isBase": true,
    "artifacts": [
      "47efe594-1376-4b4f-85f8-cd8390bce71b",
      "2bb0d037-8fd9-4c3c-8038-fbf7e135ae90"
    ],
    "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-30T16:23:22.146Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0b590e829baa..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:198f4525-bd44-40e5-ab5b-dac5a48a16d0
VfModuleModelInvariantUUID:c343a122-cbb7-4022-8928-976ff6da39cd
VfModuleModelDescription:NULL
Artifacts UUID List:{
47efe594-1376-4b4f-85f8-cd8390bce71b
,
2bb0d037-8fd9-4c3c-8038-fbf7e135ae90

}
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-30T16:23:22.147Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0b590e829baa..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c343a122-cbb7-4022-8928-976ff6da39cd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "198f4525-bd44-40e5-ab5b-dac5a48a16d0",
    "vfModuleModelCustomizationUUID": "a1cddc2a-0770-4579-bb54-5e7f2409424c",
    "isBase": true,
    "artifacts": [
      "47efe594-1376-4b4f-85f8-cd8390bce71b",
      "2bb0d037-8fd9-4c3c-8038-fbf7e135ae90"
    ],
    "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-30T16:23:22.148Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0b590e829baa..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:198f4525-bd44-40e5-ab5b-dac5a48a16d0
VfModuleModelInvariantUUID:c343a122-cbb7-4022-8928-976ff6da39cd
VfModuleModelDescription:NULL
Artifacts UUID List:{
47efe594-1376-4b4f-85f8-cd8390bce71b
,
2bb0d037-8fd9-4c3c-8038-fbf7e135ae90

}
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-30T16:23:22.148Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 47efe594-1376-4b4f-85f8-cd8390bce71b from URL: /sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml
2021-04-30T16:23:22.148Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:23:22.148Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml
2021-04-30T16:23:22.715Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:23:22.716Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml 47efe594-1376-4b4f-85f8-cd8390bce71b 20368
2021-04-30T16:23:22.716Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-30T16:23:22.716Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml
2021-04-30T16:23:22.716Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:23:22.716Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:23:22.718Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:23:22.718Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799802716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:23:22.818Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:23:22.819Z||pool-175-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-30T16:23:22.819Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:23:22.827Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:23:22.827Z||pool-175-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-04-30T16:23:23.719Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2bb0d037-8fd9-4c3c-8038-fbf7e135ae90 from URL: /sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env
2021-04-30T16:23:23.719Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-04-30T16:23:23.720Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env
2021-04-30T16:23:24.332Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-30T16:23:24.333Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env 2bb0d037-8fd9-4c3c-8038-fbf7e135ae90 2098
2021-04-30T16:23:24.333Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-30T16:23:24.333Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env
2021-04-30T16:23:24.333Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:23:24.333Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:23:24.335Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:23:24.335Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799804333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:23:24.435Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:23:24.435Z||pool-176-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-30T16:23:24.435Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:23:24.443Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:23:24.444Z||pool-176-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:23:25.335Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f
2021-04-30T16:23:25.336Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0b590e82-9baa 0 be4bb9ef-baa8-4e34-bea5-33f3900d3c1e 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-30T16:23:25.352Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:25.352Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-18-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:23:25.352Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-04-30T16:23:25.352Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= a34f5d1a-7ffa-438b-981e-675d67d2f891
2021-04-30T16:23:25.352Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a34f5d1a-7ffa-438b-981e-675d67d2f891 matches Tosca VF Customization UUID: a34f5d1a-7ffa-438b-981e-675d67d2f891
2021-04-30T16:23:25.352Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: a34f5d1a-7ffa-438b-981e-675d67d2f891  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-30T16:23:25.354Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:25.355Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-18-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:23:25.355Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id a34f5d1a-7ffa-438b-981e-675d67d2f891: {\"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-30T16:23:25.355Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d57c793
2021-04-30T16:23:25.355Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:25.355Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-18-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T16:23:25.356Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a1cddc2a-0770-4579-bb54-5e7f2409424c
2021-04-30T16:23:25.356Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a1cddc2a-0770-4579-bb54-5e7f2409424c
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-30T16:23:25.358Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:25.358Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 0b590e82-9baa 0 is matching search criteria
2021-04-30T16:23:25.358Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0b590e82-9baa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:23:25.358Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:25.359Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 0b590e82-9baa 0 is matching search criteria
2021-04-30T16:23:25.359Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0b590e82-9baa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:23:25.359Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:25.359Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 0b590e82-9baa 0 is not matching search criteria
2021-04-30T16:23:25.359Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:23:25.359Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:23:25.360Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-30T16:23:25.360Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T16:23:25.360Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T16:23:25.360Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:23:25.360Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T16:23:25.360Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T16:23:25.360Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T16:23:25.361Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T16:23:25.361Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:23:25.361Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3d1ae704-90b8-4d32-b48c-1d572fbbd9bd
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-30T16:23:25.363Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:25.363Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 0b590e82-9baa 0 is matching search criteria
2021-04-30T16:23:25.363Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0b590e82-9baa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:23:25.363Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:25.363Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 0b590e82-9baa 0 is not matching search criteria
2021-04-30T16:23:25.363Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:23:25.363Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:23:25.364Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T16:23:25.364Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:23:25.364Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T16:23:25.364Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:23:25.364Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T16:23:25.364Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-30T16:23:25.364Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-30T16:23:25.364Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-30T16:23:25.364Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-30T16:23:25.365Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:23:25.365Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b873376a-d7d8-4d14-9277-9e3ea9036795
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-30T16:23:25.366Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:25.366Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 0b590e82-9baa 0 is matching search criteria
2021-04-30T16:23:25.367Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0b590e82-9baa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:23:25.367Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:25.367Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 0b590e82-9baa 0 is not matching search criteria
2021-04-30T16:23:25.367Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-30T16:23:25.367Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-30T16:23:25.367Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-30T16:23:25.367Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:23:25.367Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-30T16:23:25.368Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-30T16:23:25.368Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-30T16:23:25.368Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-30T16:23:25.368Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-30T16:23:25.368Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-30T16:23:25.368Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-30T16:23:25.368Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-30T16:23:25.368Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c65f79b1-4267-4150-acc6-bba0c1c75d3f
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-30T16:23:25.370Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:25.371Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 0b590e82-9baa 0 is matching search criteria
2021-04-30T16:23:25.371Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0b590e82-9baa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T16:23:25.371Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:25.371Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 0b590e82-9baa 0 is matching search criteria
2021-04-30T16:23:25.371Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0b590e82-9baa 0] matching following query criteria: sdcType=VF, customizationUUID=a34f5d1a-7ffa-438b-981e-675d67d2f891
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-30T16:23:25.372Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:25.373Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-18-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:23:25.373Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f: vFW 0b590e82-9baa
2021-04-30T16:23:25.373Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:25.373Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-18-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:23:25.373Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:25.373Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-18-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:23:25.373Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:25.374Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-18-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:23:25.374Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:25.374Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-18-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:23:25.374Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:23:25.374Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-04-30 16-18-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:23:25.374Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-04-30 16-18-18 
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-30T16:23:25.495Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0b590e82-9baa be4bb9ef-baa8-4e34-bea5-33f3900d3c1e 1 ASDC deployResourceStructure
2021-04-30T16:23:25.496Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json ASDC sendASDCNotification
2021-04-30T16:23:25.496Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json
2021-04-30T16:23:25.496Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:23:25.496Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:23:25.497Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:23:25.498Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799805495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:23:25.598Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T16:23:25.598Z||pool-177-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-30T16:23:25.598Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:23:25.607Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:23:25.607Z||pool-177-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:23:26.499Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-30T16:23:26.499Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml
2021-04-30T16:23:26.499Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:23:26.499Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:23:26.501Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:23:26.501Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799806498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T16:23:26.601Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:23:26.601Z||pool-178-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-30T16:23:26.602Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:23:26.623Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:23:26.623Z||pool-178-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:23:27.502Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-30T16:23:27.502Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env
2021-04-30T16:23:27.502Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:23:27.502Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:23:27.504Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:23:27.504Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799807502,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-30T16:23:27.604Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:23:27.605Z||pool-179-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-30T16:23:27.605Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:23:27.613Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:23:27.614Z||pool-179-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:23:28.505Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar ASDC sendASDCNotification
2021-04-30T16:23:28.505Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar
2021-04-30T16:23:28.505Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:23:28.505Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:23:28.508Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:23:28.508Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799808505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:23:28.608Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:23:28.608Z||pool-180-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-30T16:23:28.608Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:23:28.618Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:23:28.619Z||pool-180-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:23:29.509Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93dbd2fe-2d22-4e35-a807-93f65ca145ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:23:29.518Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93dbd2fe-2d22-4e35-a807-93f65ca145ab
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-30T16:23:29.521Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:23:29.521Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-30T16:23:29.521Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-30T16:23:29.521Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-30T16:23:29.521Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-04-30T16:23:29.521Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||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-30T16:23:29.526Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-30T16:23:48.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:23:48.788Z||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-30T16:23:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:23:48.808Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:23:48.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:23:48.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799649441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:23:48.809Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:23:48.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:23:48.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799650516,
  "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-30T16:23:48.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:23:48.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:23:48.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799651519,
  "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-30T16:23:48.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:23:48.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:23:48.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799652522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:23:48.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:23:48.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:23:48.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799653525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T16:23:48.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:23:48.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:23:48.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799654529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-30T16:23:48.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:23:48.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-04-30T16:23:48.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799655531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:23:48.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:23:59.527Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93dbd2fe-2d22-4e35-a807-93f65ca145ab 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-30T16:23:59.531Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93dbd2fe-2d22-4e35-a807-93f65ca145ab and serviceModelVersionId: 7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f
2021-04-30T16:23:59.531Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 994c35f2-edfe-43b3-9a84-c2ed48501556
2021-04-30T16:23:59.531Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/994c35f2-edfe-43b3-9a84-c2ed48501556/model-vers/model-ver/7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f?depth=0
2021-04-30T16:23:59.535Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-30T16:23:59.566Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/994c35f2-edfe-43b3-9a84-c2ed48501556/model-vers/model-ver/7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f?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-30T16:23:59.567Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/994c35f2-edfe-43b3-9a84-c2ed48501556/model-vers/model-ver/7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f?depth=0|INFO|500||Invoke
2021-04-30T16:23:59.581Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/994c35f2-edfe-43b3-9a84-c2ed48501556/model-vers/model-ver/7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-04-30T16:23:59.608Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/994c35f2-edfe-43b3-9a84-c2ed48501556/model-vers/model-ver/7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f?depth=0|INFO|404|Not Found|InvokeReturn
2021-04-30T16:23:59.608Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/994c35f2-edfe-43b3-9a84-c2ed48501556/model-vers/model-ver/7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210430-16:23:59:587-13644], Content-Length=[495], Date=[Fri, 30 Apr 2021 16:23:59 GMT], Content-Type=[application/json]}
2021-04-30T16:23:59.608Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/994c35f2-edfe-43b3-9a84-c2ed48501556/model-vers/model-ver/7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/994c35f2-edfe-43b3-9a84-c2ed48501556/model-vers/model-ver/7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f","ERR.5.4.6114"]}}}

2021-04-30T16:23:59.612Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=93dbd2fe-2d22-4e35-a807-93f65ca145ab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/994c35f2-edfe-43b3-9a84-c2ed48501556/model-vers/model-ver/7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/994c35f2-edfe-43b3-9a84-c2ed48501556/model-vers/model-ver/7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f) (ec=ERR.5.4.6114)
2021-04-30T16:23:59.612Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=93dbd2fe-2d22-4e35-a807-93f65ca145ab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/994c35f2-edfe-43b3-9a84-c2ed48501556/model-vers/model-ver/7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/994c35f2-edfe-43b3-9a84-c2ed48501556/model-vers/model-ver/7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-30T16:23:59.612Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=93dbd2fe-2d22-4e35-a807-93f65ca145ab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/994c35f2-edfe-43b3-9a84-c2ed48501556/model-vers/model-ver/7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/994c35f2-edfe-43b3-9a84-c2ed48501556/model-vers/model-ver/7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f) (ec=ERR.5.4.6114)
2021-04-30T16:23:59.612Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=93dbd2fe-2d22-4e35-a807-93f65ca145ab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/994c35f2-edfe-43b3-9a84-c2ed48501556/model-vers/model-ver/7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/994c35f2-edfe-43b3-9a84-c2ed48501556/model-vers/model-ver/7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f) (ec=ERR.5.4.6114)
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-30T16:23:59.617Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||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-30T16:23:59.617Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93dbd2fe-2d22-4e35-a807-93f65ca145ab and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=93dbd2fe-2d22-4e35-a807-93f65ca145ab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/994c35f2-edfe-43b3-9a84-c2ed48501556/model-vers/model-ver/7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/994c35f2-edfe-43b3-9a84-c2ed48501556/model-vers/model-ver/7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f) (ec=ERR.5.4.6114)
2021-04-30T16:23:59.617Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-30T16:23:59.617Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:23:59.619Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:23:59.619Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799839617,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d93dbd2fe-2d22-4e35-a807-93f65ca145ab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/994c35f2-edfe-43b3-9a84-c2ed48501556/model-vers/model-ver/7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/994c35f2-edfe-43b3-9a84-c2ed48501556/model-vers/model-ver/7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:23:59.719Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:23:59.720Z||pool-181-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-30T16:23:59.720Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:23:59.730Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:23:59.731Z||pool-181-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-30T16:24:00.630Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:24:00.631Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|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-30T16:24:00.631Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:24:10.846Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:24:10.847Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:24:10.848Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|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-30T16:24:10.848Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:24:20.384Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:24:20.385Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:24:20.385Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|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-30T16:24:20.385Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:24:29.920Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:24:29.920Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:24:29.921Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|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-30T16:24:29.921Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:24:39.461Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:24:39.463Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:24:39.464Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|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-30T16:24:39.464Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:24:48.788Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:24:48.788Z||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-30T16:24:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:24:48.808Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:24:48.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-30T16:24:48.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "273fa9bb-6473-467f-8432-a6495319df02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799746667,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d273fa9bb-6473-467f-8432-a6495319df02 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/26689b76-d676-42a2-a2e3-9b924cdaf0b0/model-vers/model-ver/47bba39b-8067-4a6d-bd91-af5a0195462c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/26689b76-d676-42a2-a2e3-9b924cdaf0b0/model-vers/model-ver/47bba39b-8067-4a6d-bd91-af5a0195462c) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:24:48.810Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:24:48.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-30T16:24:48.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:24:48.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:24:48.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-30T16:24:48.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:24:48.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:24:48.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-30T16:24:48.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:24:48.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:24:48.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-30T16:24:48.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:24:48.811Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:24:48.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-30T16:24:48.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:24:48.811Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:24:48.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-30T16:24:48.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/resourceInstances/pnfafbe295954fb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:24:48.811Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:24:48.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-30T16:24:48.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:24:48.811Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:24:48.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-30T16:24:48.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:24:48.811Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:24:48.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-30T16:24:48.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799756890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:24:48.811Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:24:48.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-30T16:24:48.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799758656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZtxf5pv7wz0afqabwjxb/1.0/artifacts/service-DemoPnfZtxf5pv7wz0afqabwjxb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:24:48.811Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:24:49.010Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:24:49.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:24:49.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T16:24:49.011Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:24:58.544Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:24:58.545Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:24:58.545Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T16:24:58.546Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:25:08.085Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:25:08.085Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:25:08.086Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T16:25:08.086Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:25:17.619Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:25:17.619Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:25:17.620Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T16:25:17.620Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:25:27.159Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:25:27.159Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:25:27.160Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T16:25:27.160Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:25:36.703Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:25:36.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:25:36.704Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T16:25:36.704Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:25:46.244Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:25:46.244Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:25:46.245Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T16:25:46.245Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:25:48.788Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:25:48.788Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|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-30T16:25:48.788Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:25:48.808Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:25:48.809Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:25:48.809Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f23f5676-732a-4016-94ae-e94baf388eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799789767,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df23f5676-732a-4016-94ae-e94baf388eeb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ac010fc7-3e25-4274-9f16-c02e97e0d7ce/model-vers/model-ver/f0e4a713-4acb-4647-a141-08cad1702bd7 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ac010fc7-3e25-4274-9f16-c02e97e0d7ce/model-vers/model-ver/f0e4a713-4acb-4647-a141-08cad1702bd7) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:25:48.810Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:25:48.810Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:25:48.810Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:25:48.810Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:25:48.810Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:25:48.811Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json",
  "status": "NOTIFIED"
}
2021-04-30T16:25:48.811Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:25:48.811Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:25:48.811Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:25:48.811Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:25:48.811Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:25:48.811Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:25:48.812Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:25:48.812Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:25:48.812Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-30T16:25:48.812Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:25:48.812Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:25:48.812Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:25:48.813Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:25:48.813Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:25:48.813Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799628743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:25:48.813Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:25:48.813Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:25:48.813Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799798057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:25:48.814Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:25:48.814Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:25:48.814Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799801140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:25:48.814Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:25:48.814Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:25:48.814Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799802716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:25:48.815Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:25:48.815Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:25:48.815Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799804333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:25:48.815Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:25:48.815Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:25:48.815Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799805495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/vfw0b590e829baa0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-30T16:25:48.815Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:25:48.816Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:25:48.816Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799806498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T16:25:48.816Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:25:48.816Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:25:48.816Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799807502,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/resourceInstances/vfw0b590e829baa0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-30T16:25:48.816Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:25:48.817Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-30T16:25:48.817Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799808505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210430161818/1.0/artifacts/service-Vfw20210430161818-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:25:48.817Z|93dbd2fe-2d22-4e35-a807-93f65ca145ab|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:25:55.780Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:25:55.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:25:55.781Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T16:25:55.781Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:26:05.318Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:26:48.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:26:48.786Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T16:26:48.786Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:26:48.787Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:26:48.788Z||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-30T16:26:48.788Z||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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:26:49.307Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:26:49.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-30T16:26:49.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93dbd2fe-2d22-4e35-a807-93f65ca145ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619799839617,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d93dbd2fe-2d22-4e35-a807-93f65ca145ab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/994c35f2-edfe-43b3-9a84-c2ed48501556/model-vers/model-ver/7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/994c35f2-edfe-43b3-9a84-c2ed48501556/model-vers/model-ver/7d0d2ab4-238c-4c26-bcf9-5cab8189cf5f) (ec\u003dERR.5.4.6114)"
}
2021-04-30T16:26:49.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:26:58.329Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:27:48.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:27:48.786Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T16:27:48.786Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:27:48.787Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:27:48.788Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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-30T16:27:48.788Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:27:49.283Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:27:49.284Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.284Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "clamp",
  "timestamp": 1619800040252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.285Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.285Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.285Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "dcae-sch",
  "timestamp": 1619800040164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.285Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.285Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.285Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619800047432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.285Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.285Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.285Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "policy-id",
  "timestamp": 1619800045138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.285Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.285Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.285Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619800039159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.286Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.286Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.286Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "clamp",
  "timestamp": 1619800040252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.286Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.286Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.286Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "dcae-sch",
  "timestamp": 1619800040164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.286Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.286Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.286Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619800047432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.286Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.287Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.287Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "policy-id",
  "timestamp": 1619800045138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.287Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.287Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.287Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619800039159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.287Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.287Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.287Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "clamp",
  "timestamp": 1619800040252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.287Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.287Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.287Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "dcae-sch",
  "timestamp": 1619800040164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.287Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.287Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.287Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619800047432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.287Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.287Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.288Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "policy-id",
  "timestamp": 1619800045138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.288Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.288Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.288Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619800039159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.288Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.288Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.288Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "clamp",
  "timestamp": 1619800040252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.288Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.288Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.288Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "dcae-sch",
  "timestamp": 1619800040164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.288Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.288Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.288Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619800047432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.288Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.288Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.288Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619800039159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.289Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.289Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.289Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "policy-id",
  "timestamp": 1619800045138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.289Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.289Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.289Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "clamp",
  "timestamp": 1619800040252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.289Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.289Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.289Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "dcae-sch",
  "timestamp": 1619800040164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.289Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.289Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.289Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619800047432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.289Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.289Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.289Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "policy-id",
  "timestamp": 1619800045138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.289Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.290Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.290Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619800039159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.290Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.290Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.290Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619800052060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.290Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.290Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.290Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "dcae-sch",
  "timestamp": 1619800040164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.290Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.290Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.290Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "clamp",
  "timestamp": 1619800040252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.290Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.290Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.290Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619800047432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.290Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.290Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.290Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "policy-id",
  "timestamp": 1619800045138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.290Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.290Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.291Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619800039159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-04-30T16:27:49.291Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.291Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.291Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "cds",
  "timestamp": 1619800052988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.291Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.291Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.291Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619800052060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.291Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.291Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.291Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619800053323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.291Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.291Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.291Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "dcae-sch",
  "timestamp": 1619800040164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.291Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.291Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.291Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "clamp",
  "timestamp": 1619800040252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.291Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.291Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.291Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619800047432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.291Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.292Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.292Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "policy-id",
  "timestamp": 1619800045138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.293Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.293Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.293Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619800039159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.293Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.293Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.293Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "cds",
  "timestamp": 1619800052988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.293Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.293Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.293Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619800052060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.293Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.293Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.293Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619800053323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.293Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.294Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.294Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "dcae-sch",
  "timestamp": 1619800040164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.294Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.294Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.294Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "clamp",
  "timestamp": 1619800040252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:27:49.294Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.294Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.294Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619800047432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:27:49.294Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.295Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.295Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "policy-id",
  "timestamp": 1619800045138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:27:49.295Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.295Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.295Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619800039159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.295Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.295Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.295Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "cds",
  "timestamp": 1619800052988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.295Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.295Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.296Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619800052060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.296Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.296Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.296Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619800053323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.296Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.296Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.296Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "cds",
  "timestamp": 1619800052988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.296Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.296Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.296Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619800056679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:27:49.297Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:27:49.297Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.297Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619800052060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.297Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.297Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.297Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "policy-id",
  "timestamp": 1619800056689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:27:49.297Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:27:49.297Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.297Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619800056258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.298Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.298Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.298Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619800053323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.298Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.298Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.298Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "cds",
  "timestamp": 1619800052988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.298Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.298Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.298Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619800057692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-04-30T16:27:49.299Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:27:49.299Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.299Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619800052060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.299Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.299Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.299Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "policy-id",
  "timestamp": 1619800057693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:27:49.299Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:27:49.299Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.299Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619800056258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.300Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.300Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.300Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619800053323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.300Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.300Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.300Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "cds",
  "timestamp": 1619800052988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.300Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.300Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.300Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619800058694,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:27:49.317Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d4861014-ddf5-415a-90ce-0a13a3aa1089
2021-04-30T16:27:49.317Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4861014-ddf5-415a-90ce-0a13a3aa1089 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-30T16:27:49.324Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.324Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619800052060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.324Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.325Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.325Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "policy-id",
  "timestamp": 1619800058696,
  "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-30T16:27:49.329Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4861014-ddf5-415a-90ce-0a13a3aa1089
2021-04-30T16:27:49.329Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4861014-ddf5-415a-90ce-0a13a3aa1089 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-30T16:27:49.336Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.336Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619800056258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.336Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.336Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.336Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619800053323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.336Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.336Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.337Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "cds",
  "timestamp": 1619800052988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.337Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.337Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.337Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619800052060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:27:49.337Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.337Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.337Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619800056258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.337Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.337Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.337Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619800053323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.337Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.337Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.337Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "clamp",
  "timestamp": 1619800060189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:27:49.337Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:27:49.337Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.337Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "cds",
  "timestamp": 1619800052988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:27:49.337Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.337Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.337Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619800056258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.338Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.338Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.338Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619800053323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:27:49.338Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.338Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.338Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "clamp",
  "timestamp": 1619800061207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:27:49.338Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:27:49.338Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.338Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "cds",
  "timestamp": 1619800061737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:27:49.338Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:27:49.338Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.338Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619800056258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.338Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.338Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.338Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619800062142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:27:49.338Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:27:49.338Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.338Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "clamp",
  "timestamp": 1619800062211,
  "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-30T16:27:49.342Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d4861014-ddf5-415a-90ce-0a13a3aa1089
2021-04-30T16:27:49.342Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4861014-ddf5-415a-90ce-0a13a3aa1089 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-30T16:27:49.347Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.347Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "cds",
  "timestamp": 1619800062742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-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-30T16:27:49.351Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d4861014-ddf5-415a-90ce-0a13a3aa1089
2021-04-30T16:27:49.351Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4861014-ddf5-415a-90ce-0a13a3aa1089 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-30T16:27:49.357Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.357Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619800056258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.357Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.357Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.357Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619800063843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:27:49.358Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T16:27:49.358Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.358Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619800056258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:27:49.358Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.358Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.358Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619800064846,
  "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-30T16:27:49.362Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d4861014-ddf5-415a-90ce-0a13a3aa1089
2021-04-30T16:27:49.362Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4861014-ddf5-415a-90ce-0a13a3aa1089 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-30T16:27:49.368Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.368Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "aai-ml",
  "timestamp": 1619800064533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.368Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.368Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.368Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "aai-ml",
  "timestamp": 1619800064533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.368Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.368Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.368Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "aai-ml",
  "timestamp": 1619800064533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.368Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.368Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.368Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "aai-ml",
  "timestamp": 1619800064533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.368Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-30T16:27:49.409Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:27:49.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-30T16:27:49.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d4861014-ddf5-415a-90ce-0a13a3aa1089","serviceName":"Demo_pNF_OhdDy14s2lLb4eiyg9PR","serviceVersion":"1.0","serviceUUID":"b2499254-2635-4180-bbf8-62df41da9c16","serviceDescription":"catalog service description","serviceInvariantUUID":"1719e05d-33d1-4d2e-bbe3-754e49905a22","resources":[{"resourceInstanceName":"pNF c88d895a-2a6d 0","resourceName":"pNF c88d895a-2a6d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6c26821f-dae5-47be-9444-49da2d06f278","resourceInvariantUUID":"e2bdd238-079f-475a-9c7b-16f4f6b0ad34","resourceCustomizationUUID":"00ddcbf4-866d-4f1d-8cc7-fb88c2b78076","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vf-license-model.xml","artifactChecksum":"ZDU1Y2RlMDhmMTJhM2QyYmI4ODYyMjRiZmNmZGM0Yjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce8f7bfa-27c7-4428-821e-edbc2a3d8d62","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/pNF.csar","artifactChecksum":"MjUxMWQ3ODJhN2Y5ZTM3YjhlYTc1N2U0ZjUyNmVmYTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85c4fbae-1b02-467f-94a3-5ba28cea9eed","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb7a5388-9a0d-4cff-9c9e-c37856524c62","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vendor-license-model.xml","artifactChecksum":"Mzc0MWNlYWQxMDI0NTg3ZDk1ODU2MzcxMzE3OWFjOGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7878070c-3e4c-4176-860d-5509729740ab","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a11b81ed-7765-447c-b477-123829a85133","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"972f0039-7bb3-4d91-a72c-db8fd4cc3a53","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOhddy14s2llb4eiyg9pr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-template.yml","artifactChecksum":"ZTc4ZGY4YThhNmMyYTdiYmEyNjA2YmU0ZmEzNTFlYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"036a3959-3ee6-4c16-859b-a6d708d52294","artifactVersion":"1"},{"artifactName":"service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar","artifactChecksum":"MzI3MGYyNGEyZjQ3OWMyNDgxZWVhOWFmM2M0NzkzOWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7152dba5-4582-480b-b778-b3e6745ed0e5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T16:27:49.411Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:27:49.412Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:27:49.414Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:27:49.414Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619800068786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:49.514Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:27:49.515Z||pool-182-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-30T16:27:49.515Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:27:49.525Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:27:49.525Z||pool-182-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:27:50.414Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:27:50.415Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:27:50.416Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:27:50.417Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619800068786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:50.517Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:27:50.517Z||pool-183-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-30T16:27:50.517Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:27:50.529Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:27:50.529Z||pool-183-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:27:51.417Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:27:51.418Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:27:51.419Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:27:51.419Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619800068786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:51.519Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:27:51.520Z||pool-184-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-30T16:27:51.520Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:27:51.529Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:27:51.529Z||pool-184-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:27:52.419Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:27:52.420Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:27:52.422Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:27:52.422Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619800068786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:52.522Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:27:52.523Z||pool-185-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-30T16:27:52.523Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:27:52.531Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:27:52.532Z||pool-185-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:27:53.422Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:27:53.423Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:27:53.425Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:27:53.425Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619800068786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:53.525Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:27:53.526Z||pool-186-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-30T16:27:53.526Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:27:53.535Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:27:53.535Z||pool-186-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:27:54.425Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:27:54.426Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:27:54.428Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:27:54.428Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619800068786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:54.528Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:27:54.528Z||pool-187-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-30T16:27:54.529Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:27:54.538Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:27:54.538Z||pool-187-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:27:55.428Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:27:55.429Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:27:55.430Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:27:55.430Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619800068786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:27:55.531Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-30T16:27:55.531Z||pool-188-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-30T16:27:55.531Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:27:55.541Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:27:55.541Z||pool-188-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:27:56.431Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T16:27:56.432Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:27:56.433Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:27:56.434Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619800068786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-30T16:27:56.534Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:27:56.534Z||pool-189-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-30T16:27:56.534Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:27:56.543Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:27:56.543Z||pool-189-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:27:57.434Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "serviceName": "Demo_pNF_OhdDy14s2lLb4eiyg9PR",
  "serviceVersion": "1.0",
  "serviceUUID": "b2499254-2635-4180-bbf8-62df41da9c16",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1719e05d-33d1-4d2e-bbe3-754e49905a22",
  "resources": [
    {
      "resourceInstanceName": "pNF c88d895a-2a6d 0",
      "resourceCustomizationUUID": "00ddcbf4-866d-4f1d-8cc7-fb88c2b78076",
      "resourceName": "pNF c88d895a-2a6d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6c26821f-dae5-47be-9444-49da2d06f278",
      "resourceInvariantUUID": "e2bdd238-079f-475a-9c7b-16f4f6b0ad34",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar",
      "artifactChecksum": "MzI3MGYyNGEyZjQ3OWMyNDgxZWVhOWFmM2M0NzkzOWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7152dba5-4582-480b-b778-b3e6745ed0e5"
    }
  ],
  "workloadContext": "Production"
}
2021-04-30T16:27:57.435Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T16:27:57.435Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b2499254-2635-4180-bbf8-62df41da9c16 ASDC
2021-04-30T16:27:57.435Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:d4861014-ddf5-415a-90ce-0a13a3aa1089
ServiceName:Demo_pNF_OhdDy14s2lLb4eiyg9PR
ServiceVersion:1.0
ServiceUUID:b2499254-2635-4180-bbf8-62df41da9c16
ServiceInvariantUUID:1719e05d-33d1-4d2e-bbe3-754e49905a22
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar
ArtifactUUID:7152dba5-4582-480b-b778-b3e6745ed0e5
ArtifactChecksum:MzI3MGYyNGEyZjQ3OWMyNDgxZWVhOWFmM2M0NzkzOWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c88d895a-2a6d 0
ResourceCustomizationUUID:00ddcbf4-866d-4f1d-8cc7-fb88c2b78076
ResourceInvariantUUID:e2bdd238-079f-475a-9c7b-16f4f6b0ad34
ResourceName:pNF c88d895a-2a6d
ResourceType:PNF
ResourceUUID:6c26821f-dae5-47be-9444-49da2d06f278
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-30T16:27:57.435Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b2499254-2635-4180-bbf8-62df41da9c16 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-30T16:27:57.453Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:27:57.454Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-04-30T16:27:57.454Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-04-30T16:27:57.454Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7152dba5-4582-480b-b778-b3e6745ed0e5 from URL: /sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar
2021-04-30T16:27:57.454Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-04-30T16:27:57.455Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar
2021-04-30T16:27:57.609Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-04-30T16:27:57.612Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar 7152dba5-4582-480b-b778-b3e6745ed0e5 83892
2021-04-30T16:27:57.612Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar ASDC sendASDCNotification
2021-04-30T16:27:57.612Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar
2021-04-30T16:27:57.612Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T16:27:57.612Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:27:57.614Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:27:57.614Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619800077612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-30T16:27:57.714Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:27:57.714Z||pool-190-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-30T16:27:57.715Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:27:57.723Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:27:57.724Z||pool-190-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:27:58.615Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T16:27:58.616Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-04-30T16:27:58.617Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7152dba5-4582-480b-b778-b3e6745ed0e5, URL: /sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar to file: /app/ASDC/1/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar
2021-04-30T16:27:58.617Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar
2021-04-30T16:27:58.618Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar
2021-04-30T16:27:58.618Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar
2021-04-30T16:27:58.707Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10050747493862831833/Definitions/service-DemoPnfOhddy14s2llb4eiyg9pr-template.yml
2021-04-30T16:27:59.317Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T16:27:59.318Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-04-30T16:27:59.318Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar
2021-04-30T16:27:59.318Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-30T16:27:59.318Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c88d895a-2a6d 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar
2021-04-30T16:27:59.318Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c88d895a-2a6d 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-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar
2021-04-30T16:27:59.318Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar
2021-04-30T16:27:59.318Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar
2021-04-30T16:27:59.318Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar
2021-04-30T16:27:59.318Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar
2021-04-30T16:27:59.318Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar
2021-04-30T16:27:59.318Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar
2021-04-30T16:27:59.318Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-04-30T16:27:59.318Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:27:59.319Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_OhdDy14s2lLb4eiyg9PR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:27:59.319Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Node template pNF c88d895a-2a6d 0 is matching search criteria
2021-04-30T16:27:59.319Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-04-30T16:27:59.319Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF c88d895a-2a6d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:27:59.319Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:27:59.320Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_OhdDy14s2lLb4eiyg9PR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:27:59.320Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Node template pNF c88d895a-2a6d 0 is matching search criteria
2021-04-30T16:27:59.320Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-04-30T16:27:59.320Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF c88d895a-2a6d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T16:27:59.320Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:27:59.320Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_OhdDy14s2lLb4eiyg9PR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:27:59.320Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:27:59.320Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_OhdDy14s2lLb4eiyg9PR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:27:59.320Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:27:59.320Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_OhdDy14s2lLb4eiyg9PR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:27:59.320Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:27:59.320Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_OhdDy14s2lLb4eiyg9PR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:27:59.320Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:27:59.321Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_OhdDy14s2lLb4eiyg9PR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:27:59.321Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_OhdDy14s2lLb4eiyg9PR
Description:catalog service description
Model UUID:b2499254-2635-4180-bbf8-62df41da9c16
Model Version:NULL
Model InvariantUuid:1719e05d-33d1-4d2e-bbe3-754e49905a22
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-30T16:27:59.326Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6c26821f-dae5-47be-9444-49da2d06f278
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-30T16:27:59.329Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||pNF c88d895a-2a6d 0
2021-04-30T16:27:59.329Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6c26821f-dae5-47be-9444-49da2d06f278
2021-04-30T16:27:59.329Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||No resources found for Service: b2499254-2635-4180-bbf8-62df41da9c16
2021-04-30T16:27:59.329Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b2499254-2635-4180-bbf8-62df41da9c16
2021-04-30T16:27:59.329Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c88d895a-2a6d 0 6c26821f-dae5-47be-9444-49da2d06f278 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-30T16:27:59.332Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:27:59.332Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_OhdDy14s2lLb4eiyg9PR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:27:59.332Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b2499254-2635-4180-bbf8-62df41da9c16: pNF c88d895a-2a6d
2021-04-30T16:27:59.332Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||Processing PNF resource: 6c26821f-dae5-47be-9444-49da2d06f278
2021-04-30T16:27:59.332Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-30T16:27:59.332Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_OhdDy14s2lLb4eiyg9PR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T16:27:59.333Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||Resource customization UUID: 00ddcbf4-866d-4f1d-8cc7-fb88c2b78076 is the same as notified resource customizationUUID: 00ddcbf4-866d-4f1d-8cc7-fb88c2b78076
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-30T16:27:59.355Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c88d895a-2a6d 6c26821f-dae5-47be-9444-49da2d06f278 0 ASDC deployResourceStructure
2021-04-30T16:27:59.355Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar ASDC sendASDCNotification
2021-04-30T16:27:59.355Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar
2021-04-30T16:27:59.355Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-30T16:27:59.355Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-04-30T16:27:59.357Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T16:27:59.357Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619800079355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/artifacts/service-DemoPnfOhddy14s2llb4eiyg9pr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-30T16:27:59.457Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T16:27:59.458Z||pool-191-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-30T16:27:59.458Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0pdM6adDFjZ80ifE) ...
2021-04-30T16:27:59.464Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:27:59.465Z||pool-191-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-30T16:28:00.358Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4861014-ddf5-415a-90ce-0a13a3aa1089
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:28:00.365Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4861014-ddf5-415a-90ce-0a13a3aa1089
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-30T16:28:00.367Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:28:00.367Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T16:28:00.367Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T16:28:30.367Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4861014-ddf5-415a-90ce-0a13a3aa1089
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-30T16:28:30.375Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4861014-ddf5-415a-90ce-0a13a3aa1089
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-30T16:28:30.377Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-30T16:28:30.377Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-30T16:28:30.377Z|d4861014-ddf5-415a-90ce-0a13a3aa1089|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-30T16:28:48.788Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T16:28:48.788Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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-30T16:28:48.788Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|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 0pdM6adDFjZ80ifE) ...
2021-04-30T16:28:48.807Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-30T16:28:48.807Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-30T16:28:48.807Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4861014-ddf5-415a-90ce-0a13a3aa1089",
  "consumerID": "aai-ml",
  "timestamp": 1619800064533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOhddy14s2llb4eiyg9pr/1.0/resourceInstances/pnfc88d895a2a6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-30T16:28:48.807Z|5838b8e5-dec3-4d06-8e9f-a9de96f5990e|pool-2-thread-3|||||INFO|500||Missing status on Status Object.