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-29T20:43:56.580Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-vvhwg with PID 14 (/app/app.jar started by so in /app)
2021-04-29T20:43:56.636Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-29T20:43:56.637Z||main|||||INFO|500||The following profiles are active: basic
2021-04-29T20:44:02.979Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-29T20:44:02.980Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-29T20:44:03.074Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-29T20:44:04.611Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-29T20:44:04.774Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-29T20:44:05.119Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-29T20:44:05.133Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-29T20:44:05.213Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-29T20:44:05.316Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-29T20:44:05.653Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-29T20:44:06.372Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-29T20:44:08.476Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-29T20:44:08.519Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-29T20:44:08.859Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-29T20:44:09.051Z||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-29T20:44:10.076Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-29T20:44:10.966Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-04-29T20:44:10.984Z||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$$967a592.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-29T20:44:10.985Z||main|||||WARN|500||The sdc end point is not alive
2021-04-29T20:44:13.121Z||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-29T20:44:15.324Z||main|||||WARN|500||---
2021-04-29T20:44:15.324Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-29T20:44:15.324Z||main|||||WARN|500||---
2021-04-29T20:44:15.691Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-29T20:44:18.755Z||main|||||INFO|500||Started Application in 24.148 seconds (JVM running for 25.197)
2021-04-29T20:44:18.756Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:44:18.757Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:44:18.769Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:44:18.801Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:44:18.872Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f0776163-1dd7-49a7-b25f-8297ebfc02ef url= /sdc/v1/artifactTypes
2021-04-29T20:44:18.873Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:44:19.976Z||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.44.23] 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-29T20:44:19.981Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@283c46c0
2021-04-29T20:44:19.981Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:44:19.990Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:44:19.992Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:44:19.994Z||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-29T20:45:08.749Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:45:08.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:45:08.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:45:08.752Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:45:08.756Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5186310e-72ce-4e3f-a438-7307128de284 url= /sdc/v1/artifactTypes
2021-04-29T20:45:08.756Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:45:09.797Z||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.44.23] 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-29T20:45:09.798Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ffd7cc7
2021-04-29T20:45:09.798Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:45:09.798Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:45:09.799Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:45:09.799Z||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-29T20:45:58.749Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:45:58.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:45:58.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:45:58.752Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:45:58.757Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d4acf54f-7133-44e1-9dd3-0db43f7e4757 url= /sdc/v1/artifactTypes
2021-04-29T20:45:58.757Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:45:59.781Z||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.44.23] 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-29T20:45:59.781Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5cfd05f7
2021-04-29T20:45:59.781Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:45:59.782Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:45:59.782Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:45:59.782Z||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-29T20:46:48.749Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:46:48.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:46:48.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:46:48.752Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:46:48.756Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2682289e-46a3-4f3f-b418-f135fe9341ec url= /sdc/v1/artifactTypes
2021-04-29T20:46:48.757Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:46:49.797Z||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.44.23] 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-29T20:46:49.797Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@745528f9
2021-04-29T20:46:49.797Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:46:49.797Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:46:49.798Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:46:49.798Z||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-29T20:47:38.749Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:47:38.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:47:38.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:47:38.753Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:47:38.757Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 178d2288-4a8c-4282-9dbe-63fb6d028285 url= /sdc/v1/artifactTypes
2021-04-29T20:47:38.757Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:47:39.784Z||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.44.23] 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-29T20:47:39.785Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a32d64b
2021-04-29T20:47:39.785Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:47:39.785Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:47:39.785Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:47:39.786Z||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-29T20:48:28.749Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:48:28.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:48:28.750Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:48:28.757Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:48:28.763Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= af5e9dd7-f564-4532-bd2c-5a03d769befa url= /sdc/v1/artifactTypes
2021-04-29T20:48:28.763Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:48:29.802Z||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.44.23] 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-29T20:48:29.803Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@40b2dc1c
2021-04-29T20:48:29.803Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:48:29.803Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:48:29.803Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:48:29.803Z||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-29T20:49:18.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:49:18.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:49:18.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:49:18.751Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:49:18.764Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3f7a49bb-d7b9-451c-b663-89fcb2371cc6 url= /sdc/v1/artifactTypes
2021-04-29T20:49:18.764Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:49:19.786Z||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.44.23] 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-29T20:49:19.786Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2bc4e07d
2021-04-29T20:49:19.787Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:49:19.787Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:49:19.787Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:49:19.788Z||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-29T20:50:08.749Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:50:08.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:50:08.750Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:50:08.756Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:50:08.761Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cad6a07b-c9af-4bbe-9c83-23dbf8e4ce7e url= /sdc/v1/artifactTypes
2021-04-29T20:50:08.762Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:50:09.801Z||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.44.23] 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-29T20:50:09.802Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e12c652
2021-04-29T20:50:09.802Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:50:09.802Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:50:09.802Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:50:09.803Z||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-29T20:50:58.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:50:58.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:50:58.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:50:58.753Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:50:58.760Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7a560fbf-d9eb-41a4-bc8a-e570d778c437 url= /sdc/v1/artifactTypes
2021-04-29T20:50:58.760Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:50:59.781Z||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.44.23] 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-29T20:50:59.782Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@227e61e5
2021-04-29T20:50:59.782Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:50:59.782Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:50:59.782Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:50:59.783Z||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-29T20:51:48.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:51:48.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:51:48.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:51:48.753Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:51:48.760Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 016f7b70-baf3-42bf-ab01-85560a00b809 url= /sdc/v1/artifactTypes
2021-04-29T20:51:48.760Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:51:49.797Z||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.44.23] 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-29T20:51:49.798Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@64673531
2021-04-29T20:51:49.798Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:51:49.799Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:51:49.799Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:51:49.799Z||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-29T20:52:38.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:52:38.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:52:38.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:52:38.751Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:52:38.756Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 82379dc3-164a-4575-a24f-257081e49121 url= /sdc/v1/artifactTypes
2021-04-29T20:52:38.756Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:52:39.780Z||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.44.23] 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-29T20:52:39.781Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d926670
2021-04-29T20:52:39.781Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:52:39.781Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:52:39.781Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:52:39.782Z||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-29T20:53:28.749Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:53:28.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:53:28.750Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:53:28.752Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:53:28.756Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b9d237a4-3afb-4631-8a0a-82d711e276c8 url= /sdc/v1/artifactTypes
2021-04-29T20:53:28.756Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:53:29.765Z||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.44.23] 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-29T20:53:29.765Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@64815070
2021-04-29T20:53:29.766Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:53:29.766Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:53:29.766Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:53:29.766Z||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-29T20:54:16.317Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-29T20:54:16.518Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@56936c3b ((conn=2006) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-29T20:54:18.749Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:54:18.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:54:18.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:54:18.753Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:54:18.758Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1d49962b-e4e2-464f-9359-fed275320714 url= /sdc/v1/artifactTypes
2021-04-29T20:54:18.759Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:54:19.781Z||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.44.23] 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-29T20:54:19.781Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@64aabd0
2021-04-29T20:54:19.782Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:54:19.782Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:54:19.782Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:54:19.782Z||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-29T20:55:08.749Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:55:08.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:55:08.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:55:08.752Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:55:08.757Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c1bd588b-28ef-490b-a9dc-50468f604a46 url= /sdc/v1/artifactTypes
2021-04-29T20:55:08.758Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:55:09.801Z||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.44.23] 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-29T20:55:09.801Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b675d7d
2021-04-29T20:55:09.802Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:55:09.802Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:55:09.802Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:55:09.802Z||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-29T20:55:58.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:55:58.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:55:58.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:55:58.751Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:55:58.756Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 52b609d0-faf9-4ccd-9696-c8584dcc8d43 url= /sdc/v1/artifactTypes
2021-04-29T20:55:58.756Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:55:59.783Z||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.44.23] 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-29T20:55:59.784Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@63b82c89
2021-04-29T20:55:59.784Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:55:59.785Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:55:59.785Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:55:59.785Z||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-29T20:56:48.750Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:56:48.751Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:56:48.751Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:56:48.754Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:56:48.759Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 135311ae-e2c2-4c65-af91-1676fdba16c9 url= /sdc/v1/artifactTypes
2021-04-29T20:56:48.760Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:56:49.797Z||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.44.23] 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-29T20:56:49.797Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@76ddf886
2021-04-29T20:56:49.797Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:56:49.798Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:56:49.798Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:56:49.798Z||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-29T20:57:38.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:57:38.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:57:38.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:57:38.751Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:57:38.757Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b8511c12-16e9-468c-b36b-86e4d9654e36 url= /sdc/v1/artifactTypes
2021-04-29T20:57:38.758Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:57:39.782Z||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.44.23] 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.GeneratedMethodAccessor130.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-29T20:57:39.782Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2cf592bf
2021-04-29T20:57:39.783Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T20:57:39.783Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T20:57:39.783Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T20:57:39.784Z||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.GeneratedMethodAccessor130.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-29T20:58:28.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:58:28.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:58:28.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:58:28.751Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:58:28.755Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 68fb0975-7e36-4d20-a69b-1f075aa48486 url= /sdc/v1/artifactTypes
2021-04-29T20:58:28.755Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:58:28.932Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-29T20:58:28.940Z||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-29T20:58:28.958Z||scheduling-1|||||DEBUG|500||create keys
2021-04-29T20:58:28.966Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-29T20:58:29.988Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-29T20:58:29.992Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)]
2021-04-29T20:58:29.992Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
2021-04-29T20:58:29.992Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor130.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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
	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-29T20:59:18.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T20:59:18.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T20:59:18.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T20:59:18.752Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T20:59:18.756Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= db09d59f-4286-46ce-8f9f-1870893ab1b9 url= /sdc/v1/artifactTypes
2021-04-29T20:59:18.757Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T20:59:18.810Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-29T20:59:18.811Z||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-29T20:59:18.811Z||scheduling-1|||||DEBUG|500||create keys
2021-04-29T20:59:18.811Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-29T20:59:18.812Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-29T20:59:19.845Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-29T20:59:19.845Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)]
2021-04-29T20:59:19.845Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
2021-04-29T20:59:19.846Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor130.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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
	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-29T21:00:08.749Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T21:00:08.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T21:00:08.750Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T21:00:08.754Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T21:00:08.761Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4da57969-f3e7-4c7e-b4b3-b47b34258470 url= /sdc/v1/artifactTypes
2021-04-29T21:00:08.761Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T21:00:08.893Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-29T21:00:08.895Z||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-29T21:00:08.895Z||scheduling-1|||||DEBUG|500||create keys
2021-04-29T21:00:08.895Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-29T21:00:08.895Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-29T21:00:09.925Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-29T21:00:09.925Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)]
2021-04-29T21:00:09.926Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
2021-04-29T21:00:09.926Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor130.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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
	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-29T21:00:58.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T21:00:58.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T21:00:58.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T21:00:58.752Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T21:00:58.757Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 93a66c91-41a8-42d9-9933-b0491977c06a url= /sdc/v1/artifactTypes
2021-04-29T21:00:58.757Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T21:00:58.808Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-29T21:00:58.810Z||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-29T21:00:58.810Z||scheduling-1|||||DEBUG|500||create keys
2021-04-29T21:00:58.811Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-29T21:00:58.811Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-29T21:00:59.845Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-29T21:00:59.845Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)]
2021-04-29T21:00:59.845Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
2021-04-29T21:00:59.845Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor130.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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
	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-29T21:01:48.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T21:01:48.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T21:01:48.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T21:01:48.753Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T21:01:48.759Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 815c2a80-b21f-42a4-83db-227efd12d155 url= /sdc/v1/artifactTypes
2021-04-29T21:01:48.759Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T21:01:48.805Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-29T21:01:48.806Z||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-29T21:01:48.806Z||scheduling-1|||||DEBUG|500||create keys
2021-04-29T21:01:48.807Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-29T21:01:48.807Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-29T21:01:49.829Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-29T21:01:49.830Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)]
2021-04-29T21:01:49.830Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
2021-04-29T21:01:49.830Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor130.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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
	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-29T21:02:38.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T21:02:38.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T21:02:38.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T21:02:38.752Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T21:02:38.756Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a13d33ba-9a8f-4c35-a29a-d89e47504723 url= /sdc/v1/artifactTypes
2021-04-29T21:02:38.757Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T21:02:38.804Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-29T21:02:38.805Z||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-29T21:02:38.805Z||scheduling-1|||||DEBUG|500||create keys
2021-04-29T21:02:38.805Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-29T21:02:38.806Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-29T21:02:39.845Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-29T21:02:39.845Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)]
2021-04-29T21:02:39.845Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
2021-04-29T21:02:39.845Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor130.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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.15.30] failed: Connection refused (Connection refused)
	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-29T21:03:28.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T21:03:28.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T21:03:28.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T21:03:28.753Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T21:03:28.758Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= be9ff48b-cda8-4bf6-828c-8d28baef787f url= /sdc/v1/artifactTypes
2021-04-29T21:03:28.758Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T21:03:28.808Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-29T21:03:28.809Z||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-29T21:03:28.809Z||scheduling-1|||||DEBUG|500||create keys
2021-04-29T21:03:28.810Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-29T21:03:28.810Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-29T21:03:28.845Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:03:28.866Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1da61e0f-b37e-456d-afe0-1efea77639a9 url= /sdc/v1/registerForDistribution
2021-04-29T21:03:28.884Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3390f6df
2021-04-29T21:03:28.885Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-04-29T21:03:28.885Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-04-29T21:03:28.894Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/x7cLLScelJgelnv3 will send credentials over a clear channel.
2021-04-29T21:03:28.894Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/x7cLLScelJgelnv3 (as x7cLLScelJgelnv3) ...
2021-04-29T21:03:28.918Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:03:28.919Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T21:03:28.920Z||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.GeneratedMethodAccessor130.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-29T21:04:18.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T21:04:18.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T21:04:18.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T21:04:18.752Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T21:04:18.756Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0165f377-e209-4add-955b-117b4182d1b9 url= /sdc/v1/artifactTypes
2021-04-29T21:04:18.756Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T21:04:18.799Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-29T21:04:18.800Z||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-29T21:04:18.800Z||scheduling-1|||||DEBUG|500||create keys
2021-04-29T21:04:18.801Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-04-29T21:04:18.801Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as x7cLLScelJgelnv3) ...
2021-04-29T21:04:18.835Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:04:18.838Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a0cd0133-9dcb-4aa3-88b5-22cb661703b2 url= /sdc/v1/registerForDistribution
2021-04-29T21:04:18.940Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a0cd0133-9dcb-4aa3-88b5-22cb661703b2 url= /sdc/v1/registerForDistribution
2021-04-29T21:04:18.940Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-29T21:04:18.951Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:04:18.952Z||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-29T21:04:18.952Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:04:18.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:04:18.955Z||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-29T21:04:18.955Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:04:18.959Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-29T21:04:29.205Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:04:29.262Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:05:18.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:05:18.951Z||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-29T21:05:18.951Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:05:18.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:05:18.954Z||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-29T21:05:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:05:28.513Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:05:28.513Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:06:18.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:06:18.951Z||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-29T21:06:18.951Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:06:18.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:06:18.955Z||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-29T21:06:18.955Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:06:28.514Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:06:28.515Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:07:18.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:07:18.952Z||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-29T21:07:18.952Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:07:18.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:07:18.954Z||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-29T21:07:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:07:28.514Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:07:28.516Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:08:18.951Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:08:18.951Z||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-29T21:08:18.952Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:08:18.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:08:18.955Z||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-29T21:08:18.955Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:08:28.504Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:08:28.504Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:09:18.951Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:09:18.954Z||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-29T21:09:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:09:18.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:09:18.955Z||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-29T21:09:18.955Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:09:28.506Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:09:28.506Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:10:18.951Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:10:18.952Z||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-29T21:10:18.953Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:10:18.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:10:18.956Z||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-29T21:10:18.956Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:10:28.501Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:10:28.507Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:11:18.951Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:11:18.952Z||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-29T21:11:18.952Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:11:18.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:11:18.955Z||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-29T21:11:18.955Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:11:28.504Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:11:28.505Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:12:18.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:12:18.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:12:18.952Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:12:18.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:12:18.954Z||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-29T21:12:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:12:28.498Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:12:28.499Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:13:18.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:13:18.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:13:18.952Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:13:18.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:13:18.954Z||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-29T21:13:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:13:28.505Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:13:28.506Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:14:18.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:14:18.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:14:18.952Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:14:18.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:14:18.954Z||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-29T21:14:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:14:28.501Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:14:28.503Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:15:18.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:15:18.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:15:18.951Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:15:18.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:15:18.954Z||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-29T21:15:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:15:28.499Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:15:28.500Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:16:18.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:16:18.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:16:18.951Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:16:18.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:16:18.954Z||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-29T21:16:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:16:28.500Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:16:28.501Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:17:18.950Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:17:18.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:17:18.951Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:17:18.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:17:18.954Z||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-29T21:17:18.955Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:17:28.499Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:17:28.502Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:18:18.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:18:18.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:18:18.951Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:18.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:18:18.954Z||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-29T21:18:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:19.584Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:18:19.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"034c4d5c-5df2-464d-bc04-983f032a0840","serviceName":"vFW 2021-04-29 21-15-44","serviceVersion":"1.0","serviceUUID":"4deae2c9-d8ad-4951-a572-403be5544f1e","serviceDescription":"catalog service description","serviceInvariantUUID":"59b147dd-2950-4a3c-ba98-f8ab84920ee2","resources":[{"resourceInstanceName":"vFW 7f3cd537-3e34 0","resourceName":"vFW 7f3cd537-3e34","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"479814a4-f024-48c6-8947-0719c05978c2","resourceInvariantUUID":"722bb2a4-cc7d-4849-a6dd-c799e5ce86c4","resourceCustomizationUUID":"20a60ed8-307a-4ac6-aeeb-4bdd07f3158c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml","artifactChecksum":"MzAwN2I3M2JhZjkzZjMzMDY2NTY3Y2RlYzhkNjljNmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2a88db6-0033-49c5-83c4-a81dbe73c7f5","artifactVersion":"1"},{"artifactName":"vfw7f3cd5373e340_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json","artifactChecksum":"YjU5NTA3M2YzMzZkODdjMmM0ZDVmNDI4YzMxMWU2OGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"04752b7d-4088-4774-b2cc-4226d1599c38","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e22239e3-9860-4e48-a041-11e8e53095f1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml","artifactChecksum":"MTQ0ZDQ4ZTQxNzkxMDNjZDdjMTI0ZGI0MjRhMDdmMmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7eda5487-2f47-4a60-b63c-d211354e5e43","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3f932845-b800-462d-9622-9dded25b6e6c","artifactVersion":"2","generatedFromUUID":"e22239e3-9860-4e48-a041-11e8e53095f1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210429211544-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml","artifactChecksum":"NDRlYWEyYjYzNTMzZjQxZmFmOWZiMTE2YTlhMDc1ZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9816938d-f5a6-43c6-9f0e-068ef0fb6515","artifactVersion":"1"},{"artifactName":"service-Vfw20210429211544-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar","artifactChecksum":"YTZjZDE0YWNkNDk2ZDA5MTk4ZDVmZjJmNjYyZmVmZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cf1ae5d0-0635-4eb5-90b3-b69b6b37ab3a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-29T21:18:19.593Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:18:19.596Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:18:19.601Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:19.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731070816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.617Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:19.617Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731098950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731069011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731075193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731068012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "aai-ml",
  "timestamp": 1619731073778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731070816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:18:19.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731069011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731075193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:18:19.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731068012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "aai-ml",
  "timestamp": 1619731073778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "policy-id",
  "timestamp": 1619731078558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731070816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:18:19.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731069011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731075193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:18:19.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731068012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731079142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "aai-ml",
  "timestamp": 1619731073778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "policy-id",
  "timestamp": 1619731078558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731070816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731075193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731069011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731068012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731079142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:18:19.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "aai-ml",
  "timestamp": 1619731073778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "policy-id",
  "timestamp": 1619731078558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:18:19.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731070816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-29T21:18:19.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731075193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-29T21:18:19.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731069011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731068012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731079142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:18:19.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "aai-ml",
  "timestamp": 1619731073778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "policy-id",
  "timestamp": 1619731078558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731070816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731075193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731069011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731068012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "clamp",
  "timestamp": 1619731082137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731079142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "aai-ml",
  "timestamp": 1619731073778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "policy-id",
  "timestamp": 1619731078558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731070816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:18:19.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731075193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:18:19.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731069011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731068012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:18:19.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731079142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-29T21:18:19.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "clamp",
  "timestamp": 1619731082137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:18:19.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "aai-ml",
  "timestamp": 1619731073778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:18:19.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "policy-id",
  "timestamp": 1619731078558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731079142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "clamp",
  "timestamp": 1619731082137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "policy-id",
  "timestamp": 1619731078558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:18:19.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731085298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731085297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731085330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "aai-ml",
  "timestamp": 1619731085580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.644Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731079142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:18:19.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "clamp",
  "timestamp": 1619731082137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "dcae-sch",
  "timestamp": 1619731085421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "policy-id",
  "timestamp": 1619731086526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.645Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731086616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.646Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731086619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.646Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "clamp",
  "timestamp": 1619731082137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "dcae-sch",
  "timestamp": 1619731085421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731087333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.647Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "policy-id",
  "timestamp": 1619731087533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:18:19.647Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "clamp",
  "timestamp": 1619731082137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "dcae-sch",
  "timestamp": 1619731085421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "policy-id",
  "timestamp": 1619731088536,
  "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-29T21:18:19.717Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-04-29T21:18:19.722Z||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-29T21:18:19.722Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:19.734Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:18:19.735Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:18:19.832Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 034c4d5c-5df2-464d-bc04-983f032a0840
2021-04-29T21:18:19.860Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 034c4d5c-5df2-464d-bc04-983f032a0840 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-29T21:18:19.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "clamp",
  "timestamp": 1619731082137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:18:19.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731088875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731088993,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "dcae-sch",
  "timestamp": 1619731085421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731089623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.886Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731089882,
  "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-29T21:18:19.902Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 034c4d5c-5df2-464d-bc04-983f032a0840
2021-04-29T21:18:19.902Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 034c4d5c-5df2-464d-bc04-983f032a0840 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-29T21:18:19.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731089998,
  "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-29T21:18:19.919Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 034c4d5c-5df2-464d-bc04-983f032a0840
2021-04-29T21:18:19.920Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 034c4d5c-5df2-464d-bc04-983f032a0840 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-29T21:18:19.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "dcae-sch",
  "timestamp": 1619731085421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731090886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:18:19.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731091001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:18:19.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "dcae-sch",
  "timestamp": 1619731085421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731091648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:18:19.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731091839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:18:19.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:19.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "dcae-sch",
  "timestamp": 1619731085421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:19.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:18:19.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731092652,
  "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-29T21:18:19.934Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 034c4d5c-5df2-464d-bc04-983f032a0840
2021-04-29T21:18:19.934Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 034c4d5c-5df2-464d-bc04-983f032a0840 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-29T21:18:19.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731093107,
  "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-29T21:18:19.947Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 034c4d5c-5df2-464d-bc04-983f032a0840
2021-04-29T21:18:19.947Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 034c4d5c-5df2-464d-bc04-983f032a0840 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-29T21:18:19.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T21:18:19.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731094110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:18:19.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:18:20.623Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:18:20.623Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:20.624Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:20.624Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731098950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:18:20.725Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:18:20.725Z||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-29T21:18:20.726Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:20.741Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:18:20.741Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:18:21.625Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:18:21.625Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:21.627Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:21.631Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731098950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:18:21.727Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-04-29T21:18:21.728Z||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-29T21:18:21.728Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:21.738Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:18:21.739Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-29T21:18:22.631Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:18:22.633Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:22.636Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:22.636Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731098950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:22.736Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:18:22.737Z||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-29T21:18:22.737Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:22.750Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:18:22.750Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:18:23.637Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:18:23.637Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:23.640Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:23.640Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731098950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-29T21:18:23.740Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-29T21:18:23.740Z||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-29T21:18:23.740Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:23.752Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:18:23.752Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:18:24.640Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:18:24.642Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:24.645Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:24.645Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731098950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:18:24.745Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:18:24.746Z||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-29T21:18:24.746Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:24.759Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:18:24.760Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-29T21:18:25.645Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:18:25.646Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:25.648Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:25.649Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731098950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:18:25.749Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:18:25.750Z||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-29T21:18:25.750Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:25.764Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:18:25.765Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:18:26.650Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "serviceName": "vFW 2021-04-29 21-15-44",
  "serviceVersion": "1.0",
  "serviceUUID": "4deae2c9-d8ad-4951-a572-403be5544f1e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "59b147dd-2950-4a3c-ba98-f8ab84920ee2",
  "resources": [
    {
      "resourceInstanceName": "vFW 7f3cd537-3e34 0",
      "resourceCustomizationUUID": "20a60ed8-307a-4ac6-aeeb-4bdd07f3158c",
      "resourceName": "vFW 7f3cd537-3e34",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "479814a4-f024-48c6-8947-0719c05978c2",
      "resourceInvariantUUID": "722bb2a4-cc7d-4849-a6dd-c799e5ce86c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7f3cd5373e340_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
          "artifactChecksum": "YjU5NTA3M2YzMzZkODdjMmM0ZDVmNDI4YzMxMWU2OGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "04752b7d-4088-4774-b2cc-4226d1599c38",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e22239e3-9860-4e48-a041-11e8e53095f1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3f932845-b800-462d-9622-9dded25b6e6c",
            "generatedFromUUID": "e22239e3-9860-4e48-a041-11e8e53095f1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3f932845-b800-462d-9622-9dded25b6e6c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210429211544-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
      "artifactChecksum": "YTZjZDE0YWNkNDk2ZDA5MTk4ZDVmZjJmNjYyZmVmZGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cf1ae5d0-0635-4eb5-90b3-b69b6b37ab3a"
    }
  ],
  "workloadContext": "Production"
}
2021-04-29T21:18:26.651Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-29T21:18:26.651Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4deae2c9-d8ad-4951-a572-403be5544f1e ASDC
2021-04-29T21:18:26.740Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:034c4d5c-5df2-464d-bc04-983f032a0840
ServiceName:vFW 2021-04-29 21-15-44
ServiceVersion:1.0
ServiceUUID:4deae2c9-d8ad-4951-a572-403be5544f1e
ServiceInvariantUUID:59b147dd-2950-4a3c-ba98-f8ab84920ee2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210429211544-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar
ArtifactUUID:cf1ae5d0-0635-4eb5-90b3-b69b6b37ab3a
ArtifactChecksum:YTZjZDE0YWNkNDk2ZDA5MTk4ZDVmZjJmNjYyZmVmZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7f3cd537-3e34 0
ResourceCustomizationUUID:20a60ed8-307a-4ac6-aeeb-4bdd07f3158c
ResourceInvariantUUID:722bb2a4-cc7d-4849-a6dd-c799e5ce86c4
ResourceName:vFW 7f3cd537-3e34
ResourceType:VF
ResourceUUID:479814a4-f024-48c6-8947-0719c05978c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7f3cd5373e340_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json
ArtifactUUID:04752b7d-4088-4774-b2cc-4226d1599c38
ArtifactChecksum:YjU5NTA3M2YzMzZkODdjMmM0ZDVmNDI4YzMxMWU2OGE=
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/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml
ArtifactUUID:e22239e3-9860-4e48-a041-11e8e53095f1
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/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env
ArtifactUUID:3f932845-b800-462d-9622-9dded25b6e6c
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/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env
ArtifactUUID:3f932845-b800-462d-9622-9dded25b6e6c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-29T21:18:26.740Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4deae2c9-d8ad-4951-a572-403be5544f1e 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-29T21:18:26.791Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T21:18:26.792Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:18:26.793Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:18:26.793Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cf1ae5d0-0635-4eb5-90b3-b69b6b37ab3a from URL: /sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:26.793Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:18:26.794Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:27.173Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:18:27.184Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar cf1ae5d0-0635-4eb5-90b3-b69b6b37ab3a 110257
2021-04-29T21:18:27.184Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar ASDC sendASDCNotification
2021-04-29T21:18:27.185Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:27.185Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:18:27.186Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:27.188Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:27.188Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731107184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:18:27.288Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:18:27.289Z||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-29T21:18:27.289Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:27.304Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:18:27.304Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-29T21:18:28.189Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T21:18:28.190Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:18:28.190Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: cf1ae5d0-0635-4eb5-90b3-b69b6b37ab3a, URL: /sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar to file: /app/ASDC/1/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:28.190Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210429211544-csar.csar
2021-04-29T21:18:28.418Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:28.418Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:28.986Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18305649355820310734/Definitions/service-Vfw20210429211544-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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_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-29T21:18:31.411Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-29T21:18:31.415Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-04-29T21:18:31.416Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.416Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-29T21:18:31.416Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7f3cd537-3e34 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.416Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||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-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.416Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||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-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.416Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||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-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.416Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.416Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.416Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||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-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.417Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||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-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.417Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||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-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.417Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.417Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||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-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.417Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7f3cd537-3e34 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-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.417Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.417Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||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-Vfw20210429211544-csar.csar
2021-04-29T21:18:31.417Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-04-29T21:18:31.425Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:31.431Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:31.435Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is matching search criteria
2021-04-29T21:18:31.435Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-29T21:18:31.436Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7f3cd537-3e34 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T21:18:31.438Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:31.438Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:31.438Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is matching search criteria
2021-04-29T21:18:31.438Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-29T21:18:31.438Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7f3cd537-3e34 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T21:18:31.439Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:31.439Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:31.442Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:31.442Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is not matching search criteria
2021-04-29T21:18:31.442Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T21:18:31.442Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T21:18:31.442Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-29T21:18:31.443Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.443Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:31.443Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.443Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-29T21:18:31.443Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-29T21:18:31.443Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-29T21:18:31.443Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.443Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:31.444Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-29T21:18:31.444Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:31.444Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-29T21:18:31.444Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.444Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-29T21:18:31.444Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:31.444Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T21:18:31.446Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:31.446Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is matching search criteria
2021-04-29T21:18:31.446Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7f3cd537-3e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:18:31.446Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:31.446Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is matching search criteria
2021-04-29T21:18:31.447Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7f3cd537-3e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:18:31.447Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:31.447Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is matching search criteria
2021-04-29T21:18:31.447Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7f3cd537-3e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:18:31.447Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:31.447Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is not matching search criteria
2021-04-29T21:18:31.447Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T21:18:31.448Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T21:18:31.448Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-29T21:18:31.448Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-29T21:18:31.448Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-29T21:18:31.448Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.448Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:31.448Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-29T21:18:31.448Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:31.449Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-29T21:18:31.449Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.449Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=04cdb95a-5d5d-46ab-a840-70c0b643a3c4
2021-04-29T21:18:31.449Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:31.449Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is not matching search criteria
2021-04-29T21:18:31.449Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T21:18:31.449Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T21:18:31.449Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-29T21:18:31.450Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.450Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:31.450Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.450Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-29T21:18:31.450Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-29T21:18:31.450Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-29T21:18:31.450Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:31.450Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-29T21:18:31.450Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.451Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=60787e90-c87c-4f53-9f35-bd61edbe017f
2021-04-29T21:18:31.451Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:31.451Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is not matching search criteria
2021-04-29T21:18:31.451Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T21:18:31.451Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T21:18:31.451Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-29T21:18:31.451Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.452Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:31.452Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.452Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-29T21:18:31.452Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-29T21:18:31.452Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-29T21:18:31.452Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-29T21:18:31.452Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:31.452Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-29T21:18:31.452Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dab73ec4-58f1-4170-9ed0-85a929a3002c
2021-04-29T21:18:31.453Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:31.453Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:31.453Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:31.453Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:31.453Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:31.453Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:31.453Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:31.453Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:31.453Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-04-29 21-15-44
Description:catalog service description
Model UUID:4deae2c9-d8ad-4951-a572-403be5544f1e
Model Version:NULL
Model InvariantUuid:59b147dd-2950-4a3c-ba98-f8ab84920ee2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7f3cd537-3e34
Model UUID:26bb75cd-77e9-4e77-9ed8-c67e9e9d4327
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:722bb2a4-cc7d-4849-a6dd-c799e5ce86c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:20a60ed8-307a-4ac6-aeeb-4bdd07f3158c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7023c7f9-bed1-4460-9063-eb58fffe93ab
ModelName:Vfw7f3cd5373e34..base_vfw..module-0
ModelUuid:24f836e6-1470-4bfc-a1bc-08e0c343bfe6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:04cdb95a-5d5d-46ab-a840-70c0b643a3c4
ModelInvariantUuid:f0ca2174-446e-432d-b2e1-cf93e3215bc1
ModelName:vFW 7f3cd537-3e34-nodes.vfwCvfc
ModelUuid:b8af48c0-b308-4661-88ba-a19662ed5143
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:68032fd9-9f2b-4e95-8f9c-fe1babf4655a
ModelInvariantUuid:7e82e5e4-4d5a-48d2-bfbc-d1e83598006a
ModelName:Vfw7f3cd5373e34.compute.nodes.heat.vfw
ModelUuid:29bce9ca-e92b-4a53-afed-dd9efe36d3fd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:60787e90-c87c-4f53-9f35-bd61edbe017f
ModelInvariantUuid:babab7f0-68d3-4d5b-b3bc-d7fdf1bacd06
ModelName:vFW 7f3cd537-3e34-nodes.vsnCvfc
ModelUuid:1aeae943-fe41-47c9-89f3-ea5166e9cd09
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:62dc423d-81ba-4fc4-baca-bd3ce6efbfee
ModelInvariantUuid:f61b4c0c-25d5-4ccb-a6e7-994c9bcd4096
ModelName:Vfw7f3cd5373e34.compute.nodes.heat.vsn
ModelUuid:8442510d-1855-463b-9726-b5810c84b652
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dab73ec4-58f1-4170-9ed0-85a929a3002c
ModelInvariantUuid:4c5a9663-a823-4839-86e0-bfecf94b4bd1
ModelName:vFW 7f3cd537-3e34-nodes.vpgCvfc
ModelUuid:862f6df4-b140-471b-a0b7-b1618b2c2a44
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ce8bcab5-28f2-4616-a25e-f70c5aeb53f8
ModelInvariantUuid:f9c39015-ee4c-4955-a94c-fa89b53aef80
ModelName:Vfw7f3cd5373e34.compute.nodes.heat.vpg
ModelUuid:b483a34d-24a4-44a1-8404-5a6c35ba176f
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-29T21:18:31.467Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 479814a4-f024-48c6-8947-0719c05978c2
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-29T21:18:31.560Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||vFW 7f3cd537-3e34 0
2021-04-29T21:18:31.565Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 479814a4-f024-48c6-8947-0719c05978c2
2021-04-29T21:18:31.565Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 04752b7d-4088-4774-b2cc-4226d1599c38 from URL: /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json
2021-04-29T21:18:31.565Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:18:31.565Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json
2021-04-29T21:18:32.075Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:18:32.075Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json 04752b7d-4088-4774-b2cc-4226d1599c38 785
2021-04-29T21:18:32.075Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json ASDC sendASDCNotification
2021-04-29T21:18:32.076Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json
2021-04-29T21:18:32.076Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:18:32.076Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:32.079Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:32.079Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731112075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:18:32.179Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:18:32.180Z||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-29T21:18:32.180Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:32.194Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:18:32.194Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-29T21:18:33.080Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7f3cd5373e34..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7023c7f9-bed1-4460-9063-eb58fffe93ab",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "24f836e6-1470-4bfc-a1bc-08e0c343bfe6",
    "vfModuleModelCustomizationUUID": "0b82c80c-9b98-4dd6-b5b3-d8a292b8d382",
    "isBase": true,
    "artifacts": [
      "e22239e3-9860-4e48-a041-11e8e53095f1",
      "3f932845-b800-462d-9622-9dded25b6e6c"
    ],
    "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-29T21:18:33.099Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7f3cd5373e34..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:24f836e6-1470-4bfc-a1bc-08e0c343bfe6
VfModuleModelInvariantUUID:7023c7f9-bed1-4460-9063-eb58fffe93ab
VfModuleModelDescription:NULL
Artifacts UUID List:{
e22239e3-9860-4e48-a041-11e8e53095f1
,
3f932845-b800-462d-9622-9dded25b6e6c

}
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-29T21:18:33.101Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7f3cd5373e34..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7023c7f9-bed1-4460-9063-eb58fffe93ab",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "24f836e6-1470-4bfc-a1bc-08e0c343bfe6",
    "vfModuleModelCustomizationUUID": "0b82c80c-9b98-4dd6-b5b3-d8a292b8d382",
    "isBase": true,
    "artifacts": [
      "e22239e3-9860-4e48-a041-11e8e53095f1",
      "3f932845-b800-462d-9622-9dded25b6e6c"
    ],
    "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-29T21:18:33.102Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7f3cd5373e34..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:24f836e6-1470-4bfc-a1bc-08e0c343bfe6
VfModuleModelInvariantUUID:7023c7f9-bed1-4460-9063-eb58fffe93ab
VfModuleModelDescription:NULL
Artifacts UUID List:{
e22239e3-9860-4e48-a041-11e8e53095f1
,
3f932845-b800-462d-9622-9dded25b6e6c

}
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-29T21:18:33.102Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e22239e3-9860-4e48-a041-11e8e53095f1 from URL: /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml
2021-04-29T21:18:33.102Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:18:33.102Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml
2021-04-29T21:18:33.672Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:18:33.673Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml e22239e3-9860-4e48-a041-11e8e53095f1 20368
2021-04-29T21:18:33.673Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-29T21:18:33.673Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml
2021-04-29T21:18:33.673Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:18:33.673Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:33.675Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:33.675Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731113673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:18:33.776Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T21:18:33.778Z||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-29T21:18:33.779Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:33.794Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:18:33.794Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:18:34.675Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3f932845-b800-462d-9622-9dded25b6e6c from URL: /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env
2021-04-29T21:18:34.676Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:18:34.676Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env
2021-04-29T21:18:34.912Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:18:34.912Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env 3f932845-b800-462d-9622-9dded25b6e6c 2098
2021-04-29T21:18:34.912Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-29T21:18:34.912Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env
2021-04-29T21:18:34.913Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:18:34.913Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:34.915Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:34.915Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731114912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:18:35.015Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:18:35.015Z||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-29T21:18:35.016Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:35.029Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:18:35.029Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:18:35.916Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 4deae2c9-d8ad-4951-a572-403be5544f1e
2021-04-29T21:18:35.916Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7f3cd537-3e34 0 479814a4-f024-48c6-8947-0719c05978c2 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-29T21:18:35.959Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:35.959Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:35.960Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-04-29T21:18:35.960Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 20a60ed8-307a-4ac6-aeeb-4bdd07f3158c
2021-04-29T21:18:35.960Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 20a60ed8-307a-4ac6-aeeb-4bdd07f3158c matches Tosca VF Customization UUID: 20a60ed8-307a-4ac6-aeeb-4bdd07f3158c
2021-04-29T21:18:35.960Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 20a60ed8-307a-4ac6-aeeb-4bdd07f3158c  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-29T21:18:35.970Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:35.970Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:35.971Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 20a60ed8-307a-4ac6-aeeb-4bdd07f3158c: {\"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-29T21:18:35.972Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d7629e0
2021-04-29T21:18:35.972Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:35.972Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T21:18:35.972Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0b82c80c-9b98-4dd6-b5b3-d8a292b8d382
2021-04-29T21:18:35.973Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0b82c80c-9b98-4dd6-b5b3-d8a292b8d382
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-29T21:18:35.982Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:35.983Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is matching search criteria
2021-04-29T21:18:35.983Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7f3cd537-3e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:18:35.983Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:35.983Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is matching search criteria
2021-04-29T21:18:35.983Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7f3cd537-3e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is not matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T21:18:35.984Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=04cdb95a-5d5d-46ab-a840-70c0b643a3c4
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-29T21:18:35.995Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:35.995Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is matching search criteria
2021-04-29T21:18:35.995Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7f3cd537-3e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:18:35.996Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:35.996Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is not matching search criteria
2021-04-29T21:18:35.996Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T21:18:35.996Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T21:18:35.996Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-29T21:18:35.996Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-29T21:18:35.997Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:35.997Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T21:18:35.997Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-29T21:18:35.997Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-29T21:18:35.997Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-29T21:18:35.997Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:35.997Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-29T21:18:35.997Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T21:18:35.998Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=60787e90-c87c-4f53-9f35-bd61edbe017f
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-29T21:18:36.000Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:36.000Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is matching search criteria
2021-04-29T21:18:36.000Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7f3cd537-3e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:18:36.002Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:36.002Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is not matching search criteria
2021-04-29T21:18:36.002Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T21:18:36.002Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T21:18:36.002Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-29T21:18:36.002Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-29T21:18:36.003Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:36.003Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T21:18:36.003Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-29T21:18:36.003Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-29T21:18:36.003Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-29T21:18:36.003Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-29T21:18:36.003Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-29T21:18:36.003Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-29T21:18:36.003Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dab73ec4-58f1-4170-9ed0-85a929a3002c
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-29T21:18:36.005Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:36.006Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is matching search criteria
2021-04-29T21:18:36.006Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7f3cd537-3e34 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:18:36.006Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:36.006Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Node template vFW 7f3cd537-3e34 0 is matching search criteria
2021-04-29T21:18:36.006Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7f3cd537-3e34 0] matching following query criteria: sdcType=VF, customizationUUID=20a60ed8-307a-4ac6-aeeb-4bdd07f3158c
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-29T21:18:36.008Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:36.008Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:36.008Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 4deae2c9-d8ad-4951-a572-403be5544f1e: vFW 7f3cd537-3e34
2021-04-29T21:18:36.009Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:36.009Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:36.009Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:36.009Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:36.009Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:36.009Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:36.009Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:36.009Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:36.009Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:18:36.009Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-04-29 21-15-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:18:36.009Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-04-29 21-15-44 
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-29T21:18:36.299Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7f3cd537-3e34 479814a4-f024-48c6-8947-0719c05978c2 1 ASDC deployResourceStructure
2021-04-29T21:18:36.299Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json ASDC sendASDCNotification
2021-04-29T21:18:36.299Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json
2021-04-29T21:18:36.299Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:18:36.300Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:36.301Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:36.301Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731116299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:18:36.402Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T21:18:36.402Z||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-29T21:18:36.402Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:36.414Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:18:36.415Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-29T21:18:37.303Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-29T21:18:37.303Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml
2021-04-29T21:18:37.304Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:18:37.304Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:37.306Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:37.307Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731117303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T21:18:37.407Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:18:37.407Z||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-29T21:18:37.407Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:37.420Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:18:37.421Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:18:38.307Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-29T21:18:38.308Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env
2021-04-29T21:18:38.308Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:18:38.308Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:38.310Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:38.310Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731118307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-29T21:18:38.411Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:18:38.411Z||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-29T21:18:38.411Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:38.427Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:18:38.427Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:18:39.311Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar ASDC sendASDCNotification
2021-04-29T21:18:39.312Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar
2021-04-29T21:18:39.312Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:18:39.312Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:18:39.314Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:18:39.314Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731119311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:18:39.414Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:18:39.415Z||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-29T21:18:39.415Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:18:39.430Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:18:39.431Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:18:40.315Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 034c4d5c-5df2-464d-bc04-983f032a0840
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T21:18:40.332Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 034c4d5c-5df2-464d-bc04-983f032a0840
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T21:18:40.336Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:18:40.336Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T21:18:40.336Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T21:19:10.336Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 034c4d5c-5df2-464d-bc04-983f032a0840
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T21:19:10.347Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 034c4d5c-5df2-464d-bc04-983f032a0840
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T21:19:10.350Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:19:10.351Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T21:19:10.351Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T21:19:18.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:19:18.954Z||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-29T21:19:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:19:19.079Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:19:19.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:19:19.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731098950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:19:19.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:19:40.351Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 034c4d5c-5df2-464d-bc04-983f032a0840
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T21:19:40.363Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 034c4d5c-5df2-464d-bc04-983f032a0840
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T21:19:40.365Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:19:40.365Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T21:19:40.365Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T21:20:10.366Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 034c4d5c-5df2-464d-bc04-983f032a0840
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T21:20:10.376Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 034c4d5c-5df2-464d-bc04-983f032a0840
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T21:20:10.379Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:20:10.379Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T21:20:10.379Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T21:20:18.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:20:18.955Z||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-29T21:20:18.956Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:20:19.481Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:20:19.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731098950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:20:19.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:20:19.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731098950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:20:19.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:20:19.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731098950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:20:19.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:20:19.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731098950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-29T21:20:19.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:20:19.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "aai-ml",
  "timestamp": 1619731104256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:20:19.486Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:20:19.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731098950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:20:19.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:20:19.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "aai-ml",
  "timestamp": 1619731105261,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:20:19.491Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 034c4d5c-5df2-464d-bc04-983f032a0840
2021-04-29T21:20:19.491Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 034c4d5c-5df2-464d-bc04-983f032a0840 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-29T21:20:19.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731098950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:20:19.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:20:19.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "clamp",
  "timestamp": 1619731106354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:20:19.500Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:20:19.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731107184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:20:19.501Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:20:19.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "clamp",
  "timestamp": 1619731107424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:20:19.501Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:20:19.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "clamp",
  "timestamp": 1619731108428,
  "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-29T21:20:19.505Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 034c4d5c-5df2-464d-bc04-983f032a0840
2021-04-29T21:20:19.505Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 034c4d5c-5df2-464d-bc04-983f032a0840 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-29T21:20:19.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731112075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:20:19.514Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:20:19.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731113673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:20:19.514Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:20:19.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731114912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:20:19.515Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:20:19.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731116299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/vfw7f3cd5373e340_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:20:19.516Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:20:19.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731117303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T21:20:19.516Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:20:19.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731118307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/resourceInstances/vfw7f3cd5373e340/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-29T21:20:19.516Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:20:19.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:20:19.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731119311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429211544/1.0/artifacts/service-Vfw20210429211544-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:20:19.516Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:20:40.379Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 034c4d5c-5df2-464d-bc04-983f032a0840
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T21:20:40.388Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 034c4d5c-5df2-464d-bc04-983f032a0840
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T21:20:40.392Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:20:40.392Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-29T21:20:40.392Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-29T21:20:40.392Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-29T21:20:40.392Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:20:40.392Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:20:40.392Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:20:40.392Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:20:40.392Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:20:40.392Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:20:40.397Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-29T21:21:10.397Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 034c4d5c-5df2-464d-bc04-983f032a0840 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-29T21:21:10.405Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 034c4d5c-5df2-464d-bc04-983f032a0840 and serviceModelVersionId: 4deae2c9-d8ad-4951-a572-403be5544f1e
2021-04-29T21:21:10.405Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 59b147dd-2950-4a3c-ba98-f8ab84920ee2
2021-04-29T21:21:17.944Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/59b147dd-2950-4a3c-ba98-f8ab84920ee2/model-vers/model-ver/4deae2c9-d8ad-4951-a572-403be5544f1e?depth=0
2021-04-29T21:21:18.102Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-04-29T21:21:18.598Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59b147dd-2950-4a3c-ba98-f8ab84920ee2/model-vers/model-ver/4deae2c9-d8ad-4951-a572-403be5544f1e?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-29T21:21:18.603Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59b147dd-2950-4a3c-ba98-f8ab84920ee2/model-vers/model-ver/4deae2c9-d8ad-4951-a572-403be5544f1e?depth=0|INFO|500||Invoke
2021-04-29T21:21:18.751Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59b147dd-2950-4a3c-ba98-f8ab84920ee2/model-vers/model-ver/4deae2c9-d8ad-4951-a572-403be5544f1e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-29T21:21:18.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:21:18.954Z||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-29T21:21:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:21:19.252Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59b147dd-2950-4a3c-ba98-f8ab84920ee2/model-vers/model-ver/4deae2c9-d8ad-4951-a572-403be5544f1e?depth=0|INFO|500||InvokeReturn
2021-04-29T21:21:19.252Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59b147dd-2950-4a3c-ba98-f8ab84920ee2/model-vers/model-ver/4deae2c9-d8ad-4951-a572-403be5544f1e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210429-21:21:18:760-6368], vertex-id=[176312], Content-Length=[0], Date=[Thu, 29 Apr 2021 21:21:18 GMT], Content-Type=[application/json]}
2021-04-29T21:21:19.252Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-04-29T21:21:19.256Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-29T21:21:19.256Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-29T21:21:19.261Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||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-29T21:21:19.267Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 034c4d5c-5df2-464d-bc04-983f032a0840 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-29T21:21:19.268Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-29T21:21:19.268Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:21:19.270Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:21:19.270Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731279267,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T21:21:19.370Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:21:19.371Z||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-29T21:21:19.371Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:21:19.394Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:21:19.395Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:21:20.009Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:21:20.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:21:20.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "034c4d5c-5df2-464d-bc04-983f032a0840",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731279267,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T21:21:20.010Z||pool-2-thread-6|||||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-29T21:21:20.284Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:21:20.284Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:21:20.285Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:21:30.503Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:21:30.504Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:21:30.504Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:21:30.505Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:21:40.082Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:21:40.083Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:21:40.083Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:21:40.083Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:21:49.624Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:22:18.951Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:22:18.951Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:22:18.951Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:22:18.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:22:18.955Z||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-29T21:22:18.955Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:22:28.502Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:22:28.519Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:23:18.950Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:23:18.951Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:23:18.951Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:23:18.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:23:18.954Z||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-29T21:23:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:23:28.498Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:23:28.499Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:24:18.951Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:24:18.951Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:24:18.951Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:24:18.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:24:18.954Z||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-29T21:24:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:24:28.495Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:24:28.496Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:25:18.951Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:25:18.951Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:25:18.951Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:25:18.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:25:18.954Z||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-29T21:25:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:25:19.076Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:25:19.585Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:25:19.586Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.586Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"549beeaf-882b-4bfd-bebc-e2f4d0d80fdb","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c7aadf3a-e7aa-499e-8a44-cbed1d958ee8","serviceDescription":"service","serviceInvariantUUID":"d9a1ab0b-5c13-43ac-847a-6837874e2687","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"79166fb6-a998-496d-b161-6f37eede8755","resourceInvariantUUID":"1e831a00-aca5-4e5e-b034-655026660381","resourceCustomizationUUID":"891e9e68-018c-4d43-9ef4-b5e6ec39c02b","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":"OWIyZjA1OGFiYjgzYWM5ZDY1YTUxYWIyZTllM2MxYTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d8313d86-9377-4ccb-93bc-3f7e18a7fb23","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGU0NTJlNmM2YzViMTZiYzQzODFjNDJjMDgyYTc5NDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6fddff76-c0ca-4f9f-8eba-0030a20b5a56","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-29T21:25:19.589Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:25:19.589Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:25:19.592Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:25:19.592Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731518950,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "clamp",
  "timestamp": 1619731472137,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731469011,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731470816,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731475193,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "clamp",
  "timestamp": 1619731472137,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731470816,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731475193,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731469011,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "cds",
  "timestamp": 1619731477646,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "policy-id",
  "timestamp": 1619731478559,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "cds",
  "timestamp": 1619731477646,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731479142,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "policy-id",
  "timestamp": 1619731478559,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731479142,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "cds",
  "timestamp": 1619731481657,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:25:19.612Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731479142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "policy-id",
  "timestamp": 1619731482061,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:25:19.613Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "clamp",
  "timestamp": 1619731482568,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:25:19.613Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "cds",
  "timestamp": 1619731482670,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:25:19.625Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb
2021-04-29T21:25:19.626Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb 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-29T21:25:19.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731479142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "policy-id",
  "timestamp": 1619731483064,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:25:19.638Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "clamp",
  "timestamp": 1619731483587,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:25:19.638Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731479142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "policy-id",
  "timestamp": 1619731484066,
  "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-29T21:25:19.644Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb
2021-04-29T21:25:19.644Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb 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-29T21:25:19.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "clamp",
  "timestamp": 1619731484590,
  "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-29T21:25:19.656Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb
2021-04-29T21:25:19.656Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb 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-29T21:25:19.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731479142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731479142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "dcae-sch",
  "timestamp": 1619731485417,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731479142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "dcae-sch",
  "timestamp": 1619731485417,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731479142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "dcae-sch",
  "timestamp": 1619731485417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731488012,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731479142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "dcae-sch",
  "timestamp": 1619731485417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731489011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731488012,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "dcae-sch",
  "timestamp": 1619731485417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731489011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "dcae-sch",
  "timestamp": 1619731485417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731490816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731489011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "dcae-sch",
  "timestamp": 1619731485417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731492206,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731490816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731489011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "dcae-sch",
  "timestamp": 1619731485417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "cds",
  "timestamp": 1619731492647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731490816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731489011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731493838,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "dcae-sch",
  "timestamp": 1619731485417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "cds",
  "timestamp": 1619731492647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "aai-ml",
  "timestamp": 1619731493778,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731490816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731489011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:25:19.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731494842,
  "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-29T21:25:19.673Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb
2021-04-29T21:25:19.674Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb 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-29T21:25:19.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "dcae-sch",
  "timestamp": 1619731485417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "cds",
  "timestamp": 1619731492647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "aai-ml",
  "timestamp": 1619731493778,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:25:19.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731490816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731489011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731495193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731488012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "cds",
  "timestamp": 1619731492647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731490816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731489011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731495193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731488012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "cds",
  "timestamp": 1619731492647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731490816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731495193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731488012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "cds",
  "timestamp": 1619731492647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731490816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731495193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731488012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "policy-id",
  "timestamp": 1619731498558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "cds",
  "timestamp": 1619731492647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "aai-ml",
  "timestamp": 1619731499503,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731495193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731488012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "policy-id",
  "timestamp": 1619731498558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "cds",
  "timestamp": 1619731492647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731500820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731495193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731488012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "policy-id",
  "timestamp": 1619731498558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731495193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731488012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "cds",
  "timestamp": 1619731502072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "policy-id",
  "timestamp": 1619731498558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731502151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "clamp",
  "timestamp": 1619731502137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731495193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:25:19.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731488012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:25:19.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "cds",
  "timestamp": 1619731503079,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-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-29T21:25:19.692Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:25:19.693Z||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-29T21:25:19.693Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:25:19.697Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9aba8c60-89e8-4d99-bdde-8d996fd3babd
2021-04-29T21:25:19.698Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aba8c60-89e8-4d99-bdde-8d996fd3babd 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-29T21:25:19.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "policy-id",
  "timestamp": 1619731498558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731503154,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
2021-04-29T21:25:19.705Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:25:19.706Z||pool-19-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=?
2021-04-29T21:25:19.709Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9aba8c60-89e8-4d99-bdde-8d996fd3babd
2021-04-29T21:25:19.709Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aba8c60-89e8-4d99-bdde-8d996fd3babd 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-29T21:25:19.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "aai-ml",
  "timestamp": 1619731503436,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:25:19.717Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "clamp",
  "timestamp": 1619731502137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "policy-id",
  "timestamp": 1619731498558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "aai-ml",
  "timestamp": 1619731504439,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:25:19.721Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb
2021-04-29T21:25:19.721Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb 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-29T21:25:19.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731504557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "clamp",
  "timestamp": 1619731502137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "policy-id",
  "timestamp": 1619731498558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "aai-ml",
  "timestamp": 1619731493778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "clamp",
  "timestamp": 1619731502137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "policy-id",
  "timestamp": 1619731498558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731506424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:25:19.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "aai-ml",
  "timestamp": 1619731493778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "clamp",
  "timestamp": 1619731502137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731507429,
  "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-29T21:25:19.733Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9aba8c60-89e8-4d99-bdde-8d996fd3babd
2021-04-29T21:25:19.733Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aba8c60-89e8-4d99-bdde-8d996fd3babd 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-29T21:25:19.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "aai-ml",
  "timestamp": 1619731493778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "clamp",
  "timestamp": 1619731502137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "aai-ml",
  "timestamp": 1619731493778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "policy-id",
  "timestamp": 1619731508498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "clamp",
  "timestamp": 1619731502137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "aai-ml",
  "timestamp": 1619731493778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "policy-id",
  "timestamp": 1619731509502,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "clamp",
  "timestamp": 1619731502137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:25:19.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "aai-ml",
  "timestamp": 1619731493778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "policy-id",
  "timestamp": 1619731510504,
  "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-29T21:25:19.754Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9aba8c60-89e8-4d99-bdde-8d996fd3babd
2021-04-29T21:25:19.754Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aba8c60-89e8-4d99-bdde-8d996fd3babd 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-29T21:25:19.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "aai-ml",
  "timestamp": 1619731493778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:19.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "aai-ml",
  "timestamp": 1619731493778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:25:19.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:25:19.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:25:19.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "aai-ml",
  "timestamp": 1619731514076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:25:19.761Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:25:20.592Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:25:20.594Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:25:20.597Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:25:20.597Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731518950,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:25:20.697Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:25:20.698Z||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-29T21:25:20.698Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:25:20.712Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:25:20.712Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:25:21.598Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "c7aadf3a-e7aa-499e-8a44-cbed1d958ee8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d9a1ab0b-5c13-43ac-847a-6837874e2687",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "891e9e68-018c-4d43-9ef4-b5e6ec39c02b",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "79166fb6-a998-496d-b161-6f37eede8755",
      "resourceInvariantUUID": "1e831a00-aca5-4e5e-b034-655026660381",
      "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": "ZGU0NTJlNmM2YzViMTZiYzQzODFjNDJjMDgyYTc5NDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6fddff76-c0ca-4f9f-8eba-0030a20b5a56"
    }
  ],
  "workloadContext": "Production"
}
2021-04-29T21:25:21.598Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-29T21:25:21.598Z|034c4d5c-5df2-464d-bc04-983f032a0840|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7aadf3a-e7aa-499e-8a44-cbed1d958ee8 ASDC
2021-04-29T21:25:21.599Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:549beeaf-882b-4bfd-bebc-e2f4d0d80fdb
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c7aadf3a-e7aa-499e-8a44-cbed1d958ee8
ServiceInvariantUUID:d9a1ab0b-5c13-43ac-847a-6837874e2687
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:6fddff76-c0ca-4f9f-8eba-0030a20b5a56
ArtifactChecksum:ZGU0NTJlNmM2YzViMTZiYzQzODFjNDJjMDgyYTc5NDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:891e9e68-018c-4d43-9ef4-b5e6ec39c02b
ResourceInvariantUUID:1e831a00-aca5-4e5e-b034-655026660381
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:79166fb6-a998-496d-b161-6f37eede8755
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-04-29T21:25:21.599Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7aadf3a-e7aa-499e-8a44-cbed1d958ee8 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-29T21:25:21.624Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T21:25:21.624Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:25:21.624Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:25:21.624Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6fddff76-c0ca-4f9f-8eba-0030a20b5a56 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-29T21:25:21.625Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:25:21.625Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-29T21:25:22.059Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:25:22.060Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6fddff76-c0ca-4f9f-8eba-0030a20b5a56 52217
2021-04-29T21:25:22.061Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||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-29T21:25:22.061Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||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-29T21:25:22.061Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:25:22.061Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:25:22.063Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:25:22.063Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731522061,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:25:22.163Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:25:22.163Z||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-29T21:25:22.163Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:25:22.175Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:25:22.175Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:25:23.063Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T21:25:23.064Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:25:23.064Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 6fddff76-c0ca-4f9f-8eba-0030a20b5a56, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T21:25:23.065Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-29T21:25:23.065Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T21:25:23.065Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T21:25:23.173Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11674611876257680993/Definitions/service-BasicNetwork-template.yml
2021-04-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-04-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||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-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||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-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||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-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||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-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||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-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||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-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||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-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||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-29T21:25:23.628Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.629Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:25:23.630Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.630Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:25:23.630Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.630Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:25:23.630Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.630Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:25:23.630Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.631Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:c7aadf3a-e7aa-499e-8a44-cbed1d958ee8
Model Version:NULL
Model InvariantUuid:d9a1ab0b-5c13-43ac-847a-6837874e2687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1e831a00-aca5-4e5e-b034-655026660381
Model UUID:3ad3f6aa-bba1-42ac-aa46-abf003a76837
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:891e9e68-018c-4d43-9ef4-b5e6ec39c02b
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-29T21:25:23.637Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 79166fb6-a998-496d-b161-6f37eede8755
2021-04-29T21:25:23.637Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||No resources found for Service: c7aadf3a-e7aa-499e-8a44-cbed1d958ee8
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-29T21:25:23.640Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||
2021-04-29T21:25:23.640Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-04-29T21:25:23.641Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||No resources found for Service: c7aadf3a-e7aa-499e-8a44-cbed1d958ee8
2021-04-29T21:25:23.641Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c7aadf3a-e7aa-499e-8a44-cbed1d958ee8
2021-04-29T21:25:23.641Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-04-29T21:25:23.641Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||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-29T21:25:23.648Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:25:23.648Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.648Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:25:23.649Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.649Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c7aadf3a-e7aa-499e-8a44-cbed1d958ee8: Generic NeutronNet
2021-04-29T21:25:23.649Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:25:23.649Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.649Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:25:23.649Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||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-29T21:25:23.679Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:25:23.679Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.679Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:25:23.679Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.679Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:25:23.680Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:25:23.680Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||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-29T21:25:23.735Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-04-29T21:25:23.736Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||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-29T21:25:23.736Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||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-29T21:25:23.736Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:25:23.739Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:25:23.743Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:25:23.743Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731523736,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:25:23.844Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:25:23.845Z||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-29T21:25:23.845Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:25:23.857Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:25:23.858Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:25:24.744Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T21:25:24.754Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T21:25:24.759Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:25:24.759Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-29T21:25:24.759Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-29T21:25:24.759Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-29T21:25:24.759Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:25:24.759Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:25:24.759Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:25:24.759Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:25:24.759Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:25:24.759Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:25:24.759Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:25:24.764Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-29T21:25:54.765Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb 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-29T21:25:54.769Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb and serviceModelVersionId: c7aadf3a-e7aa-499e-8a44-cbed1d958ee8
2021-04-29T21:25:54.769Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9a1ab0b-5c13-43ac-847a-6837874e2687
2021-04-29T21:25:54.771Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9a1ab0b-5c13-43ac-847a-6837874e2687/model-vers/model-ver/c7aadf3a-e7aa-499e-8a44-cbed1d958ee8?depth=0
2021-04-29T21:25:54.776Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-04-29T21:25:54.812Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9a1ab0b-5c13-43ac-847a-6837874e2687/model-vers/model-ver/c7aadf3a-e7aa-499e-8a44-cbed1d958ee8?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-29T21:25:54.813Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9a1ab0b-5c13-43ac-847a-6837874e2687/model-vers/model-ver/c7aadf3a-e7aa-499e-8a44-cbed1d958ee8?depth=0|INFO|500||Invoke
2021-04-29T21:25:54.835Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9a1ab0b-5c13-43ac-847a-6837874e2687/model-vers/model-ver/c7aadf3a-e7aa-499e-8a44-cbed1d958ee8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-29T21:25:54.918Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9a1ab0b-5c13-43ac-847a-6837874e2687/model-vers/model-ver/c7aadf3a-e7aa-499e-8a44-cbed1d958ee8?depth=0|INFO|500||InvokeReturn
2021-04-29T21:25:54.918Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d9a1ab0b-5c13-43ac-847a-6837874e2687/model-vers/model-ver/c7aadf3a-e7aa-499e-8a44-cbed1d958ee8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210429-21:25:54:842-95128], vertex-id=[172240], Content-Length=[0], Date=[Thu, 29 Apr 2021 21:25:54 GMT], Content-Type=[application/json]}
2021-04-29T21:25:54.918Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-04-29T21:25:54.918Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-29T21:25:54.919Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-29T21:25:54.922Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||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-29T21:25:54.922Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 549beeaf-882b-4bfd-bebc-e2f4d0d80fdb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-29T21:25:54.922Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-29T21:25:54.922Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:25:54.924Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:25:54.924Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731554922,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T21:25:55.024Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:25:55.025Z||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-29T21:25:55.025Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:25:55.041Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:25:55.042Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-29T21:25:55.932Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T21:25:55.932Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9aba8c60-89e8-4d99-bdde-8d996fd3babd","serviceName":"Demo_pNF_rI6CFRXqjJeBCsf6iZfy","serviceVersion":"1.0","serviceUUID":"9f648864-9721-429b-bae5-d20b8d83b544","serviceDescription":"catalog service description","serviceInvariantUUID":"ad5c07e3-3c27-4f60-9155-5c3fd4cbc849","resources":[{"resourceInstanceName":"pNF bdba25e0-5f9d 0","resourceName":"pNF bdba25e0-5f9d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"229b6953-4642-406d-881d-ca3332e0a3a2","resourceInvariantUUID":"cbb3922f-0514-4d0e-81bd-33e195298e47","resourceCustomizationUUID":"31748d9d-5123-44d8-a623-12703a47f675","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml","artifactChecksum":"YjUwNWYzOTc5Njg5NmY1MDNiOGI2MWQwMjVkYmUyMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9ba25096-d2ff-4ec3-b42b-7c7206b57505","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar","artifactChecksum":"YzE4ZmM4MTgzMmFhMjBjOGIyMzUzZWJlYzNiYzM5MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cab22199-7626-4bfe-afef-2c7992a1112a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ff44b360-7266-4770-89fb-6c2a97617783","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDE1ZjM1ZDJlMzdmY2VhZGE5N2E4ZTM1YWQxYmU3YjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e7857652-942c-4f80-a859-41aa4d2df659","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f037e264-6f77-4b01-8af6-7f03ffd4ba75","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"09f61e2c-6a4f-4cb0-983f-f7bf5fd4b51d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml","artifactChecksum":"MTIwY2MzODI0NzQwOTYyM2MwNzZkODVhZTY4ZWExYTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f06a3e9e-481e-44c1-bd64-1c1777105fcd","artifactVersion":"1"},{"artifactName":"service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar","artifactChecksum":"NDllOTFiM2ZhMDhkMDZmNTkzMDdlODUzNDI5OWY5Yjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50ea16ef-f0d2-4b95-aa00-4ccc981fa027","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-29T21:25:55.933Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:25:55.933Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:25:55.934Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:25:55.934Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731518950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:56.035Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:25:56.035Z||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-29T21:25:56.035Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:25:56.047Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:25:56.048Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-29T21:25:56.935Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:25:56.936Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:25:56.939Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:25:56.939Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731518950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:57.039Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:25:57.041Z||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-29T21:25:57.041Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:25:57.053Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:25:57.054Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:25:57.940Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:25:57.941Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:25:57.942Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:25:57.943Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731518950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:58.043Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:25:58.043Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-29T21:25:58.043Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:25:58.054Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:25:58.055Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:25:58.943Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:25:58.944Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:25:58.946Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:25:58.946Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731518950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:25:59.046Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-29T21:25:59.047Z||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-29T21:25:59.047Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:25:59.060Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:25:59.060Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:25:59.947Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:25:59.948Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:25:59.950Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:25:59.950Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731518950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:26:00.050Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:26:00.051Z||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-29T21:26:00.051Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:26:00.064Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:26:00.064Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:26:00.950Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:26:00.951Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:26:00.952Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:26:00.952Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731518950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:26:01.053Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T21:26:01.053Z||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-29T21:26:01.053Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:26:01.066Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:26:01.067Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:26:01.953Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:26:01.953Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:26:01.955Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:26:01.955Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731518950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:26:02.055Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:26:02.056Z||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-29T21:26:02.056Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:26:02.070Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:26:02.071Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:26:02.956Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:26:02.956Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:26:02.958Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:26:02.958Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731518950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:26:03.058Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:26:03.059Z||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-29T21:26:03.059Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:26:03.077Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:26:03.077Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:26:03.959Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "serviceName": "Demo_pNF_rI6CFRXqjJeBCsf6iZfy",
  "serviceVersion": "1.0",
  "serviceUUID": "9f648864-9721-429b-bae5-d20b8d83b544",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ad5c07e3-3c27-4f60-9155-5c3fd4cbc849",
  "resources": [
    {
      "resourceInstanceName": "pNF bdba25e0-5f9d 0",
      "resourceCustomizationUUID": "31748d9d-5123-44d8-a623-12703a47f675",
      "resourceName": "pNF bdba25e0-5f9d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "229b6953-4642-406d-881d-ca3332e0a3a2",
      "resourceInvariantUUID": "cbb3922f-0514-4d0e-81bd-33e195298e47",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
      "artifactChecksum": "NDllOTFiM2ZhMDhkMDZmNTkzMDdlODUzNDI5OWY5Yjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50ea16ef-f0d2-4b95-aa00-4ccc981fa027"
    }
  ],
  "workloadContext": "Production"
}
2021-04-29T21:26:03.959Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-29T21:26:03.959Z|549beeaf-882b-4bfd-bebc-e2f4d0d80fdb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9f648864-9721-429b-bae5-d20b8d83b544 ASDC
2021-04-29T21:26:03.960Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9aba8c60-89e8-4d99-bdde-8d996fd3babd
ServiceName:Demo_pNF_rI6CFRXqjJeBCsf6iZfy
ServiceVersion:1.0
ServiceUUID:9f648864-9721-429b-bae5-d20b8d83b544
ServiceInvariantUUID:ad5c07e3-3c27-4f60-9155-5c3fd4cbc849
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
ArtifactUUID:50ea16ef-f0d2-4b95-aa00-4ccc981fa027
ArtifactChecksum:NDllOTFiM2ZhMDhkMDZmNTkzMDdlODUzNDI5OWY5Yjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF bdba25e0-5f9d 0
ResourceCustomizationUUID:31748d9d-5123-44d8-a623-12703a47f675
ResourceInvariantUUID:cbb3922f-0514-4d0e-81bd-33e195298e47
ResourceName:pNF bdba25e0-5f9d
ResourceType:PNF
ResourceUUID:229b6953-4642-406d-881d-ca3332e0a3a2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-29T21:26:03.960Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9f648864-9721-429b-bae5-d20b8d83b544 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-29T21:26:03.984Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T21:26:03.985Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:26:03.985Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:26:03.985Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 50ea16ef-f0d2-4b95-aa00-4ccc981fa027 from URL: /sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:03.985Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:26:03.985Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:04.556Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:26:04.560Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar 50ea16ef-f0d2-4b95-aa00-4ccc981fa027 83321
2021-04-29T21:26:04.560Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar ASDC sendASDCNotification
2021-04-29T21:26:04.560Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:04.560Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:26:04.560Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:26:04.562Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:26:04.562Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731564560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:26:04.662Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:26:04.663Z||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-29T21:26:04.663Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:26:04.675Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:26:04.676Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:26:05.562Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T21:26:05.563Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:26:05.564Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 50ea16ef-f0d2-4b95-aa00-4ccc981fa027, URL: /sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar to file: /app/ASDC/1/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:05.564Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:05.565Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:05.565Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:05.694Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14967637449819068460/Definitions/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml
2021-04-29T21:26:06.584Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bdba25e0-5f9d 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-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||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-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||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-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||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-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||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-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bdba25e0-5f9d 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||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-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:06.585Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-04-29T21:26:06.586Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:26:06.586Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rI6CFRXqjJeBCsf6iZfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:26:06.586Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Node template pNF bdba25e0-5f9d 0 is matching search criteria
2021-04-29T21:26:06.586Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-29T21:26:06.586Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF bdba25e0-5f9d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T21:26:06.586Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:26:06.586Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rI6CFRXqjJeBCsf6iZfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:26:06.586Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Node template pNF bdba25e0-5f9d 0 is matching search criteria
2021-04-29T21:26:06.586Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-29T21:26:06.586Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF bdba25e0-5f9d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T21:26:06.587Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:26:06.587Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rI6CFRXqjJeBCsf6iZfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:26:06.587Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:26:06.587Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rI6CFRXqjJeBCsf6iZfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:26:06.587Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:26:06.587Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rI6CFRXqjJeBCsf6iZfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:26:06.587Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:26:06.587Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rI6CFRXqjJeBCsf6iZfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:26:06.587Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:26:06.587Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rI6CFRXqjJeBCsf6iZfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:26:06.587Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_rI6CFRXqjJeBCsf6iZfy
Description:catalog service description
Model UUID:9f648864-9721-429b-bae5-d20b8d83b544
Model Version:NULL
Model InvariantUuid:ad5c07e3-3c27-4f60-9155-5c3fd4cbc849
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-29T21:26:06.592Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 229b6953-4642-406d-881d-ca3332e0a3a2
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-29T21:26:06.595Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||pNF bdba25e0-5f9d 0
2021-04-29T21:26:06.595Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 229b6953-4642-406d-881d-ca3332e0a3a2
2021-04-29T21:26:06.595Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 9f648864-9721-429b-bae5-d20b8d83b544
2021-04-29T21:26:06.595Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9f648864-9721-429b-bae5-d20b8d83b544
2021-04-29T21:26:06.596Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bdba25e0-5f9d 0 229b6953-4642-406d-881d-ca3332e0a3a2 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-29T21:26:06.600Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:26:06.601Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rI6CFRXqjJeBCsf6iZfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:26:06.601Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9f648864-9721-429b-bae5-d20b8d83b544: pNF bdba25e0-5f9d
2021-04-29T21:26:06.601Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||Processing PNF resource: 229b6953-4642-406d-881d-ca3332e0a3a2
2021-04-29T21:26:06.601Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:26:06.601Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_rI6CFRXqjJeBCsf6iZfy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:26:06.601Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||Resource customization UUID: 31748d9d-5123-44d8-a623-12703a47f675 is the same as notified resource customizationUUID: 31748d9d-5123-44d8-a623-12703a47f675
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-29T21:26:06.646Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bdba25e0-5f9d 229b6953-4642-406d-881d-ca3332e0a3a2 0 ASDC deployResourceStructure
2021-04-29T21:26:06.646Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar ASDC sendASDCNotification
2021-04-29T21:26:06.646Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar
2021-04-29T21:26:06.647Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:26:06.647Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:26:06.649Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:26:06.649Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731566646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:26:06.749Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:26:06.750Z||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-29T21:26:06.750Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:26:06.761Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:26:06.762Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:26:07.650Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9aba8c60-89e8-4d99-bdde-8d996fd3babd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T21:26:07.661Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9aba8c60-89e8-4d99-bdde-8d996fd3babd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T21:26:07.663Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:26:07.663Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T21:26:07.663Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T21:26:18.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:26:18.954Z||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-29T21:26:18.955Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:26:19.077Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:26:19.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:26:19.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731518950,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:26:19.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:26:37.664Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9aba8c60-89e8-4d99-bdde-8d996fd3babd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T21:26:37.672Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9aba8c60-89e8-4d99-bdde-8d996fd3babd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T21:26:37.675Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:26:37.676Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T21:26:37.676Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T21:27:07.676Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9aba8c60-89e8-4d99-bdde-8d996fd3babd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T21:27:07.692Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9aba8c60-89e8-4d99-bdde-8d996fd3babd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T21:27:07.694Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:27:07.695Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T21:27:07.695Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T21:27:18.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:27:18.954Z||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-29T21:27:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:27:18.986Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:27:18.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:18.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "aai-ml",
  "timestamp": 1619731519736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:27:18.988Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:27:18.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:18.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731518950,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:27:18.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:27:18.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:18.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "aai-ml",
  "timestamp": 1619731520739,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:27:18.992Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9aba8c60-89e8-4d99-bdde-8d996fd3babd
2021-04-29T21:27:18.992Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aba8c60-89e8-4d99-bdde-8d996fd3babd 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-29T21:27:18.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:18.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "clamp",
  "timestamp": 1619731520985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:27:18.999Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:27:18.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "clamp",
  "timestamp": 1619731522001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:27:19.000Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:27:19.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731522061,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:27:19.000Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:27:19.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "clamp",
  "timestamp": 1619731523004,
  "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-29T21:27:19.005Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9aba8c60-89e8-4d99-bdde-8d996fd3babd
2021-04-29T21:27:19.005Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aba8c60-89e8-4d99-bdde-8d996fd3babd 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-29T21:27:19.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731523736,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:27:19.012Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:27:19.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "549beeaf-882b-4bfd-bebc-e2f4d0d80fdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731554922,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731518950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731518950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731518950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731518950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731518950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731518950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/resourceInstances/pnfbdba25e05f9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731518950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731518950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:27:19.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:27:19.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731564560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:27:19.015Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:27:19.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:27:19.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731566646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi6cfrxqjjebcsf6izfy/1.0/artifacts/service-DemoPnfRi6cfrxqjjebcsf6izfy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:27:19.015Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:27:37.695Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9aba8c60-89e8-4d99-bdde-8d996fd3babd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T21:27:37.704Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9aba8c60-89e8-4d99-bdde-8d996fd3babd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T21:27:37.706Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:27:37.706Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-29T21:27:37.706Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-29T21:27:37.706Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-29T21:27:37.706Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:27:37.706Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:27:37.706Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:27:37.706Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:27:37.707Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:27:37.707Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:27:37.707Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:27:37.707Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:27:37.712Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-29T21:28:07.712Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9aba8c60-89e8-4d99-bdde-8d996fd3babd 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-29T21:28:07.717Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9aba8c60-89e8-4d99-bdde-8d996fd3babd and serviceModelVersionId: 9f648864-9721-429b-bae5-d20b8d83b544
2021-04-29T21:28:07.717Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad5c07e3-3c27-4f60-9155-5c3fd4cbc849
2021-04-29T21:28:07.718Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad5c07e3-3c27-4f60-9155-5c3fd4cbc849/model-vers/model-ver/9f648864-9721-429b-bae5-d20b8d83b544?depth=0
2021-04-29T21:28:07.724Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-04-29T21:28:07.756Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad5c07e3-3c27-4f60-9155-5c3fd4cbc849/model-vers/model-ver/9f648864-9721-429b-bae5-d20b8d83b544?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-29T21:28:07.757Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad5c07e3-3c27-4f60-9155-5c3fd4cbc849/model-vers/model-ver/9f648864-9721-429b-bae5-d20b8d83b544?depth=0|INFO|500||Invoke
2021-04-29T21:28:07.773Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad5c07e3-3c27-4f60-9155-5c3fd4cbc849/model-vers/model-ver/9f648864-9721-429b-bae5-d20b8d83b544?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-29T21:28:08.076Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad5c07e3-3c27-4f60-9155-5c3fd4cbc849/model-vers/model-ver/9f648864-9721-429b-bae5-d20b8d83b544?depth=0|INFO|500||InvokeReturn
2021-04-29T21:28:08.076Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad5c07e3-3c27-4f60-9155-5c3fd4cbc849/model-vers/model-ver/9f648864-9721-429b-bae5-d20b8d83b544?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210429-21:28:07:782-57643], vertex-id=[221320], Content-Length=[0], Date=[Thu, 29 Apr 2021 21:28:07 GMT], Content-Type=[application/json]}
2021-04-29T21:28:08.077Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-04-29T21:28:08.077Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-29T21:28:08.077Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-29T21:28:08.080Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||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-29T21:28:08.081Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9aba8c60-89e8-4d99-bdde-8d996fd3babd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-29T21:28:08.081Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-29T21:28:08.081Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:08.083Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:08.083Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731688081,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T21:28:08.183Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:08.184Z||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-29T21:28:08.184Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:08.201Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:08.202Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-29T21:28:09.092Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:28:09.093Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:28:09.093Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:13.389Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:13.391Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T21:28:13.391Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"13e8883b-f41b-4c44-a93d-d4a5cd1fb939","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"9e950832-aadc-49e9-8702-8e594be12b37","serviceDescription":"service","serviceInvariantUUID":"99afb9f3-577f-4da8-8e1b-616289eb2b66","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"177285eb-e0a2-4792-bbab-f77fcad2ea2f","resourceInvariantUUID":"5dad9261-af19-4447-9906-839f34cb8d93","resourceCustomizationUUID":"d140c7e4-ded5-4777-94d3-d0d17230df89","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":"NzZiNTEyMDYxNjViODBlZDhjMzZiMmJkZTdmNjAwNmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d01f82b8-ca51-45d6-81d2-fd5364ca0058","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":"eedd0c1c-da00-4b18-97ff-71eb8b7fd171","artifactVersion":"2","generatedFromUUID":"bb642675-ae72-4660-bc38-f91398cad8c1"},{"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":"bb642675-ae72-4660-bc38-f91398cad8c1","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":"OTFmNjY5YTQ1NGJmZGM4ODlkMWUzNGZiNGMwZDU0Mzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b74becaa-b684-4251-bdcd-72869d7cf644","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":"bc9eb5d9-12e0-4c29-8503-62218b6307a8","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":"6757b83c-0e24-4f2c-a193-023ba2a09867","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":"97db611e-01be-49ae-81f7-7b28805ea5f2","artifactVersion":"2","generatedFromUUID":"bc9eb5d9-12e0-4c29-8503-62218b6307a8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"N2NlZjExZmVlM2Y5Yjc1NWIyMGFkODZmOTMxYmEzYWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"824797c8-0129-4d4b-9ea9-50f6387115ae","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZmYzNWZmYjA4MzJlNzAxN2YxYjJmNmYzMzBjMWVlMzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"109fc485-eb2f-4df1-88fc-7e55d83709bf","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-29T21:28:13.393Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:28:13.393Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:13.394Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:13.394Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:13.494Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:13.495Z||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-29T21:28:13.495Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:13.507Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:13.508Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:14.395Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:28:14.396Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:14.398Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:14.398Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-29T21:28:14.498Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:14.499Z||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-29T21:28:14.499Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:14.512Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:14.512Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:15.398Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:28:15.399Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:15.401Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:15.401Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-29T21:28:15.501Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:15.503Z||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-29T21:28:15.503Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:15.515Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:15.516Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:16.402Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:28:16.403Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:16.404Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:16.405Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:28:16.505Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:16.506Z||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-29T21:28:16.506Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:16.519Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:16.520Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:17.405Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:28:17.407Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:17.409Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:17.409Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:28:17.509Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:17.510Z||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-29T21:28:17.511Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:17.524Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:17.525Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-29T21:28:18.410Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:28:18.410Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:18.412Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:18.412Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.512Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:18.513Z||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-29T21:28:18.513Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:18.524Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:18.525Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:18.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:28:18.954Z||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-29T21:28:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:18.970Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:18.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "clamp",
  "timestamp": 1619731592137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "cds",
  "timestamp": 1619731597646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731595193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731590816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731599142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "policy-id",
  "timestamp": 1619731598558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "clamp",
  "timestamp": 1619731592137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "cds",
  "timestamp": 1619731597646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731595193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-29T21:28:18.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731590816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-29T21:28:18.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731599142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-29T21:28:18.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "policy-id",
  "timestamp": 1619731598558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "clamp",
  "timestamp": 1619731592137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731590816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731595193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "cds",
  "timestamp": 1619731597646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731599142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "policy-id",
  "timestamp": 1619731598558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "clamp",
  "timestamp": 1619731592137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731590816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "cds",
  "timestamp": 1619731597646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731595193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731599142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "policy-id",
  "timestamp": 1619731598558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "clamp",
  "timestamp": 1619731592137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731595193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "cds",
  "timestamp": 1619731597646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731590816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731599142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "policy-id",
  "timestamp": 1619731598558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "clamp",
  "timestamp": 1619731592137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731590816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731595193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "cds",
  "timestamp": 1619731597646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731599142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "policy-id",
  "timestamp": 1619731598558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731595193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731590816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "cds",
  "timestamp": 1619731597646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "clamp",
  "timestamp": 1619731592137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731599142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "policy-id",
  "timestamp": 1619731598558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "dcae-sch",
  "timestamp": 1619731605417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731590816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731595193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "clamp",
  "timestamp": 1619731592137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "cds",
  "timestamp": 1619731597646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731599142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "policy-id",
  "timestamp": 1619731598558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "dcae-sch",
  "timestamp": 1619731605417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731595193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731590816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "clamp",
  "timestamp": 1619731592137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "cds",
  "timestamp": 1619731597646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731599142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "policy-id",
  "timestamp": 1619731598558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "dcae-sch",
  "timestamp": 1619731605417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731608012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "dcae-sch",
  "timestamp": 1619731605417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731609011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731608012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731610002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731610005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "dcae-sch",
  "timestamp": 1619731605417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "cds",
  "timestamp": 1619731610176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "policy-id",
  "timestamp": 1619731610201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:18.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731610273,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731609011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731608012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "dcae-sch",
  "timestamp": 1619731605417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:18.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "cds",
  "timestamp": 1619731611182,
  "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-29T21:28:19.010Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 13e8883b-f41b-4c44-a93d-d4a5cd1fb939
2021-04-29T21:28:19.010Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13e8883b-f41b-4c44-a93d-d4a5cd1fb939 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-29T21:28:19.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "policy-id",
  "timestamp": 1619731611204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:28:19.016Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731609011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731608012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "dcae-sch",
  "timestamp": 1619731605417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "policy-id",
  "timestamp": 1619731612206,
  "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-29T21:28:19.020Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13e8883b-f41b-4c44-a93d-d4a5cd1fb939
2021-04-29T21:28:19.020Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13e8883b-f41b-4c44-a93d-d4a5cd1fb939 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-29T21:28:19.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731612371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731612381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731612489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731609011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731608012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "dcae-sch",
  "timestamp": 1619731605417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731609011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731608012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "clamp",
  "timestamp": 1619731613673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "dcae-sch",
  "timestamp": 1619731605417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731614100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731614099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731614099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "aai-ml",
  "timestamp": 1619731613778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731609011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731608012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "clamp",
  "timestamp": 1619731614690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "aai-ml",
  "timestamp": 1619731613778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731615598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731609011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731615671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731608012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731615678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.030Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "clamp",
  "timestamp": 1619731615693,
  "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-29T21:28:19.034Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 13e8883b-f41b-4c44-a93d-d4a5cd1fb939
2021-04-29T21:28:19.034Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13e8883b-f41b-4c44-a93d-d4a5cd1fb939 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-29T21:28:19.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "aai-ml",
  "timestamp": 1619731613778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731616601,
  "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-29T21:28:19.046Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13e8883b-f41b-4c44-a93d-d4a5cd1fb939
2021-04-29T21:28:19.046Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13e8883b-f41b-4c44-a93d-d4a5cd1fb939 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-29T21:28:19.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731609011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731608012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731616679,
  "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-29T21:28:19.055Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13e8883b-f41b-4c44-a93d-d4a5cd1fb939
2021-04-29T21:28:19.055Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13e8883b-f41b-4c44-a93d-d4a5cd1fb939 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-29T21:28:19.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731616722,
  "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-29T21:28:19.063Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13e8883b-f41b-4c44-a93d-d4a5cd1fb939
2021-04-29T21:28:19.063Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13e8883b-f41b-4c44-a93d-d4a5cd1fb939 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-29T21:28:19.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "aai-ml",
  "timestamp": 1619731613778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731617604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731609011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731617682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731617725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "aai-ml",
  "timestamp": 1619731613778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "cds",
  "timestamp": 1619731612646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731618608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "policy-id",
  "timestamp": 1619731618558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731618687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "aai-ml",
  "timestamp": 1619731613778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "cds",
  "timestamp": 1619731612646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731618608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "policy-id",
  "timestamp": 1619731618558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731619142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731618687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "aai-ml",
  "timestamp": 1619731613778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731620548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "cds",
  "timestamp": 1619731612646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731618608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "policy-id",
  "timestamp": 1619731618558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731619142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731618687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "aai-ml",
  "timestamp": 1619731613778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "cds",
  "timestamp": 1619731612646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "policy-id",
  "timestamp": 1619731618558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731618608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731619142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731618687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "aai-ml",
  "timestamp": 1619731613778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "cds",
  "timestamp": 1619731612646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731618608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "clamp",
  "timestamp": 1619731622137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "policy-id",
  "timestamp": 1619731618558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731619142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731618687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731622827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "cds",
  "timestamp": 1619731612646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731618608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "clamp",
  "timestamp": 1619731622137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "policy-id",
  "timestamp": 1619731618558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731619142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731618687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731623831,
  "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-29T21:28:19.080Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 13e8883b-f41b-4c44-a93d-d4a5cd1fb939
2021-04-29T21:28:19.080Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13e8883b-f41b-4c44-a93d-d4a5cd1fb939 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-29T21:28:19.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "aai-ml",
  "timestamp": 1619731624045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "cds",
  "timestamp": 1619731612646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731618608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "clamp",
  "timestamp": 1619731622137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "policy-id",
  "timestamp": 1619731618558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731619142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731618687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "clamp",
  "timestamp": 1619731622137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731619142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "dcae-sch",
  "timestamp": 1619731625417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731626046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "cds",
  "timestamp": 1619731626084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "policy-id",
  "timestamp": 1619731626099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731626126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "clamp",
  "timestamp": 1619731622137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "dcae-sch",
  "timestamp": 1619731625417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "cds",
  "timestamp": 1619731627090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:28:19.099Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 24bfa04a-e95b-49d2-8b27-5cd95c20896e
2021-04-29T21:28:19.099Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24bfa04a-e95b-49d2-8b27-5cd95c20896e 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-29T21:28:19.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "policy-id",
  "timestamp": 1619731627103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:28:19.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731627194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731627573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "clamp",
  "timestamp": 1619731622137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731627793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "dcae-sch",
  "timestamp": 1619731625417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "policy-id",
  "timestamp": 1619731628105,
  "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-29T21:28:19.111Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24bfa04a-e95b-49d2-8b27-5cd95c20896e
2021-04-29T21:28:19.112Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24bfa04a-e95b-49d2-8b27-5cd95c20896e 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-29T21:28:19.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "cds",
  "timestamp": 1619731628094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "clamp",
  "timestamp": 1619731622137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "dcae-sch",
  "timestamp": 1619731625417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "cds",
  "timestamp": 1619731628094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731629011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731629971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "dcae-sch",
  "timestamp": 1619731625417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731630201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "cds",
  "timestamp": 1619731628094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731630282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731629011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "dcae-sch",
  "timestamp": 1619731625417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731631203,
  "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-29T21:28:19.124Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24bfa04a-e95b-49d2-8b27-5cd95c20896e
2021-04-29T21:28:19.124Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24bfa04a-e95b-49d2-8b27-5cd95c20896e 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-29T21:28:19.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "cds",
  "timestamp": 1619731628094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731631289,
  "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-29T21:28:19.132Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24bfa04a-e95b-49d2-8b27-5cd95c20896e
2021-04-29T21:28:19.132Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24bfa04a-e95b-49d2-8b27-5cd95c20896e 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-29T21:28:19.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731629011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "dcae-sch",
  "timestamp": 1619731625417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731632206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "cds",
  "timestamp": 1619731628094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731632294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:28:19.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731632392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731629011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "aai-ml",
  "timestamp": 1619731632672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "dcae-sch",
  "timestamp": 1619731625417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731633208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "cds",
  "timestamp": 1619731628094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731633412,
  "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-29T21:28:19.144Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24bfa04a-e95b-49d2-8b27-5cd95c20896e
2021-04-29T21:28:19.144Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24bfa04a-e95b-49d2-8b27-5cd95c20896e 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-29T21:28:19.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731629011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "aai-ml",
  "timestamp": 1619731633676,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:28:19.152Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 13e8883b-f41b-4c44-a93d-d4a5cd1fb939
2021-04-29T21:28:19.152Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13e8883b-f41b-4c44-a93d-d4a5cd1fb939 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-29T21:28:19.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "dcae-sch",
  "timestamp": 1619731625417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731633208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "cds",
  "timestamp": 1619731628094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731634414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731629011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "dcae-sch",
  "timestamp": 1619731625417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731635193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731633208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "cds",
  "timestamp": 1619731628094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731619142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731629011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "dcae-sch",
  "timestamp": 1619731625417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731635193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731633208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731619142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731629011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "dcae-sch",
  "timestamp": 1619731625417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "cds",
  "timestamp": 1619731637154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731635193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731633208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731619142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731629011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "clamp",
  "timestamp": 1619731637975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "dcae-sch",
  "timestamp": 1619731625417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731635193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731633208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731619142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "policy-id",
  "timestamp": 1619731638558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731638012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731629011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:19.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:28:19.412Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:28:19.414Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:19.415Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:19.416Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-29T21:28:19.516Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:19.516Z||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-29T21:28:19.517Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:19.528Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:19.528Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:20.416Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:28:20.417Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:20.418Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:20.419Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:28:20.519Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:20.520Z||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-29T21:28:20.520Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:20.533Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:20.533Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:21.419Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:28:21.420Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:21.421Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:21.421Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:28:21.522Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T21:28:21.522Z||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-29T21:28:21.523Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:21.533Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:21.534Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:22.422Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "9e950832-aadc-49e9-8702-8e594be12b37",
  "serviceDescription": "service",
  "serviceInvariantUUID": "99afb9f3-577f-4da8-8e1b-616289eb2b66",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "d140c7e4-ded5-4777-94d3-d0d17230df89",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "177285eb-e0a2-4792-bbab-f77fcad2ea2f",
      "resourceInvariantUUID": "5dad9261-af19-4447-9906-839f34cb8d93",
      "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": "eedd0c1c-da00-4b18-97ff-71eb8b7fd171",
          "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": "bb642675-ae72-4660-bc38-f91398cad8c1",
          "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": "OTFmNjY5YTQ1NGJmZGM4ODlkMWUzNGZiNGMwZDU0Mzc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b74becaa-b684-4251-bdcd-72869d7cf644",
          "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": "bc9eb5d9-12e0-4c29-8503-62218b6307a8",
          "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": "97db611e-01be-49ae-81f7-7b28805ea5f2",
            "generatedFromUUID": "bc9eb5d9-12e0-4c29-8503-62218b6307a8"
          },
          "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": "97db611e-01be-49ae-81f7-7b28805ea5f2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZmYzNWZmYjA4MzJlNzAxN2YxYjJmNmYzMzBjMWVlMzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "109fc485-eb2f-4df1-88fc-7e55d83709bf"
    }
  ],
  "workloadContext": "Production"
}
2021-04-29T21:28:22.423Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-29T21:28:22.423Z|9aba8c60-89e8-4d99-bdde-8d996fd3babd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9e950832-aadc-49e9-8702-8e594be12b37 ASDC
2021-04-29T21:28:22.423Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:13e8883b-f41b-4c44-a93d-d4a5cd1fb939
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:9e950832-aadc-49e9-8702-8e594be12b37
ServiceInvariantUUID:99afb9f3-577f-4da8-8e1b-616289eb2b66
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:109fc485-eb2f-4df1-88fc-7e55d83709bf
ArtifactChecksum:ZmYzNWZmYjA4MzJlNzAxN2YxYjJmNmYzMzBjMWVlMzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:d140c7e4-ded5-4777-94d3-d0d17230df89
ResourceInvariantUUID:5dad9261-af19-4447-9906-839f34cb8d93
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:177285eb-e0a2-4792-bbab-f77fcad2ea2f
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:eedd0c1c-da00-4b18-97ff-71eb8b7fd171
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:bb642675-ae72-4660-bc38-f91398cad8c1
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:b74becaa-b684-4251-bdcd-72869d7cf644
ArtifactChecksum:OTFmNjY5YTQ1NGJmZGM4ODlkMWUzNGZiNGMwZDU0Mzc=
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:bc9eb5d9-12e0-4c29-8503-62218b6307a8
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:97db611e-01be-49ae-81f7-7b28805ea5f2
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:97db611e-01be-49ae-81f7-7b28805ea5f2
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-29T21:28:22.423Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9e950832-aadc-49e9-8702-8e594be12b37 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-29T21:28:22.449Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T21:28:22.450Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:28:22.450Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:28:22.450Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 109fc485-eb2f-4df1-88fc-7e55d83709bf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-29T21:28:22.450Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:28:22.451Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-29T21:28:23.057Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:28:23.060Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 109fc485-eb2f-4df1-88fc-7e55d83709bf 71166
2021-04-29T21:28:23.060Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:23.061Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:23.061Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:28:23.061Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:23.062Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:23.063Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731703060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:23.163Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:23.163Z||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-29T21:28:23.164Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:23.177Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:23.177Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:24.063Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T21:28:24.064Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:28:24.064Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 109fc485-eb2f-4df1-88fc-7e55d83709bf, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-29T21:28:24.064Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-04-29T21:28:24.065Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-29T21:28:24.065Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-29T21:28:24.199Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2928162452279420810/Definitions/service-BasicCnf-template.yml
2021-04-29T21:28:25.079Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-29T21:28:25.079Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-04-29T21:28:25.079Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-29T21:28:25.080Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-04-29T21:28:25.080Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:25.080Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:25.080Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:25.080Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:25.080Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:25.080Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-04-29T21:28:25.080Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:25.080Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:25.081Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T21:28:25.081Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-29T21:28:25.081Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T21:28:25.081Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:25.081Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:25.081Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T21:28:25.081Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-29T21:28:25.081Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T21:28:25.081Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:25.081Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:25.082Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:25.082Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-29T21:28:25.082Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-04-29T21:28:25.082Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2021-04-29T21:28:25.082Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-29T21:28:25.082Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:25.082Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T21:28:25.082Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:25.082Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T21:28:25.083Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:28:25.083Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:25.083Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T21:28:25.083Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:28:25.083Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:25.084Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T21:28:25.084Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:28:25.084Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:25.084Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-29T21:28:25.084Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-29T21:28:25.084Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d63c3551-e729-493a-8e3d-007c41d0d066
2021-04-29T21:28:25.084Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:25.084Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:25.084Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:25.085Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:25.085Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:25.085Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:25.085Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:25.085Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:25.085Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:9e950832-aadc-49e9-8702-8e594be12b37
Model Version:NULL
Model InvariantUuid:99afb9f3-577f-4da8-8e1b-616289eb2b66
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:3d9281e0-4a5f-4ee1-8128-69b11dc84f97
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5dad9261-af19-4447-9906-839f34cb8d93
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d140c7e4-ded5-4777-94d3-d0d17230df89
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4651b14f-62bd-4893-abd5-91f25f20c658
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:9c4e084e-adfc-4d87-8e13-1e905766437c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d63c3551-e729-493a-8e3d-007c41d0d066
ModelInvariantUuid:f2533826-ec3c-4c74-affe-9be5688a09f4
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:7604ab9d-d518-4c35-a21d-370a84e8124e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:25e791f5-28a2-48d8-93a4-e72058cbfd18
ModelInvariantUuid:79abe2d7-e3ba-49d0-acd8-b85162aaf133
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:84e65451-1959-4ceb-9e8d-b7f79d8eef39
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-29T21:28:25.091Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 177285eb-e0a2-4792-bbab-f77fcad2ea2f
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-29T21:28:25.095Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||basic_cnf 0
2021-04-29T21:28:25.095Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 177285eb-e0a2-4792-bbab-f77fcad2ea2f
2021-04-29T21:28:25.095Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eedd0c1c-da00-4b18-97ff-71eb8b7fd171 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-29T21:28:25.095Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:28:25.095Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:25.292Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:28:25.292Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env eedd0c1c-da00-4b18-97ff-71eb8b7fd171 12
2021-04-29T21:28:25.293Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:25.293Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:25.293Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:28:25.293Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:25.296Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:25.296Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731705293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:25.396Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:25.397Z||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-29T21:28:25.397Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:25.409Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:25.409Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:26.296Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bb642675-ae72-4660-bc38-f91398cad8c1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-29T21:28:26.300Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:28:26.300Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:26.539Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:28:26.540Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz bb642675-ae72-4660-bc38-f91398cad8c1 2688
2021-04-29T21:28:26.540Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:26.540Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:26.540Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:28:26.540Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:26.542Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:26.542Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731706540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:26.642Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:26.643Z||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-29T21:28:26.643Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:26.654Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:26.655Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:27.544Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b74becaa-b684-4251-bdcd-72869d7cf644 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-29T21:28:27.544Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:28:27.545Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:28.608Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:28:28.608Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b74becaa-b684-4251-bdcd-72869d7cf644 828
2021-04-29T21:28:28.608Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:28.609Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:28.609Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:28:28.609Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:28.611Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:28.612Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731708608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:28.712Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:28.713Z||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-29T21:28:28.713Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:28.729Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:28.730Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:29.617Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4651b14f-62bd-4893-abd5-91f25f20c658",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9c4e084e-adfc-4d87-8e13-1e905766437c",
    "vfModuleModelCustomizationUUID": "29508206-fe81-406a-ab39-1237c0cbfa0b",
    "isBase": true,
    "artifacts": [
      "bc9eb5d9-12e0-4c29-8503-62218b6307a8",
      "bb642675-ae72-4660-bc38-f91398cad8c1",
      "97db611e-01be-49ae-81f7-7b28805ea5f2"
    ],
    "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-29T21:28:29.624Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9c4e084e-adfc-4d87-8e13-1e905766437c
VfModuleModelInvariantUUID:4651b14f-62bd-4893-abd5-91f25f20c658
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc9eb5d9-12e0-4c29-8503-62218b6307a8
,
bb642675-ae72-4660-bc38-f91398cad8c1
,
97db611e-01be-49ae-81f7-7b28805ea5f2

}
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-29T21:28:29.626Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4651b14f-62bd-4893-abd5-91f25f20c658",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9c4e084e-adfc-4d87-8e13-1e905766437c",
    "vfModuleModelCustomizationUUID": "29508206-fe81-406a-ab39-1237c0cbfa0b",
    "isBase": true,
    "artifacts": [
      "bc9eb5d9-12e0-4c29-8503-62218b6307a8",
      "bb642675-ae72-4660-bc38-f91398cad8c1",
      "97db611e-01be-49ae-81f7-7b28805ea5f2"
    ],
    "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-29T21:28:29.626Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9c4e084e-adfc-4d87-8e13-1e905766437c
VfModuleModelInvariantUUID:4651b14f-62bd-4893-abd5-91f25f20c658
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc9eb5d9-12e0-4c29-8503-62218b6307a8
,
bb642675-ae72-4660-bc38-f91398cad8c1
,
97db611e-01be-49ae-81f7-7b28805ea5f2

}
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-29T21:28:29.626Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bc9eb5d9-12e0-4c29-8503-62218b6307a8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-29T21:28:29.626Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:28:29.626Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:30.811Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:28:30.811Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml bc9eb5d9-12e0-4c29-8503-62218b6307a8 1164
2021-04-29T21:28:30.811Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:30.811Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:30.811Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:28:30.811Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:30.814Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:30.815Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731710811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:30.913Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-04-29T21:28:30.914Z||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-29T21:28:30.914Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:30.926Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:30.927Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:31.815Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 97db611e-01be-49ae-81f7-7b28805ea5f2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-29T21:28:31.816Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:28:31.816Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:32.395Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:28:32.396Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 97db611e-01be-49ae-81f7-7b28805ea5f2 200
2021-04-29T21:28:32.396Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:32.396Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:32.396Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:28:32.396Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:32.398Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:32.398Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731712396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:28:32.498Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:32.499Z||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-29T21:28:32.499Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:32.510Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:32.511Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-29T21:28:33.398Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9e950832-aadc-49e9-8702-8e594be12b37
2021-04-29T21:28:33.399Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 177285eb-e0a2-4792-bbab-f77fcad2ea2f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2021-04-29T21:28:33.412Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-29T21:28:33.427Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:33.428Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:33.428Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-04-29T21:28:33.428Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= d140c7e4-ded5-4777-94d3-d0d17230df89
2021-04-29T21:28:33.428Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d140c7e4-ded5-4777-94d3-d0d17230df89 matches Tosca VF Customization UUID: d140c7e4-ded5-4777-94d3-d0d17230df89
2021-04-29T21:28:33.428Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: d140c7e4-ded5-4777-94d3-d0d17230df89  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-29T21:28:33.430Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:33.430Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:33.431Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id d140c7e4-ded5-4777-94d3-d0d17230df89: {\"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-29T21:28:33.431Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58643089
2021-04-29T21:28:33.431Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:33.431Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T21:28:33.431Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 29508206-fe81-406a-ab39-1237c0cbfa0b
2021-04-29T21:28:33.431Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 29508206-fe81-406a-ab39-1237c0cbfa0b
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-29T21:28:33.433Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:33.434Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T21:28:33.434Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:28:33.434Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:33.434Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T21:28:33.434Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:28:33.435Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:33.435Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-29T21:28:33.435Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-29T21:28:33.435Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d63c3551-e729-493a-8e3d-007c41d0d066
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-29T21:28:33.437Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:33.437Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T21:28:33.437Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:28:33.438Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:33.438Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T21:28:33.438Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d140c7e4-ded5-4777-94d3-d0d17230df89
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-29T21:28:33.440Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:33.440Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:33.440Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9e950832-aadc-49e9-8702-8e594be12b37: basic_cnf
2021-04-29T21:28:33.440Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:33.440Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:33.440Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:33.441Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:33.441Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:33.441Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:33.441Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:33.441Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:33.441Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:28:33.441Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:28:33.441Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:33.506Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 177285eb-e0a2-4792-bbab-f77fcad2ea2f 1 ASDC deployResourceStructure
2021-04-29T21:28:33.507Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:33.507Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:33.507Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-29T21:28:33.507Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:33.509Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:33.509Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731713506,
  "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-29T21:28:33.609Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:33.610Z||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-29T21:28:33.610Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:33.624Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:33.625Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-29T21:28:34.510Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:34.511Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:34.511Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-29T21:28:34.511Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:34.513Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:34.513Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731714510,
  "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-29T21:28:34.613Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:34.614Z||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-29T21:28:34.614Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:34.627Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:34.628Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:35.514Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:35.515Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:35.515Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:28:35.515Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:35.517Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:35.517Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731715514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:28:35.617Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:35.618Z||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-29T21:28:35.619Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:35.631Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:35.631Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:36.518Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:36.519Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:36.519Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:28:36.519Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:36.522Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:36.522Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731716518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T21:28:36.622Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:36.623Z||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-29T21:28:36.623Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:36.636Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:36.636Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:37.524Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:37.525Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:37.525Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:28:37.525Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:37.528Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:37.528Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731717524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-29T21:28:37.628Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:37.630Z||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-29T21:28:37.631Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:37.644Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:37.645Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:38.529Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:38.529Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:28:38.529Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:28:38.529Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:28:38.531Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:28:38.531Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731718528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:28:38.631Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:28:38.631Z||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-29T21:28:38.632Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:28:38.648Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:28:38.648Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:28:39.531Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13e8883b-f41b-4c44-a93d-d4a5cd1fb939
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T21:28:39.544Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13e8883b-f41b-4c44-a93d-d4a5cd1fb939
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T21:28:39.551Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:28:39.551Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-29T21:28:39.551Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-29T21:28:39.551Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-29T21:28:39.551Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:28:39.551Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:28:39.551Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:28:39.551Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:28:39.551Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:28:39.551Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:28:39.551Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:28:39.559Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-29T21:29:09.560Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 13e8883b-f41b-4c44-a93d-d4a5cd1fb939 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-29T21:29:09.565Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13e8883b-f41b-4c44-a93d-d4a5cd1fb939 and serviceModelVersionId: 9e950832-aadc-49e9-8702-8e594be12b37
2021-04-29T21:29:09.565Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 99afb9f3-577f-4da8-8e1b-616289eb2b66
2021-04-29T21:29:09.566Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/99afb9f3-577f-4da8-8e1b-616289eb2b66/model-vers/model-ver/9e950832-aadc-49e9-8702-8e594be12b37?depth=0
2021-04-29T21:29:09.573Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-04-29T21:29:09.619Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99afb9f3-577f-4da8-8e1b-616289eb2b66/model-vers/model-ver/9e950832-aadc-49e9-8702-8e594be12b37?depth=0|INFO|500||Invoke
2021-04-29T21:29:09.620Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99afb9f3-577f-4da8-8e1b-616289eb2b66/model-vers/model-ver/9e950832-aadc-49e9-8702-8e594be12b37?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99afb9f3-577f-4da8-8e1b-616289eb2b66/model-vers/model-ver/9e950832-aadc-49e9-8702-8e594be12b37?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[13e8883b-f41b-4c44-a93d-d4a5cd1fb939], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2c626e7e-e1e9-40d5-bfd9-a717a4d276dc], X-ECOMP-RequestID=[13e8883b-f41b-4c44-a93d-d4a5cd1fb939], X-TransactionId=[], X-ONAP-RequestID=[13e8883b-f41b-4c44-a93d-d4a5cd1fb939], Content-Type=[application/merge-patch+json]}
2021-04-29T21:29:09.640Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99afb9f3-577f-4da8-8e1b-616289eb2b66/model-vers/model-ver/9e950832-aadc-49e9-8702-8e594be12b37?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-29T21:29:09.995Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99afb9f3-577f-4da8-8e1b-616289eb2b66/model-vers/model-ver/9e950832-aadc-49e9-8702-8e594be12b37?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/99afb9f3-577f-4da8-8e1b-616289eb2b66/model-vers/model-ver/9e950832-aadc-49e9-8702-8e594be12b37?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210429-21:29:09:648-9876], vertex-id=[241800], Content-Length=[0], Date=[Thu, 29 Apr 2021 21:29:09 GMT], Content-Type=[application/json]}
2021-04-29T21:29:09.995Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99afb9f3-577f-4da8-8e1b-616289eb2b66/model-vers/model-ver/9e950832-aadc-49e9-8702-8e594be12b37?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-29T21:29:09.995Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/99afb9f3-577f-4da8-8e1b-616289eb2b66/model-vers/model-ver/9e950832-aadc-49e9-8702-8e594be12b37?depth=0|INFO|500||InvokeReturn
2021-04-29T21:29:09.996Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-29T21:29:09.996Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-29T21:29:09.999Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||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-29T21:29:09.999Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13e8883b-f41b-4c44-a93d-d4a5cd1fb939 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-29T21:29:09.999Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-29T21:29:09.999Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:29:10.001Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:29:10.001Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731749999,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T21:29:10.101Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:29:10.102Z||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-29T21:29:10.102Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:29:10.117Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:29:10.117Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-29T21:29:11.011Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T21:29:11.011Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"24bfa04a-e95b-49d2-8b27-5cd95c20896e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e8df7dea-c078-49c3-b583-5f1c9a5d9b05","serviceDescription":"service","serviceInvariantUUID":"a0964028-848c-4fd1-825e-95739c3ef5aa","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e22f5a61-9d0b-4873-8a97-93275791da4a","resourceInvariantUUID":"e12404cb-4140-46c0-b251-fa94f72b2c52","resourceCustomizationUUID":"314e150e-7904-41ae-921e-99ef3a38b8a8","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":"YjNmZDc1NWU4ODMzNmMxYzg4MDJiZGVkNjc4YjkzOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"886b5e90-a529-4aab-82fc-ef01f3886267","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":"ZDQ3YTU0ZjdjZThhMmRjNmUxMTRiYWE0NGFiOTg2Y2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"30399e2c-076c-4978-9c97-3102256344f2","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":"7c416ed0-a145-42a7-b0b3-af3e5cb98065","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":"7672586a-b4c3-4385-9788-283671bb129e","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":"5ce2f733-567f-4727-a510-d4322f314fff","artifactVersion":"2","generatedFromUUID":"7c416ed0-a145-42a7-b0b3-af3e5cb98065"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTgxMzMzNmEyNzA2OGU5Zjc1MDM0MjU2YWY0ZWE2MGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"371b345b-338d-49f0-9e20-cbaf38d84919","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YTllYjJhYWU1ZTA3ZWE3ODUzNWNlOWYyYjM0ZDRjOGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e81954-8937-42af-9f31-137121bba0ba","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-29T21:29:11.012Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:29:11.012Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:29:11.014Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:29:11.014Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:29:11.114Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:29:11.115Z||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-29T21:29:11.115Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:29:11.127Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:29:11.127Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:29:12.014Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:29:12.015Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:29:12.017Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:29:12.017Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:29:12.118Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T21:29:12.120Z||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-29T21:29:12.121Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:29:12.132Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:29:12.133Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:29:13.018Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:29:13.019Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:29:13.021Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:29:13.021Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:29:13.121Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:29:13.121Z||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-29T21:29:13.122Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:29:13.133Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:29:13.133Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:29:14.021Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:29:14.022Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:29:14.025Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:29:14.025Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:29:14.125Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:29:14.126Z||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-29T21:29:14.126Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:29:14.138Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:29:14.138Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:29:15.025Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:29:15.028Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:29:15.030Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:29:15.030Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-29T21:29:15.130Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-29T21:29:15.131Z||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-29T21:29:15.131Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:29:15.143Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:29:15.143Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:29:16.031Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:29:16.032Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:29:16.034Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:29:16.034Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:29:16.134Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:29:16.135Z||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-29T21:29:16.135Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:29:16.148Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:29:16.148Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:29:17.034Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:29:17.036Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:29:17.040Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:29:17.040Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:29:17.139Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-29T21:29:17.140Z||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-29T21:29:17.140Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:29:17.153Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:29:17.153Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:29:18.041Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e8df7dea-c078-49c3-b583-5f1c9a5d9b05",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a0964028-848c-4fd1-825e-95739c3ef5aa",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "314e150e-7904-41ae-921e-99ef3a38b8a8",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e22f5a61-9d0b-4873-8a97-93275791da4a",
      "resourceInvariantUUID": "e12404cb-4140-46c0-b251-fa94f72b2c52",
      "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": "ZDQ3YTU0ZjdjZThhMmRjNmUxMTRiYWE0NGFiOTg2Y2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "30399e2c-076c-4978-9c97-3102256344f2",
          "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": "7c416ed0-a145-42a7-b0b3-af3e5cb98065",
          "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": "5ce2f733-567f-4727-a510-d4322f314fff",
            "generatedFromUUID": "7c416ed0-a145-42a7-b0b3-af3e5cb98065"
          },
          "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": "5ce2f733-567f-4727-a510-d4322f314fff",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YTllYjJhYWU1ZTA3ZWE3ODUzNWNlOWYyYjM0ZDRjOGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e81954-8937-42af-9f31-137121bba0ba"
    }
  ],
  "workloadContext": "Production"
}
2021-04-29T21:29:18.042Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-29T21:29:18.043Z|13e8883b-f41b-4c44-a93d-d4a5cd1fb939|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e8df7dea-c078-49c3-b583-5f1c9a5d9b05 ASDC
2021-04-29T21:29:18.043Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:24bfa04a-e95b-49d2-8b27-5cd95c20896e
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e8df7dea-c078-49c3-b583-5f1c9a5d9b05
ServiceInvariantUUID:a0964028-848c-4fd1-825e-95739c3ef5aa
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:11e81954-8937-42af-9f31-137121bba0ba
ArtifactChecksum:YTllYjJhYWU1ZTA3ZWE3ODUzNWNlOWYyYjM0ZDRjOGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:314e150e-7904-41ae-921e-99ef3a38b8a8
ResourceInvariantUUID:e12404cb-4140-46c0-b251-fa94f72b2c52
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e22f5a61-9d0b-4873-8a97-93275791da4a
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:30399e2c-076c-4978-9c97-3102256344f2
ArtifactChecksum:ZDQ3YTU0ZjdjZThhMmRjNmUxMTRiYWE0NGFiOTg2Y2Y=
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:7c416ed0-a145-42a7-b0b3-af3e5cb98065
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:5ce2f733-567f-4727-a510-d4322f314fff
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:5ce2f733-567f-4727-a510-d4322f314fff
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-29T21:29:18.043Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8df7dea-c078-49c3-b583-5f1c9a5d9b05 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-29T21:29:18.072Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T21:29:18.073Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:29:18.073Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:29:18.073Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 11e81954-8937-42af-9f31-137121bba0ba from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-29T21:29:18.073Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:29:18.074Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-29T21:29:18.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:29:18.954Z||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-29T21:29:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:29:18.976Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:29:18.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:29:18.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "clamp",
  "timestamp": 1619731638993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:29:18.977Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:29:19.535Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:29:19.539Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 11e81954-8937-42af-9f31-137121bba0ba 74271
2021-04-29T21:29:19.539Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:19.539Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:19.539Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:29:19.539Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:29:19.541Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:29:19.541Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731759539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:29:19.641Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:29:19.642Z||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-29T21:29:19.642Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:29:19.656Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:29:19.657Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:29:20.542Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T21:29:20.543Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:29:20.543Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 11e81954-8937-42af-9f31-137121bba0ba, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-29T21:29:20.543Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-04-29T21:29:20.544Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-29T21:29:20.544Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-04-29T21:29:20.977Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11871777950592262353/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-29T21:29:22.016Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-29T21:29:22.016Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-04-29T21:29:22.016Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-29T21:29:22.016Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-29T21:29:22.016Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:22.016Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:22.017Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:22.017Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:22.017Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:22.017Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:22.017Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:22.017Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:22.017Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:22.017Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:22.017Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-04-29T21:29:22.017Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:22.017Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:29:22.017Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-29T21:29:22.017Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-29T21:29:22.018Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T21:29:22.018Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:22.018Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:29:22.018Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-29T21:29:22.018Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-29T21:29:22.018Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T21:29:22.018Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:22.018Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:29:22.018Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:22.019Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-29T21:29:22.019Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-29T21:29:22.019Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-29T21:29:22.019Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-29T21:29:22.019Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-29T21:29:22.019Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-29T21:29:22.019Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:22.019Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T21:29:22.019Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:22.019Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-29T21:29:22.019Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:29:22.019Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:22.020Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-29T21:29:22.020Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:29:22.020Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:22.020Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-29T21:29:22.020Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:29:22.020Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:22.020Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-29T21:29:22.020Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-29T21:29:22.021Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-29T21:29:22.021Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=77ea1896-9d23-4505-935a-561e7e99e9cc
2021-04-29T21:29:22.021Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:22.021Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:29:22.021Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:22.021Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:29:22.021Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:22.022Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:29:22.022Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:22.022Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:29:22.022Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:e8df7dea-c078-49c3-b583-5f1c9a5d9b05
Model Version:NULL
Model InvariantUuid:a0964028-848c-4fd1-825e-95739c3ef5aa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:1c7da59b-8d88-46e7-973a-e5e5e26a2215
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e12404cb-4140-46c0-b251-fa94f72b2c52
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:314e150e-7904-41ae-921e-99ef3a38b8a8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b4b61cd1-9ff9-4151-9722-3cbe630e83b1
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:c451464e-0ab8-4d8c-8c29-8c6ec778b3e4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:77ea1896-9d23-4505-935a-561e7e99e9cc
ModelInvariantUuid:4526f682-500c-4801-8898-4e7dd2b75814
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:4cbf255d-8a1b-40b3-90f4-57eba81b2ba0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:eb7a41dc-ab86-4fba-9932-0035fcff3447
ModelInvariantUuid:c837a235-e99b-4cfb-9583-cb04222bf6f3
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:350d83f5-266f-42d7-b1ee-3b999d744329
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-29T21:29:22.027Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: e22f5a61-9d0b-4873-8a97-93275791da4a
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-29T21:29:22.029Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||basic_vm 0
2021-04-29T21:29:22.029Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e22f5a61-9d0b-4873-8a97-93275791da4a
2021-04-29T21:29:22.030Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 30399e2c-076c-4978-9c97-3102256344f2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-29T21:29:22.030Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:29:22.030Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:22.761Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:29:22.761Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 30399e2c-076c-4978-9c97-3102256344f2 787
2021-04-29T21:29:22.762Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:22.762Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:22.762Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:29:22.762Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:29:22.764Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:29:22.764Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731762762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:29:22.864Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:29:22.865Z||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-29T21:29:22.865Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:29:22.875Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:29:22.876Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:29:23.764Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b4b61cd1-9ff9-4151-9722-3cbe630e83b1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c451464e-0ab8-4d8c-8c29-8c6ec778b3e4",
    "vfModuleModelCustomizationUUID": "91e054ff-a2df-40c7-bcc7-6a8bc3c16553",
    "isBase": true,
    "artifacts": [
      "7c416ed0-a145-42a7-b0b3-af3e5cb98065",
      "5ce2f733-567f-4727-a510-d4322f314fff"
    ],
    "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-29T21:29:23.768Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c451464e-0ab8-4d8c-8c29-8c6ec778b3e4
VfModuleModelInvariantUUID:b4b61cd1-9ff9-4151-9722-3cbe630e83b1
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c416ed0-a145-42a7-b0b3-af3e5cb98065
,
5ce2f733-567f-4727-a510-d4322f314fff

}
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-29T21:29:23.771Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b4b61cd1-9ff9-4151-9722-3cbe630e83b1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c451464e-0ab8-4d8c-8c29-8c6ec778b3e4",
    "vfModuleModelCustomizationUUID": "91e054ff-a2df-40c7-bcc7-6a8bc3c16553",
    "isBase": true,
    "artifacts": [
      "7c416ed0-a145-42a7-b0b3-af3e5cb98065",
      "5ce2f733-567f-4727-a510-d4322f314fff"
    ],
    "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-29T21:29:23.771Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c451464e-0ab8-4d8c-8c29-8c6ec778b3e4
VfModuleModelInvariantUUID:b4b61cd1-9ff9-4151-9722-3cbe630e83b1
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c416ed0-a145-42a7-b0b3-af3e5cb98065
,
5ce2f733-567f-4727-a510-d4322f314fff

}
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-29T21:29:23.771Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7c416ed0-a145-42a7-b0b3-af3e5cb98065 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-29T21:29:23.772Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:29:23.772Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:24.337Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:29:24.337Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 7c416ed0-a145-42a7-b0b3-af3e5cb98065 5033
2021-04-29T21:29:24.338Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:24.338Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:24.338Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:29:24.338Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:29:24.340Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:29:24.340Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731764338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:29:24.440Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:29:24.441Z||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-29T21:29:24.441Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:29:24.452Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:29:24.452Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:29:25.340Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5ce2f733-567f-4727-a510-d4322f314fff from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-29T21:29:25.341Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:29:25.341Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:25.540Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:29:25.541Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 5ce2f733-567f-4727-a510-d4322f314fff 903
2021-04-29T21:29:25.541Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:25.541Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:25.541Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:29:25.542Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:29:25.544Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:29:25.544Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731765541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:29:25.644Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-29T21:29:25.645Z||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-29T21:29:25.645Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:29:25.656Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:29:25.656Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:29:26.545Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e8df7dea-c078-49c3-b583-5f1c9a5d9b05
2021-04-29T21:29:26.545Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e22f5a61-9d0b-4873-8a97-93275791da4a 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-29T21:29:26.556Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:26.557Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:29:26.557Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-04-29T21:29:26.557Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 314e150e-7904-41ae-921e-99ef3a38b8a8
2021-04-29T21:29:26.557Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 314e150e-7904-41ae-921e-99ef3a38b8a8 matches Tosca VF Customization UUID: 314e150e-7904-41ae-921e-99ef3a38b8a8
2021-04-29T21:29:26.557Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 314e150e-7904-41ae-921e-99ef3a38b8a8  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-29T21:29:26.559Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:26.559Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:29:26.560Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 314e150e-7904-41ae-921e-99ef3a38b8a8: {\"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-29T21:29:26.560Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65b085a0
2021-04-29T21:29:26.560Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:26.560Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T21:29:26.560Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 91e054ff-a2df-40c7-bcc7-6a8bc3c16553
2021-04-29T21:29:26.560Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 91e054ff-a2df-40c7-bcc7-6a8bc3c16553
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-29T21:29:26.562Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:26.562Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-29T21:29:26.562Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:29:26.563Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:26.563Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-29T21:29:26.563Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:29:26.563Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:26.563Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-29T21:29:26.563Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-29T21:29:26.563Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-29T21:29:26.563Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=77ea1896-9d23-4505-935a-561e7e99e9cc
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-29T21:29:26.565Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:26.565Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-29T21:29:26.565Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:29:26.566Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:26.566Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-29T21:29:26.566Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=314e150e-7904-41ae-921e-99ef3a38b8a8
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-29T21:29:26.568Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:26.568Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:29:26.568Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e8df7dea-c078-49c3-b583-5f1c9a5d9b05: basic_vm
2021-04-29T21:29:26.568Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:26.569Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:29:26.569Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:26.569Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:29:26.569Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:26.569Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:29:26.569Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:26.569Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:29:26.569Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:29:26.569Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:29:26.570Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:26.627Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e22f5a61-9d0b-4873-8a97-93275791da4a 1 ASDC deployResourceStructure
2021-04-29T21:29:26.628Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:26.628Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:26.628Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:29:26.628Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:29:26.629Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:29:26.629Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731766627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:29:26.730Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T21:29:26.730Z||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-29T21:29:26.730Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:29:26.768Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:29:26.769Z||pool-68-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:29:27.630Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:27.630Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:27.631Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:29:27.631Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:29:27.632Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:29:27.633Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731767630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T21:29:27.732Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-29T21:29:27.733Z||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-29T21:29:27.733Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:29:27.744Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:29:27.744Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:29:28.633Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:28.634Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:28.634Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:29:28.634Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:29:28.636Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:29:28.636Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731768633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-29T21:29:28.736Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:29:28.736Z||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-29T21:29:28.736Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:29:28.748Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:29:28.748Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:29:29.636Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:29.637Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:29:29.637Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:29:29.637Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:29:29.639Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:29:29.639Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731769636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:29:29.739Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:29:29.739Z||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-29T21:29:29.739Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:29:29.752Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:29:29.753Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:29:30.640Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24bfa04a-e95b-49d2-8b27-5cd95c20896e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T21:29:30.646Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24bfa04a-e95b-49d2-8b27-5cd95c20896e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T21:29:30.648Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:29:30.649Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T21:29:30.649Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T21:30:00.649Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24bfa04a-e95b-49d2-8b27-5cd95c20896e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T21:30:00.657Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24bfa04a-e95b-49d2-8b27-5cd95c20896e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T21:30:00.660Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:30:00.660Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T21:30:00.660Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T21:30:18.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:30:18.954Z||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-29T21:30:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:30:18.976Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:30:18.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:18.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "dcae-sch",
  "timestamp": 1619731625417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:18.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:18.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731635193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-29T21:30:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731633208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731619142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-29T21:30:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "cds",
  "timestamp": 1619731639562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:30:19.004Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 64e61ee0-0246-477c-ba0d-a196c95168e6
2021-04-29T21:30:19.005Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64e61ee0-0246-477c-ba0d-a196c95168e6 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-29T21:30:19.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "policy-id",
  "timestamp": 1619731638558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.011Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731638012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.011Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731629011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.011Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "clamp",
  "timestamp": 1619731639996,
  "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-29T21:30:19.015Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 24bfa04a-e95b-49d2-8b27-5cd95c20896e
2021-04-29T21:30:19.015Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24bfa04a-e95b-49d2-8b27-5cd95c20896e 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-29T21:30:19.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "dcae-sch",
  "timestamp": 1619731625417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731635193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731633208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731619142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "policy-id",
  "timestamp": 1619731638558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731638012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731629011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "clamp",
  "timestamp": 1619731622137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731635193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731619142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "policy-id",
  "timestamp": 1619731638558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731638012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731629011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "clamp",
  "timestamp": 1619731622137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731642034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.023Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731635193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731619142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "policy-id",
  "timestamp": 1619731638558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731638012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731629011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "clamp",
  "timestamp": 1619731622137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "cds",
  "timestamp": 1619731642647,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "policy-id",
  "timestamp": 1619731638558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731638012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731629011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731643847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "clamp",
  "timestamp": 1619731622137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731644047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "cds",
  "timestamp": 1619731642647,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731644172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "aai-ml",
  "timestamp": 1619731643778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "policy-id",
  "timestamp": 1619731638558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731638012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731629011,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "clamp",
  "timestamp": 1619731622137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "cds",
  "timestamp": 1619731642647,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "aai-ml",
  "timestamp": 1619731643778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731645547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.026Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "policy-id",
  "timestamp": 1619731638558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731645650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.027Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731629011,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731645835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.027Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "clamp",
  "timestamp": 1619731622137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "dcae-sch",
  "timestamp": 1619731645417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731646161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.028Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "cds",
  "timestamp": 1619731642647,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "aai-ml",
  "timestamp": 1619731643778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731646552,
  "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-29T21:30:19.032Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 64e61ee0-0246-477c-ba0d-a196c95168e6
2021-04-29T21:30:19.032Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64e61ee0-0246-477c-ba0d-a196c95168e6 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-29T21:30:19.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731629011,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "policy-id",
  "timestamp": 1619731646770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.039Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731646969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.039Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "clamp",
  "timestamp": 1619731622137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "dcae-sch",
  "timestamp": 1619731645417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "cds",
  "timestamp": 1619731642647,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731647189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.040Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "aai-ml",
  "timestamp": 1619731643778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731647556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:30:19.040Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731629011,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "policy-id",
  "timestamp": 1619731647774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:30:19.041Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "clamp",
  "timestamp": 1619731622137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "dcae-sch",
  "timestamp": 1619731645417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "cds",
  "timestamp": 1619731642647,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731648195,
  "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-29T21:30:19.046Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 64e61ee0-0246-477c-ba0d-a196c95168e6
2021-04-29T21:30:19.046Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64e61ee0-0246-477c-ba0d-a196c95168e6 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-29T21:30:19.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731648222,
  "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-29T21:30:19.057Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 64e61ee0-0246-477c-ba0d-a196c95168e6
2021-04-29T21:30:19.057Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64e61ee0-0246-477c-ba0d-a196c95168e6 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-29T21:30:19.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "aai-ml",
  "timestamp": 1619731643778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731648472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:30:19.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731629011,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "policy-id",
  "timestamp": 1619731648776,
  "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-29T21:30:19.065Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 64e61ee0-0246-477c-ba0d-a196c95168e6
2021-04-29T21:30:19.065Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64e61ee0-0246-477c-ba0d-a196c95168e6 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-29T21:30:19.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "dcae-sch",
  "timestamp": 1619731645417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "cds",
  "timestamp": 1619731642647,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731649198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:30:19.073Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731649224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:30:19.073Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "aai-ml",
  "timestamp": 1619731643778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731649476,
  "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-29T21:30:19.079Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 24bfa04a-e95b-49d2-8b27-5cd95c20896e
2021-04-29T21:30:19.079Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24bfa04a-e95b-49d2-8b27-5cd95c20896e 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-29T21:30:19.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731629011,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "dcae-sch",
  "timestamp": 1619731645417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "cds",
  "timestamp": 1619731642647,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "aai-ml",
  "timestamp": 1619731643778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731638012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731629011,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731650226,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "dcae-sch",
  "timestamp": 1619731645417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731650816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731638012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "cds",
  "timestamp": 1619731651692,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619731629011,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731650226,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "aai-ml",
  "timestamp": 1619731651887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "dcae-sch",
  "timestamp": 1619731645417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731650816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "clamp",
  "timestamp": 1619731652378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731638012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "cds",
  "timestamp": 1619731652697,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T21:30:19.102Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a0888f7b-0e28-42b6-b249-22562eac4ec7
2021-04-29T21:30:19.103Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0888f7b-0e28-42b6-b249-22562eac4ec7 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-29T21:30:19.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731650226,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "dcae-sch",
  "timestamp": 1619731645417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731650816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731638012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731650226,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "clamp",
  "timestamp": 1619731654254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:30:19.110Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731650816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731638012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731650226,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "dcae-sch",
  "timestamp": 1619731654923,
  "artifactURL": "/sdc/v1/catalog/services/deaf1b2c-3af1-4852-bb32-3a647ccc5cfe/resourceInstances/basicclamp0/artifacts/4792e021-6c05-471e-a47c-dbd3badb521e",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "clamp",
  "timestamp": 1619731655257,
  "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-29T21:30:19.115Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 64e61ee0-0246-477c-ba0d-a196c95168e6
2021-04-29T21:30:19.115Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64e61ee0-0246-477c-ba0d-a196c95168e6 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-29T21:30:19.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731650816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731638012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731655193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731650226,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "dcae-sch",
  "timestamp": 1619731656214,
  "artifactURL": "/sdc/v1/catalog/services/deaf1b2c-3af1-4852-bb32-3a647ccc5cfe/resourceInstances/basicclamp0/artifacts/4792e021-6c05-471e-a47c-dbd3badb521e",
  "status": "DEPLOY_OK"
}
2021-04-29T21:30:19.123Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731650816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731638012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731655193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731650226,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "clamp",
  "timestamp": 1619731656260,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "dcae-sch",
  "timestamp": 1619731657218,
  "artifactURL": "/sdc/v1/catalog/services/deaf1b2c-3af1-4852-bb32-3a647ccc5cfe/resourceInstances/basicclamp0/artifacts/4792e021-6c05-471e-a47c-dbd3badb521e",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:30:19.128Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of a0888f7b-0e28-42b6-b249-22562eac4ec7
2021-04-29T21:30:19.129Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0888f7b-0e28-42b6-b249-22562eac4ec7 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-29T21:30:19.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731650816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731638012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731655193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731650226,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "clamp",
  "timestamp": 1619731656260,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731650816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731655193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "clamp",
  "timestamp": 1619731656260,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "policy-id",
  "timestamp": 1619731658558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731655193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "clamp",
  "timestamp": 1619731656260,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "policy-id",
  "timestamp": 1619731658558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731660406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731660499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731660501,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731655193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "clamp",
  "timestamp": 1619731656260,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "aai-ml",
  "timestamp": 1619731660892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:30:19.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "policy-id",
  "timestamp": 1619731658558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731655193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "clamp",
  "timestamp": 1619731656260,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "aai-ml",
  "timestamp": 1619731661894,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:30:19.145Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 24bfa04a-e95b-49d2-8b27-5cd95c20896e
2021-04-29T21:30:19.145Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24bfa04a-e95b-49d2-8b27-5cd95c20896e 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-29T21:30:19.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731662075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.154Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "policy-id",
  "timestamp": 1619731658558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731662133,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.155Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731662586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:30:19.155Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731655193,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "clamp",
  "timestamp": 1619731656260,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "aai-ml",
  "timestamp": 1619731643778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "policy-id",
  "timestamp": 1619731658558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731663590,
  "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-29T21:30:19.160Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 64e61ee0-0246-477c-ba0d-a196c95168e6
2021-04-29T21:30:19.160Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64e61ee0-0246-477c-ba0d-a196c95168e6 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-29T21:30:19.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731663653,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731663732,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "clamp",
  "timestamp": 1619731656260,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "aai-ml",
  "timestamp": 1619731643778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "policy-id",
  "timestamp": 1619731658558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731664336,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731638012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731664655,
  "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-29T21:30:19.172Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a0888f7b-0e28-42b6-b249-22562eac4ec7
2021-04-29T21:30:19.172Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0888f7b-0e28-42b6-b249-22562eac4ec7 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-29T21:30:19.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731664750,
  "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-29T21:30:19.184Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a0888f7b-0e28-42b6-b249-22562eac4ec7
2021-04-29T21:30:19.185Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0888f7b-0e28-42b6-b249-22562eac4ec7 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-29T21:30:19.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "aai-ml",
  "timestamp": 1619731643778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "policy-id",
  "timestamp": 1619731658558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731665517,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.192Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731638012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619731665658,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:30:19.192Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619731665752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:30:19.192Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "aai-ml",
  "timestamp": 1619731643778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "policy-id",
  "timestamp": 1619731658558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731638012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731666687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.192Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "aai-ml",
  "timestamp": 1619731643778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731638012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.193Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731667691,
  "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-29T21:30:19.198Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a0888f7b-0e28-42b6-b249-22562eac4ec7
2021-04-29T21:30:19.198Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0888f7b-0e28-42b6-b249-22562eac4ec7 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-29T21:30:19.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "aai-ml",
  "timestamp": 1619731643778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "policy-id",
  "timestamp": 1619731668212,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731638012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619731668694,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:30:19.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "aai-ml",
  "timestamp": 1619731643778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "policy-id",
  "timestamp": 1619731669217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:30:19.206Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731638012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "aai-ml",
  "timestamp": 1619731643778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "policy-id",
  "timestamp": 1619731670219,
  "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-29T21:30:19.212Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a0888f7b-0e28-42b6-b249-22562eac4ec7
2021-04-29T21:30:19.213Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0888f7b-0e28-42b6-b249-22562eac4ec7 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-29T21:30:19.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731638012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "aai-ml",
  "timestamp": 1619731671574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731638012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731672991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "clamp",
  "timestamp": 1619731674066,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "clamp",
  "timestamp": 1619731675069,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731675139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:30:19.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619731676143,
  "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-29T21:30:19.224Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a0888f7b-0e28-42b6-b249-22562eac4ec7
2021-04-29T21:30:19.224Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0888f7b-0e28-42b6-b249-22562eac4ec7 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-29T21:30:19.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "clamp",
  "timestamp": 1619731676545,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:30:19.231Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "clamp",
  "timestamp": 1619731677547,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:30:19.231Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "clamp",
  "timestamp": 1619731678550,
  "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-29T21:30:19.234Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a0888f7b-0e28-42b6-b249-22562eac4ec7
2021-04-29T21:30:19.234Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0888f7b-0e28-42b6-b249-22562eac4ec7 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-29T21:30:19.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "aai-ml",
  "timestamp": 1619731680895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:30:19.242Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "aai-ml",
  "timestamp": 1619731681898,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:30:19.245Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 64e61ee0-0246-477c-ba0d-a196c95168e6
2021-04-29T21:30:19.245Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64e61ee0-0246-477c-ba0d-a196c95168e6 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-29T21:30:19.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "aai-ml",
  "timestamp": 1619731643778,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "aai-ml",
  "timestamp": 1619731643778,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "aai-ml",
  "timestamp": 1619731643778,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "aai-ml",
  "timestamp": 1619731643778,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "aai-ml",
  "timestamp": 1619731643778,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "aai-ml",
  "timestamp": 1619731643778,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aba8c60-89e8-4d99-bdde-8d996fd3babd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731688081,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "aai-ml",
  "timestamp": 1619731643778,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "aai-ml",
  "timestamp": 1619731643778,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "aai-ml",
  "timestamp": 1619731691701,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:30:19.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:30:19.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:30:30.660Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24bfa04a-e95b-49d2-8b27-5cd95c20896e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T21:30:30.669Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24bfa04a-e95b-49d2-8b27-5cd95c20896e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T21:30:30.672Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:30:30.672Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-29T21:30:30.672Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-29T21:30:30.672Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-29T21:30:30.672Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:30:30.672Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:30:30.672Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:30:30.672Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:30:30.672Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:30:30.672Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:30:30.672Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:30:30.676Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-29T21:31:00.676Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 24bfa04a-e95b-49d2-8b27-5cd95c20896e 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-29T21:31:00.680Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 24bfa04a-e95b-49d2-8b27-5cd95c20896e and serviceModelVersionId: e8df7dea-c078-49c3-b583-5f1c9a5d9b05
2021-04-29T21:31:00.680Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a0964028-848c-4fd1-825e-95739c3ef5aa
2021-04-29T21:31:00.681Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a0964028-848c-4fd1-825e-95739c3ef5aa/model-vers/model-ver/e8df7dea-c078-49c3-b583-5f1c9a5d9b05?depth=0
2021-04-29T21:31:00.685Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-04-29T21:31:00.717Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0964028-848c-4fd1-825e-95739c3ef5aa/model-vers/model-ver/e8df7dea-c078-49c3-b583-5f1c9a5d9b05?depth=0|INFO|500||Invoke
2021-04-29T21:31:00.717Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0964028-848c-4fd1-825e-95739c3ef5aa/model-vers/model-ver/e8df7dea-c078-49c3-b583-5f1c9a5d9b05?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0964028-848c-4fd1-825e-95739c3ef5aa/model-vers/model-ver/e8df7dea-c078-49c3-b583-5f1c9a5d9b05?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[24bfa04a-e95b-49d2-8b27-5cd95c20896e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dc23d45f-5cb1-4f75-bc60-985fa897920e], X-ECOMP-RequestID=[24bfa04a-e95b-49d2-8b27-5cd95c20896e], X-TransactionId=[], X-ONAP-RequestID=[24bfa04a-e95b-49d2-8b27-5cd95c20896e], Content-Type=[application/merge-patch+json]}
2021-04-29T21:31:00.738Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0964028-848c-4fd1-825e-95739c3ef5aa/model-vers/model-ver/e8df7dea-c078-49c3-b583-5f1c9a5d9b05?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-29T21:31:00.837Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0964028-848c-4fd1-825e-95739c3ef5aa/model-vers/model-ver/e8df7dea-c078-49c3-b583-5f1c9a5d9b05?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/a0964028-848c-4fd1-825e-95739c3ef5aa/model-vers/model-ver/e8df7dea-c078-49c3-b583-5f1c9a5d9b05?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210429-21:31:00:746-90491], vertex-id=[188488], Content-Length=[0], Date=[Thu, 29 Apr 2021 21:31:00 GMT], Content-Type=[application/json]}
2021-04-29T21:31:00.838Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0964028-848c-4fd1-825e-95739c3ef5aa/model-vers/model-ver/e8df7dea-c078-49c3-b583-5f1c9a5d9b05?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-29T21:31:00.838Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0964028-848c-4fd1-825e-95739c3ef5aa/model-vers/model-ver/e8df7dea-c078-49c3-b583-5f1c9a5d9b05?depth=0|INFO|500||InvokeReturn
2021-04-29T21:31:00.839Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-29T21:31:00.839Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-29T21:31:00.842Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||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-29T21:31:00.842Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 24bfa04a-e95b-49d2-8b27-5cd95c20896e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-29T21:31:00.843Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-29T21:31:00.843Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:00.845Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:00.845Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731860843,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T21:31:00.945Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:31:00.946Z||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-29T21:31:00.946Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:00.960Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:00.961Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-29T21:31:01.856Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T21:31:01.856Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"64e61ee0-0246-477c-ba0d-a196c95168e6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8808a421-7ba5-4614-9991-08561498df93","serviceDescription":"service","serviceInvariantUUID":"f4c7fc75-951f-4d34-a8c7-609855f70c7c","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5d6528ab-7c04-4495-b146-bdd64ca471d9","resourceInvariantUUID":"65cf78ed-0318-4021-bc1d-af8be2741d0d","resourceCustomizationUUID":"35d2d075-540d-43fc-aa17-821f4693f881","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":"ZDVjNjM3YjdhYTViNTNlNzNiYjFhZmJlYmViYjQyZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b91aaf4d-7dce-4d30-9d1e-0b260a5fbb13","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":"MzkyNGFhYmFhNTZlNmQ5ZjNiOTExZTE2YmVlYTU2M2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c1942736-c806-4031-b22a-b6044cb4703d","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":"41a4bf59-d72b-43dc-a8e2-09675f4c19b0","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":"9a5963d8-6e9e-4dfd-8367-35772d977772","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":"9b4df3a5-9bf1-4e7f-b0f8-ba89b42fcc45","artifactVersion":"2","generatedFromUUID":"41a4bf59-d72b-43dc-a8e2-09675f4c19b0"},{"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":"NDc4YThjOGJkMjI1MGY3N2U3NDlkMjVkNWQ1OTgxZmI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ca50ec77-b4e3-42ba-bef2-8037a8669b07","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":"MjBiMmJmMzgyZWE4MDEzYmJjYzU0MjYxNTgyM2M5MmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"325eb14a-0b4c-4bd9-a534-2128309d2b3a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZWU4ZWY2ZmQ1YmIwMGQwMTQ0MGFlYzg1OTUzMzY5ZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4ae2eb51-5005-46a6-b469-e57a4587302f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-29T21:31:01.856Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:31:01.856Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:01.858Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:01.858Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:31:01.963Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-04-29T21:31:01.963Z||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-29T21:31:01.963Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:01.977Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:01.977Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:31:02.859Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:31:02.860Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:02.861Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:02.862Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:31:02.962Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:31:02.963Z||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-29T21:31:02.963Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:02.976Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:02.977Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-29T21:31:03.862Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:31:03.863Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:03.864Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:03.864Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:31:03.965Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T21:31:03.966Z||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-29T21:31:03.966Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:03.979Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:03.979Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:31:04.865Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:31:04.866Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:04.868Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:04.868Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:31:04.968Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:31:04.969Z||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-29T21:31:04.969Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:04.982Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:04.982Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:31:05.868Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:31:05.869Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:05.871Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:05.872Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-29T21:31:05.971Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-29T21:31:05.972Z||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-29T21:31:05.972Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:05.985Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:05.985Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:31:06.872Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:31:06.872Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:06.874Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:06.874Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:31:06.974Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:31:06.975Z||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-29T21:31:06.975Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:06.987Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:06.987Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:31:07.874Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:31:07.875Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:07.876Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:07.877Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:31:07.977Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:31:07.978Z||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-29T21:31:07.978Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:07.989Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:07.989Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-29T21:31:08.877Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:31:08.878Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:08.880Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:08.881Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:31:08.981Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:31:08.982Z||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-29T21:31:08.982Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:08.992Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:08.993Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-29T21:31:09.881Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8808a421-7ba5-4614-9991-08561498df93",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f4c7fc75-951f-4d34-a8c7-609855f70c7c",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "35d2d075-540d-43fc-aa17-821f4693f881",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5d6528ab-7c04-4495-b146-bdd64ca471d9",
      "resourceInvariantUUID": "65cf78ed-0318-4021-bc1d-af8be2741d0d",
      "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": "MzkyNGFhYmFhNTZlNmQ5ZjNiOTExZTE2YmVlYTU2M2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c1942736-c806-4031-b22a-b6044cb4703d",
          "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": "41a4bf59-d72b-43dc-a8e2-09675f4c19b0",
          "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": "9b4df3a5-9bf1-4e7f-b0f8-ba89b42fcc45",
            "generatedFromUUID": "41a4bf59-d72b-43dc-a8e2-09675f4c19b0"
          },
          "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": "9b4df3a5-9bf1-4e7f-b0f8-ba89b42fcc45",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZWU4ZWY2ZmQ1YmIwMGQwMTQ0MGFlYzg1OTUzMzY5ZDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4ae2eb51-5005-46a6-b469-e57a4587302f"
    }
  ],
  "workloadContext": "Production"
}
2021-04-29T21:31:09.882Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-29T21:31:09.882Z|24bfa04a-e95b-49d2-8b27-5cd95c20896e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8808a421-7ba5-4614-9991-08561498df93 ASDC
2021-04-29T21:31:09.882Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:64e61ee0-0246-477c-ba0d-a196c95168e6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8808a421-7ba5-4614-9991-08561498df93
ServiceInvariantUUID:f4c7fc75-951f-4d34-a8c7-609855f70c7c
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:4ae2eb51-5005-46a6-b469-e57a4587302f
ArtifactChecksum:ZWU4ZWY2ZmQ1YmIwMGQwMTQ0MGFlYzg1OTUzMzY5ZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:35d2d075-540d-43fc-aa17-821f4693f881
ResourceInvariantUUID:65cf78ed-0318-4021-bc1d-af8be2741d0d
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:5d6528ab-7c04-4495-b146-bdd64ca471d9
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:c1942736-c806-4031-b22a-b6044cb4703d
ArtifactChecksum:MzkyNGFhYmFhNTZlNmQ5ZjNiOTExZTE2YmVlYTU2M2I=
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:41a4bf59-d72b-43dc-a8e2-09675f4c19b0
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:9b4df3a5-9bf1-4e7f-b0f8-ba89b42fcc45
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:9b4df3a5-9bf1-4e7f-b0f8-ba89b42fcc45
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-29T21:31:09.882Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8808a421-7ba5-4614-9991-08561498df93 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-29T21:31:09.908Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T21:31:09.909Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:31:09.909Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:31:09.909Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4ae2eb51-5005-46a6-b469-e57a4587302f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-29T21:31:09.909Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:31:09.909Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-29T21:31:10.971Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:31:10.974Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4ae2eb51-5005-46a6-b469-e57a4587302f 82059
2021-04-29T21:31:10.975Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:10.975Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:10.975Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:31:10.975Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:10.976Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:10.976Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731870975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:31:11.077Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T21:31:11.077Z||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-29T21:31:11.077Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:11.088Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:11.089Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:31:11.976Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T21:31:11.977Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:31:11.978Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4ae2eb51-5005-46a6-b469-e57a4587302f, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-29T21:31:11.978Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-04-29T21:31:11.978Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-29T21:31:11.978Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-29T21:31:12.071Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11614880119912215057/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-29T21:31:13.001Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-29T21:31:13.001Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-04-29T21:31:13.002Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-29T21:31:13.002Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-29T21:31:13.002Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:13.002Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:13.002Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:13.002Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:13.002Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:13.002Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:13.002Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:13.002Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:13.002Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:13.002Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:13.002Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-04-29T21:31:13.002Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:13.003Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:31:13.003Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-29T21:31:13.003Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-29T21:31:13.003Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T21:31:13.003Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:13.003Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:31:13.003Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-29T21:31:13.003Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-29T21:31:13.004Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T21:31:13.004Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:13.004Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:31:13.004Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:13.004Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-29T21:31:13.004Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-29T21:31:13.004Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-29T21:31:13.005Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-29T21:31:13.005Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-29T21:31:13.005Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-29T21:31:13.005Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:13.005Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T21:31:13.005Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:13.005Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-29T21:31:13.005Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:31:13.005Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:13.006Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-29T21:31:13.006Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:31:13.006Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:13.006Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-29T21:31:13.006Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:31:13.006Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:13.006Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-29T21:31:13.006Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-29T21:31:13.006Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-29T21:31:13.007Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c109007f-229c-4059-b3d5-eee2aca262f3
2021-04-29T21:31:13.007Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:13.007Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:31:13.007Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:13.007Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:31:13.007Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:13.007Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:31:13.007Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:13.007Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:31:13.007Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:8808a421-7ba5-4614-9991-08561498df93
Model Version:NULL
Model InvariantUuid:f4c7fc75-951f-4d34-a8c7-609855f70c7c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:6990fbc9-4e0f-406a-aed9-88e222db96e6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:65cf78ed-0318-4021-bc1d-af8be2741d0d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:35d2d075-540d-43fc-aa17-821f4693f881
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f6477970-ef8d-4132-b6d7-7361d5c3bde1
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:c05cf033-ec0b-438a-bcbf-68e3ea756896
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c109007f-229c-4059-b3d5-eee2aca262f3
ModelInvariantUuid:f1fca9e5-a4d6-4192-be2f-007beb104625
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:6b16fb88-a7bb-448c-ba0b-bb9ea1590729
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:dbb3bb9c-c785-458a-9d99-2a13a815e98d
ModelInvariantUuid:07294c54-ae9f-4675-8f86-ccebb8225063
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:6e70eda5-7282-43ee-b007-dc892d13bdec
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-29T21:31:13.012Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 5d6528ab-7c04-4495-b146-bdd64ca471d9
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-29T21:31:13.014Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2021-04-29T21:31:13.015Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5d6528ab-7c04-4495-b146-bdd64ca471d9
2021-04-29T21:31:13.015Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c1942736-c806-4031-b22a-b6044cb4703d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-29T21:31:13.015Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:31:13.015Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:13.411Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:31:13.412Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json c1942736-c806-4031-b22a-b6044cb4703d 792
2021-04-29T21:31:13.412Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:13.412Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:13.412Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:31:13.412Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:13.414Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:13.414Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731873412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:31:13.514Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:31:13.515Z||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-29T21:31:13.515Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:13.527Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:13.528Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:31:14.415Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f6477970-ef8d-4132-b6d7-7361d5c3bde1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c05cf033-ec0b-438a-bcbf-68e3ea756896",
    "vfModuleModelCustomizationUUID": "fb011e19-4d83-4538-bed2-f37c4c2e59e6",
    "isBase": true,
    "artifacts": [
      "41a4bf59-d72b-43dc-a8e2-09675f4c19b0",
      "9b4df3a5-9bf1-4e7f-b0f8-ba89b42fcc45"
    ],
    "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-29T21:31:14.419Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c05cf033-ec0b-438a-bcbf-68e3ea756896
VfModuleModelInvariantUUID:f6477970-ef8d-4132-b6d7-7361d5c3bde1
VfModuleModelDescription:NULL
Artifacts UUID List:{
41a4bf59-d72b-43dc-a8e2-09675f4c19b0
,
9b4df3a5-9bf1-4e7f-b0f8-ba89b42fcc45

}
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-29T21:31:14.422Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f6477970-ef8d-4132-b6d7-7361d5c3bde1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c05cf033-ec0b-438a-bcbf-68e3ea756896",
    "vfModuleModelCustomizationUUID": "fb011e19-4d83-4538-bed2-f37c4c2e59e6",
    "isBase": true,
    "artifacts": [
      "41a4bf59-d72b-43dc-a8e2-09675f4c19b0",
      "9b4df3a5-9bf1-4e7f-b0f8-ba89b42fcc45"
    ],
    "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-29T21:31:14.422Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c05cf033-ec0b-438a-bcbf-68e3ea756896
VfModuleModelInvariantUUID:f6477970-ef8d-4132-b6d7-7361d5c3bde1
VfModuleModelDescription:NULL
Artifacts UUID List:{
41a4bf59-d72b-43dc-a8e2-09675f4c19b0
,
9b4df3a5-9bf1-4e7f-b0f8-ba89b42fcc45

}
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-29T21:31:14.422Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 41a4bf59-d72b-43dc-a8e2-09675f4c19b0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-29T21:31:14.422Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:31:14.422Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:14.842Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:31:14.843Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 41a4bf59-d72b-43dc-a8e2-09675f4c19b0 5033
2021-04-29T21:31:14.843Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:14.843Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:14.843Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:31:14.843Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:14.844Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:14.845Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731874843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:31:14.945Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:31:14.945Z||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-29T21:31:14.946Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:14.957Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:14.958Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:31:15.845Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9b4df3a5-9bf1-4e7f-b0f8-ba89b42fcc45 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-29T21:31:15.845Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:31:15.846Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:16.002Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:31:16.003Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 9b4df3a5-9bf1-4e7f-b0f8-ba89b42fcc45 903
2021-04-29T21:31:16.003Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:16.003Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:16.003Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:31:16.003Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:16.004Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:16.004Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731876003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:31:16.104Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-29T21:31:16.105Z||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-29T21:31:16.105Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:16.119Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:16.119Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:31:17.005Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 8808a421-7ba5-4614-9991-08561498df93
2021-04-29T21:31:17.006Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 5d6528ab-7c04-4495-b146-bdd64ca471d9 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-29T21:31:17.017Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:17.018Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:31:17.018Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-04-29T21:31:17.018Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 35d2d075-540d-43fc-aa17-821f4693f881
2021-04-29T21:31:17.018Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 35d2d075-540d-43fc-aa17-821f4693f881 matches Tosca VF Customization UUID: 35d2d075-540d-43fc-aa17-821f4693f881
2021-04-29T21:31:17.018Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 35d2d075-540d-43fc-aa17-821f4693f881  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-29T21:31:17.020Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:17.020Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:31:17.021Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 35d2d075-540d-43fc-aa17-821f4693f881: {\"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-29T21:31:17.021Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@35e6dea5
2021-04-29T21:31:17.021Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:17.021Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T21:31:17.021Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fb011e19-4d83-4538-bed2-f37c4c2e59e6
2021-04-29T21:31:17.021Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fb011e19-4d83-4538-bed2-f37c4c2e59e6
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-29T21:31:17.023Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:17.023Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-29T21:31:17.023Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:31:17.023Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:17.024Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-29T21:31:17.024Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:31:17.024Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:17.024Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-29T21:31:17.024Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-29T21:31:17.024Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-29T21:31:17.024Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c109007f-229c-4059-b3d5-eee2aca262f3
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-29T21:31:17.026Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:17.026Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-29T21:31:17.026Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:31:17.026Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:17.026Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-29T21:31:17.026Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=35d2d075-540d-43fc-aa17-821f4693f881
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-29T21:31:17.028Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:17.028Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:31:17.029Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 8808a421-7ba5-4614-9991-08561498df93: basic_vm_macro
2021-04-29T21:31:17.029Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:17.029Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:31:17.029Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:17.029Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:31:17.029Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:17.029Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:31:17.030Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:17.030Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:31:17.030Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:31:17.030Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:31:17.030Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:17.094Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 5d6528ab-7c04-4495-b146-bdd64ca471d9 1 ASDC deployResourceStructure
2021-04-29T21:31:17.094Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:17.094Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:17.094Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:31:17.095Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:17.096Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:17.097Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731877094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:31:17.197Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:31:17.197Z||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-29T21:31:17.197Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:17.209Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:17.209Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:31:18.097Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:18.098Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:18.098Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:31:18.098Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:18.100Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:18.100Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731878097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T21:31:18.200Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:31:18.201Z||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-29T21:31:18.201Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:18.214Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:18.215Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:31:18.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:31:18.954Z||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-29T21:31:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:18.975Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:18.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-29T21:31:18.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:31:18.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "aai-ml",
  "timestamp": 1619731699492,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:31:18.977Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:31:18.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:31:18.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:31:18.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "aai-ml",
  "timestamp": 1619731700494,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:31:18.983Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a0888f7b-0e28-42b6-b249-22562eac4ec7
2021-04-29T21:31:18.983Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0888f7b-0e28-42b6-b249-22562eac4ec7 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-29T21:31:18.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:31:18.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:31:18.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731703060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:31:18.990Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:31:18.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731705293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:31:18.990Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:31:18.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731706540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:31:18.990Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:31:18.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731708608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:31:18.990Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:31:18.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731710811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:31:18.990Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:31:18.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731712396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731713506,
  "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-29T21:31:18.991Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731714510,
  "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-29T21:31:18.991Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731715514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731716518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731717524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731718528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13e8883b-f41b-4c44-a93d-d4a5cd1fb939",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731749999,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:31:18.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:31:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:31:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:31:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:31:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:31:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:31:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-29T21:31:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:31:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:31:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:31:18.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:31:18.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:31:18.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:31:19.101Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:19.101Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:19.101Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:31:19.101Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:19.103Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:19.104Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731879101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-29T21:31:19.203Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-29T21:31:19.204Z||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-29T21:31:19.204Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:19.216Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:19.217Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-29T21:31:20.104Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:20.105Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:20.105Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:31:20.105Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:20.106Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:20.106Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731880104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:31:20.207Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:31:20.207Z||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-29T21:31:20.207Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:20.219Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:20.219Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-29T21:31:21.107Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64e61ee0-0246-477c-ba0d-a196c95168e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T21:31:21.116Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64e61ee0-0246-477c-ba0d-a196c95168e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T21:31:21.117Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:31:21.118Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-29T21:31:21.118Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-29T21:31:21.118Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-29T21:31:21.118Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:31:21.118Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:31:21.118Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:31:21.118Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:31:21.118Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:31:21.118Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:31:21.118Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:31:21.121Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-29T21:31:51.121Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 64e61ee0-0246-477c-ba0d-a196c95168e6 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-29T21:31:51.124Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 64e61ee0-0246-477c-ba0d-a196c95168e6 and serviceModelVersionId: 8808a421-7ba5-4614-9991-08561498df93
2021-04-29T21:31:51.124Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f4c7fc75-951f-4d34-a8c7-609855f70c7c
2021-04-29T21:31:51.125Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f4c7fc75-951f-4d34-a8c7-609855f70c7c/model-vers/model-ver/8808a421-7ba5-4614-9991-08561498df93?depth=0
2021-04-29T21:31:51.128Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-04-29T21:31:51.151Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f4c7fc75-951f-4d34-a8c7-609855f70c7c/model-vers/model-ver/8808a421-7ba5-4614-9991-08561498df93?depth=0|INFO|500||Invoke
2021-04-29T21:31:51.151Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f4c7fc75-951f-4d34-a8c7-609855f70c7c/model-vers/model-ver/8808a421-7ba5-4614-9991-08561498df93?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f4c7fc75-951f-4d34-a8c7-609855f70c7c/model-vers/model-ver/8808a421-7ba5-4614-9991-08561498df93?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[64e61ee0-0246-477c-ba0d-a196c95168e6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d21d760a-55d8-4754-94e3-cccde079b4b6], X-ECOMP-RequestID=[64e61ee0-0246-477c-ba0d-a196c95168e6], X-TransactionId=[], X-ONAP-RequestID=[64e61ee0-0246-477c-ba0d-a196c95168e6], Content-Type=[application/merge-patch+json]}
2021-04-29T21:31:51.165Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f4c7fc75-951f-4d34-a8c7-609855f70c7c/model-vers/model-ver/8808a421-7ba5-4614-9991-08561498df93?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-29T21:31:51.313Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f4c7fc75-951f-4d34-a8c7-609855f70c7c/model-vers/model-ver/8808a421-7ba5-4614-9991-08561498df93?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/f4c7fc75-951f-4d34-a8c7-609855f70c7c/model-vers/model-ver/8808a421-7ba5-4614-9991-08561498df93?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210429-21:31:51:172-74397], vertex-id=[200776], Content-Length=[0], Date=[Thu, 29 Apr 2021 21:31:51 GMT], Content-Type=[application/json]}
2021-04-29T21:31:51.314Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f4c7fc75-951f-4d34-a8c7-609855f70c7c/model-vers/model-ver/8808a421-7ba5-4614-9991-08561498df93?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-29T21:31:51.314Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f4c7fc75-951f-4d34-a8c7-609855f70c7c/model-vers/model-ver/8808a421-7ba5-4614-9991-08561498df93?depth=0|INFO|500||InvokeReturn
2021-04-29T21:31:51.315Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-29T21:31:51.315Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-29T21:31:51.318Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||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-29T21:31:51.318Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 64e61ee0-0246-477c-ba0d-a196c95168e6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-29T21:31:51.319Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-29T21:31:51.319Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:51.321Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:51.321Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731911318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T21:31:51.421Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:31:51.421Z||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-29T21:31:51.422Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:51.436Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:51.436Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-29T21:31:52.329Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T21:31:52.329Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a0888f7b-0e28-42b6-b249-22562eac4ec7","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"deaf1b2c-3af1-4852-bb32-3a647ccc5cfe","serviceDescription":"service","serviceInvariantUUID":"30dfd294-96fd-4db6-8b46-60c3de236b42","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"17aff8b9-b5d3-497c-82a3-2ef0be8ca907","resourceInvariantUUID":"6fc3ef64-0c0d-42a8-b0b1-e51be13ddefa","resourceCustomizationUUID":"510f7f21-1032-4092-b8ff-2bdd8fd6c014","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":"4792e021-6c05-471e-a47c-dbd3badb521e","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":"NWFhMDhiNmM0NDNmZmU0NzE0NDIzMzJhOGE4YzljZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16c2e169-eaac-446d-b766-997f7c025cbe","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":"NDU5YTJkOWIzYWY3MjNiNTgzODZhOWE1OGI2ZWI2MzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b2960538-d104-441e-8ab0-2bcfb89e2693","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":"58394836-0aa9-47ab-89dd-26d199f2cc46","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":"f5ee2f51-11ce-4f7f-95a2-a95a92f19494","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":"85d103bb-e74b-4d08-b1d1-edbebfb3fc3a","artifactVersion":"2","generatedFromUUID":"58394836-0aa9-47ab-89dd-26d199f2cc46"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MzAzN2Q5NDU2ZDZmYWE0M2UyOWYwOGNjMDUzYmIxMzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de06121b-d4a3-44a9-819d-291d418e8910","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YzViNzNmOThlMzZiMmU1NTVjNjViZGFmN2JhMjE5ZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e488a4e4-026f-4cdd-80e9-1d35fbcb9cfb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-29T21:31:52.329Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:31:52.330Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:52.332Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:52.332Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:31:52.432Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:31:52.433Z||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-29T21:31:52.433Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:52.444Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:52.444Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:31:53.332Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:31:53.333Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:53.335Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:53.335Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:31:53.435Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:31:53.436Z||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-29T21:31:53.436Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:53.446Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:53.447Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-29T21:31:54.335Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:31:54.336Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:54.339Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:54.339Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:31:54.439Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:31:54.439Z||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-29T21:31:54.440Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:54.450Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:54.451Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:31:55.340Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:31:55.340Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:55.341Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:55.342Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:31:55.442Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:31:55.442Z||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-29T21:31:55.443Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:55.454Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:55.454Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:31:56.342Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:31:56.343Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:56.344Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:56.344Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:31:56.444Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:31:56.445Z||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-29T21:31:56.445Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:56.456Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:56.456Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:31:57.344Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:31:57.345Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:57.347Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:57.347Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-29T21:31:57.447Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:31:57.447Z||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-29T21:31:57.447Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:57.459Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:57.459Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:31:58.347Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:31:58.348Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:58.349Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:58.349Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:31:58.450Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:31:58.451Z||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-29T21:31:58.451Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:58.464Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:58.464Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:31:59.350Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T21:31:59.350Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:31:59.352Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:31:59.352Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:31:59.452Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:31:59.453Z||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-29T21:31:59.453Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:31:59.466Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:31:59.467Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:32:00.353Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "deaf1b2c-3af1-4852-bb32-3a647ccc5cfe",
  "serviceDescription": "service",
  "serviceInvariantUUID": "30dfd294-96fd-4db6-8b46-60c3de236b42",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "510f7f21-1032-4092-b8ff-2bdd8fd6c014",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "17aff8b9-b5d3-497c-82a3-2ef0be8ca907",
      "resourceInvariantUUID": "6fc3ef64-0c0d-42a8-b0b1-e51be13ddefa",
      "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": "NDU5YTJkOWIzYWY3MjNiNTgzODZhOWE1OGI2ZWI2MzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b2960538-d104-441e-8ab0-2bcfb89e2693",
          "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": "58394836-0aa9-47ab-89dd-26d199f2cc46",
          "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": "85d103bb-e74b-4d08-b1d1-edbebfb3fc3a",
            "generatedFromUUID": "58394836-0aa9-47ab-89dd-26d199f2cc46"
          },
          "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": "85d103bb-e74b-4d08-b1d1-edbebfb3fc3a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YzViNzNmOThlMzZiMmU1NTVjNjViZGFmN2JhMjE5ZWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e488a4e4-026f-4cdd-80e9-1d35fbcb9cfb"
    }
  ],
  "workloadContext": "Production"
}
2021-04-29T21:32:00.353Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-29T21:32:00.353Z|64e61ee0-0246-477c-ba0d-a196c95168e6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 deaf1b2c-3af1-4852-bb32-3a647ccc5cfe ASDC
2021-04-29T21:32:00.354Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a0888f7b-0e28-42b6-b249-22562eac4ec7
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:deaf1b2c-3af1-4852-bb32-3a647ccc5cfe
ServiceInvariantUUID:30dfd294-96fd-4db6-8b46-60c3de236b42
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:e488a4e4-026f-4cdd-80e9-1d35fbcb9cfb
ArtifactChecksum:YzViNzNmOThlMzZiMmU1NTVjNjViZGFmN2JhMjE5ZWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:510f7f21-1032-4092-b8ff-2bdd8fd6c014
ResourceInvariantUUID:6fc3ef64-0c0d-42a8-b0b1-e51be13ddefa
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:17aff8b9-b5d3-497c-82a3-2ef0be8ca907
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:b2960538-d104-441e-8ab0-2bcfb89e2693
ArtifactChecksum:NDU5YTJkOWIzYWY3MjNiNTgzODZhOWE1OGI2ZWI2MzU=
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:58394836-0aa9-47ab-89dd-26d199f2cc46
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:85d103bb-e74b-4d08-b1d1-edbebfb3fc3a
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:85d103bb-e74b-4d08-b1d1-edbebfb3fc3a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-29T21:32:00.354Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF deaf1b2c-3af1-4852-bb32-3a647ccc5cfe 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-29T21:32:00.378Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T21:32:00.379Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:32:00.379Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:32:00.379Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e488a4e4-026f-4cdd-80e9-1d35fbcb9cfb from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-29T21:32:00.379Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:32:00.379Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-29T21:32:00.637Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:32:00.644Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar e488a4e4-026f-4cdd-80e9-1d35fbcb9cfb 76839
2021-04-29T21:32:00.645Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:00.645Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:00.645Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:32:00.645Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:32:00.647Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:32:00.647Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731920645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:32:00.747Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:32:00.747Z||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-29T21:32:00.748Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:32:00.759Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:32:00.759Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:32:01.647Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T21:32:01.648Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-04-29T21:32:01.648Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e488a4e4-026f-4cdd-80e9-1d35fbcb9cfb, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-29T21:32:01.649Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-04-29T21:32:01.649Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-29T21:32:01.649Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-29T21:32:01.741Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17664682552980836386/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-29T21:32:02.703Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-29T21:32:02.703Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-04-29T21:32:02.704Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-29T21:32:02.704Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-29T21:32:02.704Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:02.704Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:02.704Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:02.704Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:02.704Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:02.704Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:02.704Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:02.704Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:02.704Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:02.704Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:02.704Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-04-29T21:32:02.705Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:02.705Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:32:02.705Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-29T21:32:02.705Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-29T21:32:02.705Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T21:32:02.705Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:02.705Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:32:02.705Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-29T21:32:02.705Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-29T21:32:02.706Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T21:32:02.706Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:02.706Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:32:02.706Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:02.706Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-29T21:32:02.706Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-29T21:32:02.706Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-29T21:32:02.706Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-29T21:32:02.706Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-29T21:32:02.706Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-29T21:32:02.706Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:02.706Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T21:32:02.707Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:02.707Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-29T21:32:02.707Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:32:02.707Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:02.707Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-29T21:32:02.707Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:32:02.707Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:02.707Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-29T21:32:02.707Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:32:02.707Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:02.707Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-29T21:32:02.707Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-29T21:32:02.707Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-29T21:32:02.708Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=98df5988-bc8f-43b8-8a8e-2d4368da9eba
2021-04-29T21:32:02.708Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:02.708Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:32:02.708Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:02.708Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:32:02.708Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:02.708Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:32:02.708Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:02.708Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:32:02.708Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:deaf1b2c-3af1-4852-bb32-3a647ccc5cfe
Model Version:NULL
Model InvariantUuid:30dfd294-96fd-4db6-8b46-60c3de236b42
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:d5bfe5a0-f3a4-4122-9934-8424462c9a7e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6fc3ef64-0c0d-42a8-b0b1-e51be13ddefa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:510f7f21-1032-4092-b8ff-2bdd8fd6c014
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9651c0c6-eb22-4124-9171-2bbcf1c83ea1
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:9bc665f7-d597-4d11-8a75-3877cc04f7db
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:98df5988-bc8f-43b8-8a8e-2d4368da9eba
ModelInvariantUuid:36a1393f-e9e9-47c1-9b8c-d71955d76283
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:acce1f52-149e-4880-9508-4882b93d4b75
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:a36ffee8-a198-40ce-9304-755e3cd192d9
ModelInvariantUuid:b75141a4-7e7d-4b10-a3af-f31ec607a1e5
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:0e19c5ce-f939-4d39-8492-df25a35b3850
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-29T21:32:02.713Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 17aff8b9-b5d3-497c-82a3-2ef0be8ca907
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-29T21:32:02.716Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||basicclamp 0
2021-04-29T21:32:02.716Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 17aff8b9-b5d3-497c-82a3-2ef0be8ca907
2021-04-29T21:32:02.716Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b2960538-d104-441e-8ab0-2bcfb89e2693 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-29T21:32:02.716Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:32:02.716Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:03.152Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:32:03.152Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json b2960538-d104-441e-8ab0-2bcfb89e2693 790
2021-04-29T21:32:03.152Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:03.152Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:03.153Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:32:03.153Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:32:03.154Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:32:03.154Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731923152,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:32:03.254Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:32:03.255Z||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-29T21:32:03.255Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:32:03.267Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:32:03.267Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:32:04.155Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9651c0c6-eb22-4124-9171-2bbcf1c83ea1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9bc665f7-d597-4d11-8a75-3877cc04f7db",
    "vfModuleModelCustomizationUUID": "fb7f1904-6cd0-40bb-8c95-7342b516940f",
    "isBase": true,
    "artifacts": [
      "58394836-0aa9-47ab-89dd-26d199f2cc46",
      "85d103bb-e74b-4d08-b1d1-edbebfb3fc3a"
    ],
    "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-29T21:32:04.157Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9bc665f7-d597-4d11-8a75-3877cc04f7db
VfModuleModelInvariantUUID:9651c0c6-eb22-4124-9171-2bbcf1c83ea1
VfModuleModelDescription:NULL
Artifacts UUID List:{
58394836-0aa9-47ab-89dd-26d199f2cc46
,
85d103bb-e74b-4d08-b1d1-edbebfb3fc3a

}
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-29T21:32:04.158Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9651c0c6-eb22-4124-9171-2bbcf1c83ea1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9bc665f7-d597-4d11-8a75-3877cc04f7db",
    "vfModuleModelCustomizationUUID": "fb7f1904-6cd0-40bb-8c95-7342b516940f",
    "isBase": true,
    "artifacts": [
      "58394836-0aa9-47ab-89dd-26d199f2cc46",
      "85d103bb-e74b-4d08-b1d1-edbebfb3fc3a"
    ],
    "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-29T21:32:04.158Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9bc665f7-d597-4d11-8a75-3877cc04f7db
VfModuleModelInvariantUUID:9651c0c6-eb22-4124-9171-2bbcf1c83ea1
VfModuleModelDescription:NULL
Artifacts UUID List:{
58394836-0aa9-47ab-89dd-26d199f2cc46
,
85d103bb-e74b-4d08-b1d1-edbebfb3fc3a

}
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-29T21:32:04.158Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 58394836-0aa9-47ab-89dd-26d199f2cc46 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-29T21:32:04.158Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:32:04.159Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:04.301Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:32:04.301Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 58394836-0aa9-47ab-89dd-26d199f2cc46 5033
2021-04-29T21:32:04.302Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:04.302Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:04.302Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:32:04.302Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:32:04.304Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:32:04.304Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731924302,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:32:04.404Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:32:04.405Z||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-29T21:32:04.405Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:32:04.416Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:32:04.416Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:32:05.304Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 85d103bb-e74b-4d08-b1d1-edbebfb3fc3a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-29T21:32:05.305Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-04-29T21:32:05.305Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:05.546Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-29T21:32:05.547Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 85d103bb-e74b-4d08-b1d1-edbebfb3fc3a 909
2021-04-29T21:32:05.547Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:05.547Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:05.547Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T21:32:05.547Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:32:05.549Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:32:05.549Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731925547,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:32:05.649Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:32:05.650Z||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-29T21:32:05.650Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:32:05.662Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:32:05.662Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:32:06.550Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: deaf1b2c-3af1-4852-bb32-3a647ccc5cfe
2021-04-29T21:32:06.551Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 17aff8b9-b5d3-497c-82a3-2ef0be8ca907 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-29T21:32:06.564Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:06.564Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:32:06.565Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-04-29T21:32:06.565Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 510f7f21-1032-4092-b8ff-2bdd8fd6c014
2021-04-29T21:32:06.565Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 510f7f21-1032-4092-b8ff-2bdd8fd6c014 matches Tosca VF Customization UUID: 510f7f21-1032-4092-b8ff-2bdd8fd6c014
2021-04-29T21:32:06.565Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 510f7f21-1032-4092-b8ff-2bdd8fd6c014  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-29T21:32:06.567Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:06.567Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:32:06.568Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 510f7f21-1032-4092-b8ff-2bdd8fd6c014: {\"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-29T21:32:06.568Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@11794e69
2021-04-29T21:32:06.568Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:06.568Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T21:32:06.568Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fb7f1904-6cd0-40bb-8c95-7342b516940f
2021-04-29T21:32:06.568Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fb7f1904-6cd0-40bb-8c95-7342b516940f
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-29T21:32:06.570Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:06.570Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-29T21:32:06.571Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:32:06.571Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:06.571Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-29T21:32:06.571Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:32:06.571Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:06.571Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-29T21:32:06.572Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-29T21:32:06.572Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-29T21:32:06.572Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=98df5988-bc8f-43b8-8a8e-2d4368da9eba
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-29T21:32:06.573Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:06.574Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-29T21:32:06.574Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T21:32:06.574Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:06.574Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-29T21:32:06.574Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=510f7f21-1032-4092-b8ff-2bdd8fd6c014
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-29T21:32:06.576Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:06.576Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:32:06.576Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid deaf1b2c-3af1-4852-bb32-3a647ccc5cfe: basicclamp
2021-04-29T21:32:06.576Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:06.576Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:32:06.576Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:06.577Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:32:06.577Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:06.577Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:32:06.577Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:06.577Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:32:06.577Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T21:32:06.577Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T21:32:06.577Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:06.631Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 17aff8b9-b5d3-497c-82a3-2ef0be8ca907 1 ASDC deployResourceStructure
2021-04-29T21:32:06.631Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:06.631Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:06.631Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:32:06.631Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:32:06.633Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:32:06.633Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731926631,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:32:06.733Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:32:06.734Z||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-29T21:32:06.734Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:32:06.745Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:32:06.745Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:32:07.633Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:07.634Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:07.634Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:32:07.634Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:32:07.635Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:32:07.636Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731927633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T21:32:07.736Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:32:07.736Z||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-29T21:32:07.737Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:32:07.752Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:32:07.753Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:32:08.636Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:08.637Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:08.637Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:32:08.637Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:32:08.639Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:32:08.639Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731928636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-29T21:32:08.739Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:32:08.739Z||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-29T21:32:08.740Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:32:08.751Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:32:08.752Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:32:09.640Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:09.640Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:09.640Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T21:32:09.640Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:32:09.642Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:32:09.642Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731929639,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:32:09.742Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:32:09.743Z||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-29T21:32:09.743Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:32:09.754Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:32:09.755Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T21:32:10.642Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0888f7b-0e28-42b6-b249-22562eac4ec7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T21:32:10.650Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0888f7b-0e28-42b6-b249-22562eac4ec7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T21:32:10.653Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T21:32:10.653Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-29T21:32:10.653Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-29T21:32:10.653Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-29T21:32:10.653Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:32:10.653Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:32:10.653Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:32:10.653Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:32:10.653Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:32:10.653Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:32:10.653Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T21:32:10.653Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T21:32:10.657Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-29T21:32:18.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:32:18.954Z||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-29T21:32:18.955Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:32:18.972Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:32:18.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:32:18.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731759539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:32:18.974Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:32:18.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:32:18.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731762762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:32:18.974Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:32:18.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:32:18.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731764338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:32:18.975Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:32:18.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:32:18.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731765541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:32:18.975Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:32:18.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:32:18.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731766627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:32:18.975Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:32:18.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:32:18.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731767630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T21:32:18.976Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:32:18.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:32:18.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731768633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-29T21:32:18.976Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:32:18.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T21:32:18.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731769636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:32:18.976Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:32:40.657Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a0888f7b-0e28-42b6-b249-22562eac4ec7 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-29T21:32:40.661Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a0888f7b-0e28-42b6-b249-22562eac4ec7 and serviceModelVersionId: deaf1b2c-3af1-4852-bb32-3a647ccc5cfe
2021-04-29T21:32:40.662Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30dfd294-96fd-4db6-8b46-60c3de236b42
2021-04-29T21:32:40.662Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30dfd294-96fd-4db6-8b46-60c3de236b42/model-vers/model-ver/deaf1b2c-3af1-4852-bb32-3a647ccc5cfe?depth=0
2021-04-29T21:32:40.665Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-04-29T21:32:40.689Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30dfd294-96fd-4db6-8b46-60c3de236b42/model-vers/model-ver/deaf1b2c-3af1-4852-bb32-3a647ccc5cfe?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-29T21:32:40.690Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30dfd294-96fd-4db6-8b46-60c3de236b42/model-vers/model-ver/deaf1b2c-3af1-4852-bb32-3a647ccc5cfe?depth=0|INFO|500||Invoke
2021-04-29T21:32:40.707Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30dfd294-96fd-4db6-8b46-60c3de236b42/model-vers/model-ver/deaf1b2c-3af1-4852-bb32-3a647ccc5cfe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-29T21:32:40.783Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30dfd294-96fd-4db6-8b46-60c3de236b42/model-vers/model-ver/deaf1b2c-3af1-4852-bb32-3a647ccc5cfe?depth=0|INFO|500||InvokeReturn
2021-04-29T21:32:40.783Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30dfd294-96fd-4db6-8b46-60c3de236b42/model-vers/model-ver/deaf1b2c-3af1-4852-bb32-3a647ccc5cfe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210429-21:32:40:714-51716], vertex-id=[229560], Content-Length=[0], Date=[Thu, 29 Apr 2021 21:32:40 GMT], Content-Type=[application/json]}
2021-04-29T21:32:40.784Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-04-29T21:32:40.784Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-29T21:32:40.784Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-29T21:32:40.787Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||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-29T21:32:40.787Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a0888f7b-0e28-42b6-b249-22562eac4ec7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-29T21:32:40.787Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-29T21:32:40.787Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-29T21:32:40.789Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T21:32:40.789Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731960787,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T21:32:40.890Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T21:32:40.891Z||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-29T21:32:40.891Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:32:40.907Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:32:40.907Z||pool-106-thread-1|||||INFO|500||cambria reply ok (17 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-29T21:32:41.799Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:32:41.799Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:32:41.799Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:32:52.008Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:32:52.008Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:32:52.009Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:32:52.009Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:33:01.556Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:33:01.556Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:33:01.557Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:33:01.557Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:33:11.099Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:33:11.099Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:33:11.100Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:33:11.100Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:33:18.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:33:18.954Z||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-29T21:33:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:33:18.975Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:33:18.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:33:18.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24bfa04a-e95b-49d2-8b27-5cd95c20896e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731860843,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T21:33:18.976Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:33:18.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:33:18.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:33:18.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:33:18.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:33:18.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:33:18.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:33:18.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:33:18.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:33:18.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:33:18.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:33:18.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:33:18.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:33:18.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:33:18.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-29T21:33:18.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:33:18.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:33:18.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:33:18.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:33:18.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:33:18.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:33:18.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:33:18.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:33:18.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:33:18.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:33:18.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:33:18.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731870975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:33:18.979Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:33:18.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:33:18.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731873412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:33:18.979Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:33:18.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:33:18.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731874843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:33:18.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:33:18.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:33:18.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731876003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:33:18.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:33:18.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:33:18.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731877094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:33:18.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:33:18.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:33:18.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731878097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T21:33:18.982Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:33:20.653Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:33:20.653Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:33:20.654Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:33:20.654Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:33:30.190Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:33:30.191Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:33:30.191Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:33:30.191Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:33:39.733Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:33:39.733Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:33:39.734Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:33:39.734Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:33:49.270Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:34:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:34:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:34:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:34:18.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:34:18.954Z||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-29T21:34:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:34:18.979Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:34:18.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:34:18.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731879101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-29T21:34:18.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:34:18.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:34:18.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731880104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:34:18.983Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:34:18.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:34:18.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e61ee0-0246-477c-ba0d-a196c95168e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731911318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T21:34:18.983Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:34:18.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:34:18.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:34:18.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:34:18.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:34:18.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:34:18.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:34:18.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:34:18.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T21:34:18.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:34:18.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:34:18.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-29T21:34:18.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:34:18.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:34:18.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:34:18.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:34:18.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:34:18.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-29T21:34:18.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:34:18.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:34:18.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T21:34:18.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:34:18.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:34:18.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731689092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T21:34:18.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-29T21:34:18.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:34:18.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731920645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:34:18.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:34:18.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:34:18.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731923152,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:34:18.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:34:18.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:34:18.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731924302,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:34:18.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:34:18.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:34:18.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731925547,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T21:34:18.989Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:34:18.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:34:18.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731926631,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T21:34:18.989Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:34:18.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:34:18.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731927633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T21:34:18.990Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:34:18.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:34:18.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731928636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-29T21:34:18.990Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:34:18.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-29T21:34:18.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731929639,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T21:34:18.990Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:34:28.498Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:35:18.950Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:35:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:35:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:35:18.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:35:18.954Z||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-29T21:35:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:35:19.476Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:35:19.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T21:35:19.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0888f7b-0e28-42b6-b249-22562eac4ec7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619731960787,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T21:35:19.477Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T21:35:28.495Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:36:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:36:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:36:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:36:18.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:36:18.954Z||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-29T21:36:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:36:28.495Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:36:28.498Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:37:18.950Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:37:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:37:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:37:18.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:37:18.954Z||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-29T21:37:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:37:28.499Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:37:28.518Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:38:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:38:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:38:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:38:18.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:38:18.954Z||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-29T21:38:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:38:28.500Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:38:28.502Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:39:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:39:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:39:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:39:18.954Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:39:18.954Z||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-29T21:39:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:39:28.497Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:39:28.505Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:40:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:40:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:40:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:40:18.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:40:18.954Z||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-29T21:40:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:40:28.500Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:40:28.500Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:41:18.950Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:41:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:41:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:41:18.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:41:18.954Z||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-29T21:41:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:41:28.501Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:41:28.503Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:42:18.950Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:42:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:42:18.952Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:42:18.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:42:18.954Z||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-29T21:42:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:42:28.498Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:42:28.507Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:43:18.950Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:43:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:43:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:43:18.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:43:18.954Z||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-29T21:43:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:43:28.496Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:43:28.496Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:44:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:44:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:44:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:44:18.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:44:18.954Z||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-29T21:44:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:44:28.495Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:44:28.496Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:45:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:45:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:45:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:45:18.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:45:18.954Z||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-29T21:45:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:45:28.504Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:45:28.504Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:46:18.950Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:46:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:46:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:46:18.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:46:18.954Z||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-29T21:46:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:46:28.512Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:46:28.514Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:47:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:47:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:47:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:47:18.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:47:18.954Z||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-29T21:47:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:47:28.496Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:47:28.498Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:48:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:48:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:48:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:48:18.954Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:48:18.954Z||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-29T21:48:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:48:28.512Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:48:28.520Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:49:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:49:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T21:49:18.951Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:49:18.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:49:18.954Z||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-29T21:49:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:49:28.499Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:49:28.499Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:50:18.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:50:18.953Z||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-29T21:50:18.953Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:50:18.954Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:50:18.954Z||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-29T21:50:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:50:28.500Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:50:28.503Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:51:18.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:51:18.951Z||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-29T21:51:18.951Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:51:18.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:51:18.954Z||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-29T21:51:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:51:28.502Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:51:28.503Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:52:18.950Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:52:18.951Z||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-29T21:52:18.951Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:52:18.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:52:18.954Z||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-29T21:52:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:52:28.497Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:52:28.497Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:53:18.950Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:53:18.951Z||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-29T21:53:18.951Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:53:18.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:53:18.954Z||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-29T21:53:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:53:28.494Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:53:28.495Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:54:18.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:54:18.951Z||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-29T21:54:18.952Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:54:18.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:54:18.955Z||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-29T21:54:18.955Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:54:28.499Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:54:28.499Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:55:18.950Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:55:18.952Z||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-29T21:55:18.952Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:55:18.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:55:18.954Z||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-29T21:55:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:55:28.499Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:55:28.500Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:56:18.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:56:18.951Z||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-29T21:56:18.951Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:56:18.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:56:18.954Z||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-29T21:56:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:56:28.503Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:56:28.505Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:57:18.950Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:57:18.951Z||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-29T21:57:18.951Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:57:18.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:57:18.954Z||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-29T21:57:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:57:28.496Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:57:28.497Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:58:18.950Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:58:18.951Z||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-29T21:58:18.951Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:58:18.954Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:58:18.954Z||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-29T21:58:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:58:28.498Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:58:28.498Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:59:18.951Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:59:18.951Z||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-29T21:59:18.951Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:59:18.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T21:59:18.954Z||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-29T21:59:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T21:59:28.495Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T21:59:28.495Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T22:00:18.950Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T22:00:18.951Z||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-29T22:00:18.951Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T22:00:18.954Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T22:00:18.954Z||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-29T22:00:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T22:00:28.496Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T22:00:28.499Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T22:01:18.950Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T22:01:18.951Z||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-29T22:01:18.951Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T22:01:18.954Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T22:01:18.954Z||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-29T22:01:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T22:01:28.497Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T22:01:28.500Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T22:02:18.950Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T22:02:18.951Z||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-29T22:02:18.951Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T22:02:18.954Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T22:02:18.954Z||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-29T22:02:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T22:02:28.495Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T22:02:28.496Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T22:03:18.950Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T22:03:18.951Z||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-29T22:03:18.951Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T22:03:18.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T22:03:18.954Z||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-29T22:03:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T22:03:28.492Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T22:03:28.500Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T22:04:18.951Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T22:04:18.951Z||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-29T22:04:18.952Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T22:04:18.954Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T22:04:18.954Z||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-29T22:04:18.954Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T22:04:28.500Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T22:04:28.501Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T22:05:18.950Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T22:05:18.951Z||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-29T22:05:18.951Z||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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T22:05:18.954Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T22:05:18.954Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|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-29T22:05:18.955Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|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 KcQeB6zZzwDPs1Lj) ...
2021-04-29T22:05:28.499Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T22:05:28.506Z|a0888f7b-0e28-42b6-b249-22562eac4ec7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK