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-29T00:43:29.553Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-jpscp with PID 15 (/app/app.jar started by so in /app)
2021-04-29T00:43:29.560Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-29T00:43:29.560Z||main|||||INFO|500||The following profiles are active: basic
2021-04-29T00:43:36.786Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-29T00:43:36.787Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-29T00:43:36.917Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-29T00:43:38.620Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-29T00:43:38.901Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-29T00:43:39.276Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-29T00:43:39.284Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-29T00:43:39.369Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-29T00:43:39.532Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-29T00:43:39.936Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-29T00:43:40.800Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-29T00:43:42.943Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-29T00:43:42.987Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-29T00:43:43.309Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-29T00:43:43.514Z||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-29T00:43:44.697Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-29T00:43:45.639Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-04-29T00:43:45.657Z||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$$f0bbc57a.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-29T00:43:45.658Z||main|||||WARN|500||The sdc end point is not alive
2021-04-29T00:43:48.103Z||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-29T00:43:50.398Z||main|||||WARN|500||---
2021-04-29T00:43:50.398Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-29T00:43:50.398Z||main|||||WARN|500||---
2021-04-29T00:43:50.796Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-29T00:43:53.888Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T00:43:53.889Z||main|||||INFO|500||Started Application in 26.834 seconds (JVM running for 27.97)
2021-04-29T00:43:53.890Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T00:43:53.902Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T00:43:53.933Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T00:43:54.014Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0653e4c3-2a77-4ec9-a28e-d150b8265ee5 url= /sdc/v1/artifactTypes
2021-04-29T00:43:54.015Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T00:43:55.115Z||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.60.131] 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-29T00:43:55.121Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@517c88d6
2021-04-29T00:43:55.121Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T00:43:55.133Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T00:43:55.135Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T00:43:55.138Z||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-29T00:44:43.881Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T00:44:43.881Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T00:44:43.881Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T00:44:43.886Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T00:44:43.892Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= de9c242c-0ddd-4313-b72d-9eaedfd9ba2e url= /sdc/v1/artifactTypes
2021-04-29T00:44:43.893Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T00:44:44.938Z||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.60.131] 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-29T00:44:44.939Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4dac5bcd
2021-04-29T00:44:44.939Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T00:44:44.939Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T00:44:44.939Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T00:44:44.939Z||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-29T00:45:33.881Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T00:45:33.881Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T00:45:33.881Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T00:45:33.885Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T00:45:33.891Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a3257896-6653-4a0a-824e-128d1677d4f6 url= /sdc/v1/artifactTypes
2021-04-29T00:45:33.891Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T00:45:34.923Z||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.60.131] 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-29T00:45:34.924Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1c93fd9e
2021-04-29T00:45:34.925Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T00:45:34.926Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T00:45:34.926Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T00:45:34.927Z||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-29T00:46:23.881Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T00:46:23.882Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T00:46:23.882Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T00:46:23.885Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T00:46:23.891Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 88d31a92-8599-41e6-88ee-020040dfb764 url= /sdc/v1/artifactTypes
2021-04-29T00:46:23.892Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T00:46:24.906Z||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.60.131] 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-29T00:46:24.907Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@708a0022
2021-04-29T00:46:24.907Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T00:46:24.908Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T00:46:24.908Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T00:46:24.909Z||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-29T00:47:13.881Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T00:47:13.882Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T00:47:13.882Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T00:47:13.886Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T00:47:13.891Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 52ba43af-5654-42c2-b19a-3e2df3235af2 url= /sdc/v1/artifactTypes
2021-04-29T00:47:13.892Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T00:47:14.922Z||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.60.131] 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-29T00:47:14.923Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@14e0daca
2021-04-29T00:47:14.924Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T00:47:14.924Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T00:47:14.925Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T00:47:14.925Z||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-29T00:48:03.881Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T00:48:03.882Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T00:48:03.882Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T00:48:03.890Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T00:48:03.897Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1b81cb2a-5c67-49c7-8e67-5c61ea52f86d url= /sdc/v1/artifactTypes
2021-04-29T00:48:03.898Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T00:48:04.938Z||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.60.131] 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-29T00:48:04.940Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3c3478bc
2021-04-29T00:48:04.940Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T00:48:04.940Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T00:48:04.941Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T00:48:04.941Z||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-29T00:48:53.881Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T00:48:53.882Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T00:48:53.882Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T00:48:53.886Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T00:48:53.892Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8fba1b9c-7f65-4c26-b06b-758cadd6326b url= /sdc/v1/artifactTypes
2021-04-29T00:48:53.893Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T00:48:54.922Z||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.60.131] 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-29T00:48:54.923Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@158b5f9a
2021-04-29T00:48:54.923Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T00:48:54.924Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T00:48:54.924Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T00:48:54.924Z||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-29T00:49:43.881Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T00:49:43.881Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T00:49:43.881Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T00:49:43.885Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T00:49:43.891Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 72184f4e-a8f6-410e-9135-57e8931690b5 url= /sdc/v1/artifactTypes
2021-04-29T00:49:43.891Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T00:49:44.907Z||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.60.131] 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-29T00:49:44.908Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d0de90b
2021-04-29T00:49:44.908Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T00:49:44.909Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T00:49:44.909Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T00:49:44.909Z||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-29T00:50:33.881Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T00:50:33.882Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T00:50:33.882Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T00:50:33.886Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T00:50:33.893Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6e2fdcca-9914-4565-a519-7942cc6dc4a1 url= /sdc/v1/artifactTypes
2021-04-29T00:50:33.893Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T00:50:34.922Z||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.60.131] 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-29T00:50:34.923Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@68dbf0d
2021-04-29T00:50:34.924Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T00:50:34.925Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T00:50:34.925Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T00:50:34.925Z||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-29T00:51:23.881Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T00:51:23.881Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T00:51:23.882Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T00:51:23.885Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T00:51:23.891Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= db898773-6b05-4fc4-bd31-3c25913f85c0 url= /sdc/v1/artifactTypes
2021-04-29T00:51:23.891Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T00:51:24.906Z||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.60.131] 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-29T00:51:24.907Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26d1d7d9
2021-04-29T00:51:24.907Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T00:51:24.908Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T00:51:24.908Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T00:51:24.908Z||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-29T00:52:13.881Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T00:52:13.882Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T00:52:13.882Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T00:52:13.886Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T00:52:13.889Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d4acc918-552c-4185-9381-1e318b44ea67 url= /sdc/v1/artifactTypes
2021-04-29T00:52:13.890Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T00:52:14.922Z||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.60.131] 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-29T00:52:14.923Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@67bcfd6a
2021-04-29T00:52:14.923Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T00:52:14.924Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T00:52:14.924Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T00:52:14.924Z||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-29T00:53:03.881Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T00:53:03.882Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T00:53:03.883Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T00:53:03.888Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T00:53:03.895Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b69acfed-ebaa-4809-b121-9e4b368fe2d3 url= /sdc/v1/artifactTypes
2021-04-29T00:53:03.896Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T00:53:04.940Z||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.60.131] 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-29T00:53:04.941Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7bbaf498
2021-04-29T00:53:04.942Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-29T00:53:04.942Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-29T00:53:04.942Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-29T00:53:04.943Z||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-29T00:53:53.881Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-29T00:53:53.881Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-29T00:53:53.882Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-29T00:53:53.886Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-29T00:53:53.893Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 317a06ef-64f7-407d-b4e8-6d39b8d59cbf url= /sdc/v1/artifactTypes
2021-04-29T00:53:53.894Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-29T00:53:54.153Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-29T00:53:54.161Z||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-29T00:53:54.186Z||scheduling-1|||||DEBUG|500||create keys
2021-04-29T00:53:54.192Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-29T00:53:54.217Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:53:54.240Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5dcdd35b-03a3-4fe1-8d2d-94d0acf5a848 url= /sdc/v1/registerForDistribution
2021-04-29T00:53:54.374Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5dcdd35b-03a3-4fe1-8d2d-94d0acf5a848 url= /sdc/v1/registerForDistribution
2021-04-29T00:53:54.375Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-29T00:53:54.392Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:53:54.394Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:53:54.398Z||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-29T00:53:54.398Z||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-29T00:53:54.398Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T00:53:54.398Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T00:53:54.399Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-29T00:54:04.686Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:54:04.707Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:54:19.230Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-29T00:54:54.390Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:54:54.391Z||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-29T00:54:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T00:54:54.393Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:54:54.394Z||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-29T00:54:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T00:55:03.957Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:55:03.965Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:55:54.390Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:55:54.392Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T00:55:54.393Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T00:55:54.393Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:55:54.394Z||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-29T00:55:54.395Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T00:56:03.962Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:56:03.966Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:56:54.390Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:56:54.392Z||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-29T00:56:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T00:56:54.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:56:54.395Z||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-29T00:56:54.395Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T00:57:03.952Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:57:03.953Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:57:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:57:54.392Z||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-29T00:57:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T00:57:54.393Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:57:54.395Z||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-29T00:57:54.395Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T00:58:03.946Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:58:03.946Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:58:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:58:54.392Z||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-29T00:58:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T00:58:54.393Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:58:54.394Z||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-29T00:58:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T00:59:03.945Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:59:03.944Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T00:59:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:59:54.391Z||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-29T00:59:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T00:59:54.393Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T00:59:54.393Z||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-29T00:59:54.393Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:00:03.942Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:00:03.942Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:00:54.391Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:00:54.393Z||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-29T01:00:54.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:00:54.393Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:00:54.395Z||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-29T01:00:54.395Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:01:03.942Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:01:03.946Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:01:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:01:54.392Z||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-29T01:01:54.393Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:01:54.393Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:01:54.394Z||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-29T01:01:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:02:03.947Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:02:03.949Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:02:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:02:54.391Z||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-29T01:02:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:02:54.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:02:54.394Z||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-29T01:02:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:03:03.997Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:03:04.007Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:03:54.391Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:03:54.392Z||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-29T01:03:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:03:54.393Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:03:54.394Z||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-29T01:03:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:04:03.938Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:04:03.941Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:04:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:04:54.392Z||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-29T01:04:54.393Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:04:54.393Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:04:54.394Z||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-29T01:04:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:05:03.946Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:05:03.946Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:05:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:05:54.392Z||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-29T01:05:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:05:54.393Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:05:54.394Z||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-29T01:05:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:06:03.943Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:06:03.948Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:06:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:06:54.392Z||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-29T01:06:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:06:54.393Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:06:54.394Z||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-29T01:06:54.395Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:07:03.965Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:07:03.972Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:07:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:07:54.391Z||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-29T01:07:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:07:54.393Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:07:54.394Z||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-29T01:07:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:08:03.942Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:08:03.943Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:08:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:08:54.391Z||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-29T01:08:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:08:54.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:08:54.394Z||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-29T01:08:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:09:03.949Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:09:03.955Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:09:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:09:54.391Z||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-29T01:09:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:09:54.393Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:09:54.394Z||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-29T01:09:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:10:03.946Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:10:03.946Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:10:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:10:54.391Z||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-29T01:10:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:10:54.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:10:54.394Z||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-29T01:10:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:11:03.943Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:11:03.944Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:11:54.391Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:11:54.392Z||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-29T01:11:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:11:54.393Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:11:54.394Z||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-29T01:11:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:12:03.940Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:12:03.940Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:12:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:12:54.391Z||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-29T01:12:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:12:54.393Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:12:54.394Z||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-29T01:12:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:13:03.937Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:13:03.939Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:13:19.100Z||http-nio-8085-exec-10|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@59587316 ((conn=941) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-29T01:13:19.106Z||http-nio-8085-exec-10|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@5bd42b79 ((conn=936) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-29T01:13:19.107Z||http-nio-8085-exec-10|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@23ad8bf9 ((conn=937) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2021-04-29T01:13:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:13:54.391Z||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-29T01:13:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:13:54.393Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:13:54.393Z||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-29T01:13:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:14:03.939Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:14:03.946Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:14:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:14:54.392Z||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-29T01:14:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:14:54.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:14:54.394Z||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-29T01:14:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:15:03.958Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:15:03.970Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:15:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:15:54.391Z||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-29T01:15:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:15:54.393Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:15:54.394Z||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-29T01:15:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:16:03.935Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:16:03.944Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:16:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:16:54.392Z||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-29T01:16:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:16:54.393Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:16:54.393Z||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-29T01:16:54.393Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:17:03.939Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:17:03.942Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:17:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:17:54.391Z||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-29T01:17:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:17:54.393Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:17:54.394Z||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-29T01:17:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:18:03.942Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:18:03.950Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:18:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:18:54.391Z||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-29T01:18:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:18:54.393Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:18:54.394Z||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-29T01:18:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:19:03.940Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:19:03.943Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:19:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:19:54.391Z||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-29T01:19:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:19:54.393Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:19:54.394Z||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-29T01:19:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:20:03.945Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:20:03.949Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:20:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:20:54.391Z||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-29T01:20:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:20:54.393Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:20:54.394Z||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-29T01:20:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:21:03.938Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:21:03.939Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:21:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:21:54.391Z||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-29T01:21:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:21:54.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:21:54.394Z||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-29T01:21:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:22:03.937Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:22:03.939Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:22:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:22:54.391Z||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-29T01:22:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:22:54.393Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:22:54.394Z||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-29T01:22:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:23:03.968Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:23:03.972Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:23:54.391Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:23:54.392Z||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-29T01:23:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:23:54.393Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:23:54.394Z||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-29T01:23:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:24:03.939Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:24:03.941Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:24:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:24:54.392Z||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-29T01:24:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:24:54.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:24:54.394Z||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-29T01:24:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:25:03.936Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:25:03.938Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:25:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:25:54.392Z||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-29T01:25:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:25:54.393Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:25:54.394Z||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-29T01:25:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:26:03.938Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:26:03.939Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:26:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:26:54.392Z||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-29T01:26:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:26:54.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:26:54.393Z||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-29T01:26:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:27:03.933Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:27:03.954Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:27:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:27:54.391Z||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-29T01:27:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:27:54.393Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:27:54.394Z||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-29T01:27:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:28:03.934Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:28:03.934Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:28:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:28:54.392Z||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-29T01:28:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:28:54.393Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:28:54.393Z||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-29T01:28:54.393Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:29:03.940Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:29:03.943Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:29:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:29:54.391Z||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-29T01:29:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:29:54.393Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:29:54.393Z||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-29T01:29:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:30:03.940Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:30:03.941Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:30:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:30:54.392Z||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-29T01:30:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:30:54.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:30:54.393Z||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-29T01:30:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:31:03.939Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:31:03.940Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:31:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:31:54.391Z||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-29T01:31:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:31:54.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:31:54.393Z||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-29T01:31:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:32:03.938Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:32:03.941Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:32:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:32:54.391Z||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-29T01:32:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:32:54.393Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:32:54.394Z||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-29T01:32:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:33:03.942Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:33:03.958Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:33:54.391Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:33:54.393Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:33:54.394Z||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-29T01:33:54.394Z||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-29T01:33:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:33:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:34:03.941Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:34:03.942Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:34:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:34:54.392Z||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-29T01:34:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:34:54.393Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:34:54.393Z||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-29T01:34:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:35:03.945Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:35:03.947Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:35:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:35:54.391Z||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-29T01:35:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:35:54.393Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:35:54.394Z||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-29T01:35:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:36:03.943Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:36:03.962Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:36:54.390Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:36:54.391Z||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-29T01:36:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:36:54.393Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:36:54.393Z||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-29T01:36:54.393Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:37:03.941Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:37:03.941Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:37:54.390Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:37:54.391Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T01:37:54.391Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:37:54.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:37:54.394Z||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-29T01:37:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:38:03.939Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:38:03.940Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:38:54.390Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:38:54.391Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T01:38:54.392Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:38:54.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:38:54.393Z||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-29T01:38:54.393Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:39:03.946Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:39:03.949Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:39:54.390Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:39:54.391Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T01:39:54.391Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:39:54.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:39:54.393Z||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-29T01:39:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:40:03.935Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:40:03.935Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:40:54.390Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:40:54.391Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T01:40:54.392Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:40:54.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:40:54.393Z||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-29T01:40:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:41:03.938Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:41:03.939Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:41:54.390Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:41:54.391Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T01:41:54.392Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:41:54.393Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:41:54.394Z||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-29T01:41:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:42:03.945Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:42:03.956Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:42:54.390Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:42:54.391Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T01:42:54.391Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:42:54.393Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:42:54.393Z||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-29T01:42:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:43:03.954Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:43:03.955Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:43:54.390Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:43:54.392Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T01:43:54.392Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:43:54.393Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:43:54.394Z||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-29T01:43:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:44:03.932Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:44:03.934Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:44:54.390Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:44:54.391Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T01:44:54.392Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:44:54.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:44:54.393Z||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-29T01:44:54.393Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:45:03.938Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:45:03.939Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:45:54.390Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:45:54.392Z||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-29T01:45:54.392Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:45:54.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:45:54.394Z||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-29T01:45:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:45:54.565Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:45:54.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:45:54.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "cds",
  "timestamp": 1619660744960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:45:54.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:45:54.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:45:54.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619660746199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:45:54.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:45:54.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:45:54.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "policy-id",
  "timestamp": 1619660745470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:45:54.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:45:54.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:45:54.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619660750765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:45:54.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:45:54.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:45:54.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619660746199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T01:45:54.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:45:54.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:45:54.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "cds",
  "timestamp": 1619660744960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:45:54.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:45:54.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:45:54.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "policy-id",
  "timestamp": 1619660745470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:45:54.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:45:54.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:45:54.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619660750765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:45:54.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:45:54.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:45:54.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619660746199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-29T01:45:54.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:45:54.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:45:54.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "cds",
  "timestamp": 1619660744960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:45:54.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:45:54.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:45:54.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "policy-id",
  "timestamp": 1619660745470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-29T01:45:54.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:45:54.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:45:54.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619660750765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:45:54.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:45:54.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:45:54.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "dcae-sch",
  "timestamp": 1619660753083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:45:54.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:45:54.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:45:54.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619660746199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:45:54.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:45:54.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:45:54.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "cds",
  "timestamp": 1619660744960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:45:54.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:45:54.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:45:54.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "policy-id",
  "timestamp": 1619660745470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:45:54.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:45:55.021Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:45:55.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:45:55.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"98538332-982e-43a8-a250-499e5dc29337","serviceName":"vFW 2021-04-29 01-41-56","serviceVersion":"1.0","serviceUUID":"62cef4ef-282b-4a5a-aca6-bc8dd7ebf824","serviceDescription":"catalog service description","serviceInvariantUUID":"7635a83d-de79-4708-af21-a43f38447e69","resources":[{"resourceInstanceName":"vFW 19e6501f-a69e 0","resourceName":"vFW 19e6501f-a69e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"876b2bb8-1d79-48fd-8943-712feda7799b","resourceInvariantUUID":"198b3c5f-112f-4083-a5ef-6430e1b822db","resourceCustomizationUUID":"f9b7bd5a-fa76-4f60-92ff-1c3643037231","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vf-license-model.xml","artifactChecksum":"NDRkMWQ0OWFkMGY3NzQxM2YxNzc3OTkzMTNlMmEyMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0d9f5903-ab10-4dcd-b536-c98b08dc08b5","artifactVersion":"1"},{"artifactName":"vfw19e6501fa69e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json","artifactChecksum":"ZmI5NDNjYzAxOWEzODU2MjRkNzE3Yzk2Y2MxNjBjMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d810d37f-0c7b-48bc-b8c7-868e3eb74abb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"24d20cf8-ca30-4679-8c79-34ef8e09058e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vendor-license-model.xml","artifactChecksum":"NmZmODlkZGIwYjI0NWJlYjc3Njk1YzEwNDNhMmNmYzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"46235217-9e8d-4b6c-b9d4-24f6a6c45f6e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"16b885c5-c508-4600-aca4-5ce25f37677d","artifactVersion":"2","generatedFromUUID":"24d20cf8-ca30-4679-8c79-34ef8e09058e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210429014156-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-template.yml","artifactChecksum":"ZWY3NzgyZjgxOTkyMWMwYzk0Yjk2YjBhNmQzNjczMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f683ffce-d5af-4162-89e7-762669488011","artifactVersion":"1"},{"artifactName":"service-Vfw20210429014156-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar","artifactChecksum":"YzFmNjIwNDUzYWQyZWI4N2NhYTM3ZTlmODNlMDhmMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef9f8183-7121-42fb-a6b7-0ebb23ba7679","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-29T01:45:55.029Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:45:55.045Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:45:55.056Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:45:55.057Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660754390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:45:55.157Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms
2021-04-29T01:45:55.161Z||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-29T01:45:55.161Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:45:55.175Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:45:55.176Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-29T01:45:56.083Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:45:56.084Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:45:56.086Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:45:56.086Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660754390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T01:45:56.186Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:45:56.187Z||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-29T01:45:56.188Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:45:56.208Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:45:56.208Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:45:57.087Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:45:57.088Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:45:57.090Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:45:57.090Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660754390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-29T01:45:57.191Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-29T01:45:57.192Z||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-29T01:45:57.192Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:45:57.204Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:45:57.205Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:45:58.091Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:45:58.092Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:45:58.094Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:45:58.094Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660754390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:45:58.195Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:45:58.195Z||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-29T01:45:58.196Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:45:58.207Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:45:58.208Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:45:59.095Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:45:59.097Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:45:59.098Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:45:59.098Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660754390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-29T01:45:59.199Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:45:59.200Z||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-29T01:45:59.200Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:45:59.211Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:45:59.211Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-29T01:46:00.099Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:46:00.100Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:46:00.103Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:46:00.104Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660754390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:46:00.204Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-29T01:46:00.205Z||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-29T01:46:00.205Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:46:00.218Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:46:00.219Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:46:01.104Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:46:01.105Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:46:01.107Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:46:01.108Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660754390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:46:01.208Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:46:01.209Z||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-29T01:46:01.209Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:46:01.221Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:46:01.222Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:46:02.110Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "serviceName": "vFW 2021-04-29 01-41-56",
  "serviceVersion": "1.0",
  "serviceUUID": "62cef4ef-282b-4a5a-aca6-bc8dd7ebf824",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7635a83d-de79-4708-af21-a43f38447e69",
  "resources": [
    {
      "resourceInstanceName": "vFW 19e6501f-a69e 0",
      "resourceCustomizationUUID": "f9b7bd5a-fa76-4f60-92ff-1c3643037231",
      "resourceName": "vFW 19e6501f-a69e",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "876b2bb8-1d79-48fd-8943-712feda7799b",
      "resourceInvariantUUID": "198b3c5f-112f-4083-a5ef-6430e1b822db",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw19e6501fa69e0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json",
          "artifactChecksum": "ZmI5NDNjYzAxOWEzODU2MjRkNzE3Yzk2Y2MxNjBjMGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d810d37f-0c7b-48bc-b8c7-868e3eb74abb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "24d20cf8-ca30-4679-8c79-34ef8e09058e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "16b885c5-c508-4600-aca4-5ce25f37677d",
            "generatedFromUUID": "24d20cf8-ca30-4679-8c79-34ef8e09058e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "16b885c5-c508-4600-aca4-5ce25f37677d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210429014156-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
      "artifactChecksum": "YzFmNjIwNDUzYWQyZWI4N2NhYTM3ZTlmODNlMDhmMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef9f8183-7121-42fb-a6b7-0ebb23ba7679"
    }
  ],
  "workloadContext": "Production"
}
2021-04-29T01:46:02.111Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-29T01:46:02.111Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 62cef4ef-282b-4a5a-aca6-bc8dd7ebf824 ASDC
2021-04-29T01:46:02.236Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:98538332-982e-43a8-a250-499e5dc29337
ServiceName:vFW 2021-04-29 01-41-56
ServiceVersion:1.0
ServiceUUID:62cef4ef-282b-4a5a-aca6-bc8dd7ebf824
ServiceInvariantUUID:7635a83d-de79-4708-af21-a43f38447e69
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210429014156-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar
ArtifactUUID:ef9f8183-7121-42fb-a6b7-0ebb23ba7679
ArtifactChecksum:YzFmNjIwNDUzYWQyZWI4N2NhYTM3ZTlmODNlMDhmMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 19e6501f-a69e 0
ResourceCustomizationUUID:f9b7bd5a-fa76-4f60-92ff-1c3643037231
ResourceInvariantUUID:198b3c5f-112f-4083-a5ef-6430e1b822db
ResourceName:vFW 19e6501f-a69e
ResourceType:VF
ResourceUUID:876b2bb8-1d79-48fd-8943-712feda7799b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw19e6501fa69e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json
ArtifactUUID:d810d37f-0c7b-48bc-b8c7-868e3eb74abb
ArtifactChecksum:ZmI5NDNjYzAxOWEzODU2MjRkNzE3Yzk2Y2MxNjBjMGQ=
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/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml
ArtifactUUID:24d20cf8-ca30-4679-8c79-34ef8e09058e
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/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env
ArtifactUUID:16b885c5-c508-4600-aca4-5ce25f37677d
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/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env
ArtifactUUID:16b885c5-c508-4600-aca4-5ce25f37677d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-29T01:46:02.237Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 62cef4ef-282b-4a5a-aca6-bc8dd7ebf824 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T01:46:02.637Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T01:46:02.638Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-29T01:46:02.639Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-29T01:46:02.640Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ef9f8183-7121-42fb-a6b7-0ebb23ba7679 from URL: /sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar
2021-04-29T01:46:02.640Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-29T01:46:02.642Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar
2021-04-29T01:46:03.957Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-29T01:46:04.002Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar ef9f8183-7121-42fb-a6b7-0ebb23ba7679 110107
2021-04-29T01:46:04.003Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar ASDC sendASDCNotification
2021-04-29T01:46:04.003Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar
2021-04-29T01:46:04.004Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T01:46:04.004Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:46:04.006Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:46:04.006Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660764002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:46:04.106Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:46:04.108Z||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-29T01:46:04.108Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:46:04.119Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:46:04.120Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:46:05.007Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T01:46:05.008Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-29T01:46:05.008Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ef9f8183-7121-42fb-a6b7-0ebb23ba7679, URL: /sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar to file: /app/ASDC/1/service-Vfw20210429014156-csar.csar
2021-04-29T01:46:05.009Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210429014156-csar.csar
2021-04-29T01:46:05.185Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210429014156-csar.csar
2021-04-29T01:46:05.185Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210429014156-csar.csar
2021-04-29T01:46:05.889Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8089331479398467296/Definitions/service-Vfw20210429014156-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-04-29T01:46:08.851Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-29T01:46:08.855Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-29T01:46:08.856Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210429014156-csar.csar
2021-04-29T01:46:08.856Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-29T01:46:08.856Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||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-Vfw20210429014156-csar.csar
2021-04-29T01:46:08.856Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||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-Vfw20210429014156-csar.csar
2021-04-29T01:46:08.856Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210429014156-csar.csar
2021-04-29T01:46:08.856Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210429014156-csar.csar
2021-04-29T01:46:08.856Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210429014156-csar.csar
2021-04-29T01:46:08.856Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||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-Vfw20210429014156-csar.csar
2021-04-29T01:46:08.856Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210429014156-csar.csar
2021-04-29T01:46:08.856Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210429014156-csar.csar
2021-04-29T01:46:08.856Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 19e6501f-a69e 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210429014156-csar.csar
2021-04-29T01:46:08.856Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210429014156-csar.csar
2021-04-29T01:46:08.856Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210429014156-csar.csar
2021-04-29T01:46:08.856Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210429014156-csar.csar
2021-04-29T01:46:08.857Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210429014156-csar.csar
2021-04-29T01:46:08.857Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 19e6501f-a69e 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-Vfw20210429014156-csar.csar
2021-04-29T01:46:08.857Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-29T01:46:08.862Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:08.872Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 01-41-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:46:08.877Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vFW 19e6501f-a69e 0 is matching search criteria
2021-04-29T01:46:08.878Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-29T01:46:08.880Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 19e6501f-a69e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T01:46:08.881Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:08.882Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 01-41-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:46:08.882Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vFW 19e6501f-a69e 0 is matching search criteria
2021-04-29T01:46:08.882Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-29T01:46:08.882Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 19e6501f-a69e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T01:46:08.883Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:08.883Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 01-41-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:46:08.886Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:08.886Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vFW 19e6501f-a69e 0 is not matching search criteria
2021-04-29T01:46:08.886Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T01:46:08.886Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T01:46:08.886Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-29T01:46:08.886Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-29T01:46:08.887Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-29T01:46:08.887Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T01:46:08.887Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-29T01:46:08.887Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-29T01:46:08.887Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-29T01:46:08.887Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-29T01:46:08.887Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-29T01:46:08.887Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-29T01:46:08.887Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-29T01:46:08.887Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-29T01:46:08.887Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T01:46:08.888Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-29T01:46:08.888Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:08.888Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 01-41-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T01:46:08.888Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:08.889Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vFW 19e6501f-a69e 0 is matching search criteria
2021-04-29T01:46:08.889Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 19e6501f-a69e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T01:46:08.889Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:08.889Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vFW 19e6501f-a69e 0 is matching search criteria
2021-04-29T01:46:08.889Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 19e6501f-a69e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T01:46:08.889Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:08.889Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vFW 19e6501f-a69e 0 is matching search criteria
2021-04-29T01:46:08.889Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 19e6501f-a69e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T01:46:08.890Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:08.890Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vFW 19e6501f-a69e 0 is not matching search criteria
2021-04-29T01:46:08.890Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T01:46:08.890Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T01:46:08.890Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-29T01:46:08.890Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-29T01:46:08.890Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-29T01:46:08.890Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-29T01:46:08.891Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-29T01:46:08.891Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-29T01:46:08.891Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-29T01:46:08.891Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-29T01:46:08.891Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T01:46:08.891Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cc8fbf43-da0f-4441-8e8c-dae5e8a66bb3
2021-04-29T01:46:08.892Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:08.892Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vFW 19e6501f-a69e 0 is not matching search criteria
2021-04-29T01:46:08.892Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T01:46:08.892Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T01:46:08.892Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-29T01:46:08.892Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-29T01:46:08.892Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-29T01:46:08.892Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T01:46:08.892Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-29T01:46:08.892Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-29T01:46:08.893Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-29T01:46:08.893Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-29T01:46:08.893Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-29T01:46:08.893Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T01:46:08.893Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=18afc08e-13a4-485d-8e6c-5dd444a1efc7
2021-04-29T01:46:08.893Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:08.893Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vFW 19e6501f-a69e 0 is not matching search criteria
2021-04-29T01:46:08.893Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T01:46:08.893Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T01:46:08.893Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-29T01:46:08.893Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-29T01:46:08.894Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-29T01:46:08.894Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T01:46:08.894Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-29T01:46:08.894Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-29T01:46:08.894Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-29T01:46:08.894Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-29T01:46:08.894Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-29T01:46:08.894Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-29T01:46:08.894Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=73a219f5-1874-435d-b84c-96552b166aec
2021-04-29T01:46:08.894Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:08.894Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 01-41-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:46:08.895Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:08.895Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 01-41-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:46:08.895Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:08.895Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 01-41-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:46:08.895Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:08.895Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 01-41-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:46:08.895Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-04-29 01-41-56
Description:catalog service description
Model UUID:62cef4ef-282b-4a5a-aca6-bc8dd7ebf824
Model Version:NULL
Model InvariantUuid:7635a83d-de79-4708-af21-a43f38447e69
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 19e6501f-a69e
Model UUID:9ddc6317-359b-4f05-9e4d-52da3b9873aa
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:198b3c5f-112f-4083-a5ef-6430e1b822db
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f9b7bd5a-fa76-4f60-92ff-1c3643037231
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a6bdea39-9679-433a-affe-a0fda8d1a595
ModelName:Vfw19e6501fA69e..base_vfw..module-0
ModelUuid:4e7f5a51-378b-45b9-9219-e241d80af7be
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cc8fbf43-da0f-4441-8e8c-dae5e8a66bb3
ModelInvariantUuid:033fa7dd-4582-4968-ba10-ac921f64e44f
ModelName:vFW 19e6501f-a69e-nodes.vfwCvfc
ModelUuid:2cd654aa-aa12-4893-aabe-be018d489ff6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f325b3b1-aede-4d98-a1f6-8d9b0813b9f1
ModelInvariantUuid:ad585fe6-6189-41e6-9592-39b2b6a6c911
ModelName:Vfw19e6501fA69e.compute.nodes.heat.vfw
ModelUuid:21f1a842-e14d-4876-9af3-b2a1d4ab0806
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:18afc08e-13a4-485d-8e6c-5dd444a1efc7
ModelInvariantUuid:6285e870-14b0-4d7f-b0c0-5c20d85aec4c
ModelName:vFW 19e6501f-a69e-nodes.vsnCvfc
ModelUuid:8a0679a2-197c-45d6-a625-fed5f71c5f44
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:cb87b120-b4c6-47c0-b016-e9bab0d1a175
ModelInvariantUuid:3535fe63-364b-4b08-9f3e-700c201581e5
ModelName:Vfw19e6501fA69e.compute.nodes.heat.vsn
ModelUuid:ce076136-f60a-4ab5-b860-6a7792934cc5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:73a219f5-1874-435d-b84c-96552b166aec
ModelInvariantUuid:9c600a4f-dbee-44bc-8d5b-c547f63251b4
ModelName:vFW 19e6501f-a69e-nodes.vpgCvfc
ModelUuid:5cf38d52-0954-4f06-ac99-c8714e876c12
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:28ea5671-0065-4c6c-aaf1-9142b2774ec8
ModelInvariantUuid:09bf36c3-410f-4f31-9b33-4251b77999c1
ModelName:Vfw19e6501fA69e.compute.nodes.heat.vpg
ModelUuid:45b30ce2-3644-4a06-9468-731b788bad94
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-29T01:46:08.913Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 876b2bb8-1d79-48fd-8943-712feda7799b
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-29T01:46:09.008Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||vFW 19e6501f-a69e 0
2021-04-29T01:46:09.014Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 876b2bb8-1d79-48fd-8943-712feda7799b
2021-04-29T01:46:09.014Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d810d37f-0c7b-48bc-b8c7-868e3eb74abb from URL: /sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json
2021-04-29T01:46:09.014Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-29T01:46:09.014Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json
2021-04-29T01:46:09.827Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-29T01:46:09.828Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json d810d37f-0c7b-48bc-b8c7-868e3eb74abb 785
2021-04-29T01:46:09.828Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json ASDC sendASDCNotification
2021-04-29T01:46:09.828Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json
2021-04-29T01:46:09.828Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T01:46:09.829Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:46:09.831Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:46:09.831Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660769828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:46:09.931Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:46:09.932Z||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-29T01:46:09.932Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:46:09.945Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:46:09.945Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:46:10.833Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw19e6501fA69e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a6bdea39-9679-433a-affe-a0fda8d1a595",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4e7f5a51-378b-45b9-9219-e241d80af7be",
    "vfModuleModelCustomizationUUID": "82f73536-a8a6-4e3b-872f-36970321d3db",
    "isBase": true,
    "artifacts": [
      "24d20cf8-ca30-4679-8c79-34ef8e09058e",
      "16b885c5-c508-4600-aca4-5ce25f37677d"
    ],
    "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-29T01:46:10.856Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw19e6501fA69e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e7f5a51-378b-45b9-9219-e241d80af7be
VfModuleModelInvariantUUID:a6bdea39-9679-433a-affe-a0fda8d1a595
VfModuleModelDescription:NULL
Artifacts UUID List:{
24d20cf8-ca30-4679-8c79-34ef8e09058e
,
16b885c5-c508-4600-aca4-5ce25f37677d

}
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-29T01:46:10.859Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw19e6501fA69e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a6bdea39-9679-433a-affe-a0fda8d1a595",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4e7f5a51-378b-45b9-9219-e241d80af7be",
    "vfModuleModelCustomizationUUID": "82f73536-a8a6-4e3b-872f-36970321d3db",
    "isBase": true,
    "artifacts": [
      "24d20cf8-ca30-4679-8c79-34ef8e09058e",
      "16b885c5-c508-4600-aca4-5ce25f37677d"
    ],
    "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-29T01:46:10.859Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw19e6501fA69e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e7f5a51-378b-45b9-9219-e241d80af7be
VfModuleModelInvariantUUID:a6bdea39-9679-433a-affe-a0fda8d1a595
VfModuleModelDescription:NULL
Artifacts UUID List:{
24d20cf8-ca30-4679-8c79-34ef8e09058e
,
16b885c5-c508-4600-aca4-5ce25f37677d

}
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-29T01:46:10.859Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 24d20cf8-ca30-4679-8c79-34ef8e09058e from URL: /sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml
2021-04-29T01:46:10.859Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-29T01:46:10.860Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml
2021-04-29T01:46:11.834Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-29T01:46:11.835Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml 24d20cf8-ca30-4679-8c79-34ef8e09058e 20368
2021-04-29T01:46:11.836Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-29T01:46:11.836Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml
2021-04-29T01:46:11.836Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T01:46:11.836Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:46:11.838Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:46:11.839Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660771836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:46:11.939Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:46:11.940Z||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-29T01:46:11.940Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:46:11.954Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:46:11.954Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:46:12.840Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 16b885c5-c508-4600-aca4-5ce25f37677d from URL: /sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env
2021-04-29T01:46:12.840Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-29T01:46:12.841Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env
2021-04-29T01:46:13.621Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-29T01:46:13.622Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env 16b885c5-c508-4600-aca4-5ce25f37677d 2098
2021-04-29T01:46:13.622Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-29T01:46:13.622Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env
2021-04-29T01:46:13.623Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T01:46:13.623Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:46:13.625Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:46:13.625Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660773622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:46:13.725Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:46:13.726Z||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-29T01:46:13.726Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:46:13.763Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:46:13.763Z||pool-13-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:46:14.626Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 62cef4ef-282b-4a5a-aca6-bc8dd7ebf824
2021-04-29T01:46:14.627Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 19e6501f-a69e 0 876b2bb8-1d79-48fd-8943-712feda7799b 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-29T01:46:14.669Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:14.669Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 01-41-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:46:14.669Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-04-29T01:46:14.669Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= f9b7bd5a-fa76-4f60-92ff-1c3643037231
2021-04-29T01:46:14.670Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f9b7bd5a-fa76-4f60-92ff-1c3643037231 matches Tosca VF Customization UUID: f9b7bd5a-fa76-4f60-92ff-1c3643037231
2021-04-29T01:46:14.670Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: f9b7bd5a-fa76-4f60-92ff-1c3643037231  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-29T01:46:14.677Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:14.677Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 01-41-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:46:14.678Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id f9b7bd5a-fa76-4f60-92ff-1c3643037231: {\"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-29T01:46:14.679Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70a8e8cd
2021-04-29T01:46:14.679Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:14.679Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 01-41-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T01:46:14.680Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 82f73536-a8a6-4e3b-872f-36970321d3db
2021-04-29T01:46:14.680Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 82f73536-a8a6-4e3b-872f-36970321d3db
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-29T01:46:14.686Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:14.686Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vFW 19e6501f-a69e 0 is matching search criteria
2021-04-29T01:46:14.686Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 19e6501f-a69e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T01:46:14.687Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:14.687Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vFW 19e6501f-a69e 0 is matching search criteria
2021-04-29T01:46:14.688Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 19e6501f-a69e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T01:46:14.688Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:14.688Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vFW 19e6501f-a69e 0 is not matching search criteria
2021-04-29T01:46:14.688Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T01:46:14.688Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T01:46:14.689Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-29T01:46:14.689Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-29T01:46:14.689Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-29T01:46:14.689Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-29T01:46:14.689Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-29T01:46:14.690Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-29T01:46:14.690Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-29T01:46:14.690Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-29T01:46:14.690Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T01:46:14.690Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cc8fbf43-da0f-4441-8e8c-dae5e8a66bb3
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-29T01:46:14.698Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:14.698Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vFW 19e6501f-a69e 0 is matching search criteria
2021-04-29T01:46:14.698Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 19e6501f-a69e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T01:46:14.698Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:14.699Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vFW 19e6501f-a69e 0 is not matching search criteria
2021-04-29T01:46:14.699Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T01:46:14.699Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T01:46:14.699Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-29T01:46:14.699Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-29T01:46:14.700Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-29T01:46:14.700Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T01:46:14.700Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-29T01:46:14.700Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-29T01:46:14.700Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-29T01:46:14.701Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-29T01:46:14.701Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-29T01:46:14.701Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T01:46:14.701Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=18afc08e-13a4-485d-8e6c-5dd444a1efc7
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-29T01:46:14.704Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:14.704Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vFW 19e6501f-a69e 0 is matching search criteria
2021-04-29T01:46:14.705Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 19e6501f-a69e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T01:46:14.707Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:14.708Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vFW 19e6501f-a69e 0 is not matching search criteria
2021-04-29T01:46:14.708Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-29T01:46:14.708Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-29T01:46:14.708Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-29T01:46:14.708Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-29T01:46:14.709Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-29T01:46:14.709Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-29T01:46:14.709Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-29T01:46:14.709Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-29T01:46:14.709Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-29T01:46:14.710Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-29T01:46:14.710Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-29T01:46:14.710Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-29T01:46:14.710Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=73a219f5-1874-435d-b84c-96552b166aec
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-29T01:46:14.713Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:14.713Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vFW 19e6501f-a69e 0 is matching search criteria
2021-04-29T01:46:14.713Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 19e6501f-a69e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T01:46:14.713Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:14.714Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Node template vFW 19e6501f-a69e 0 is matching search criteria
2021-04-29T01:46:14.714Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 19e6501f-a69e 0] matching following query criteria: sdcType=VF, customizationUUID=f9b7bd5a-fa76-4f60-92ff-1c3643037231
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-29T01:46:14.715Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:14.716Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 01-41-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:46:14.716Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 62cef4ef-282b-4a5a-aca6-bc8dd7ebf824: vFW 19e6501f-a69e
2021-04-29T01:46:14.716Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:14.716Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 01-41-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:46:14.717Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:14.717Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 01-41-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:46:14.717Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:14.717Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 01-41-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:46:14.718Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:14.718Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 01-41-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:46:14.718Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:46:14.718Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-04-29 01-41-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:46:14.719Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-04-29 01-41-56 
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-29T01:46:14.997Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 19e6501f-a69e 876b2bb8-1d79-48fd-8943-712feda7799b 1 ASDC deployResourceStructure
2021-04-29T01:46:14.998Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json ASDC sendASDCNotification
2021-04-29T01:46:14.998Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json
2021-04-29T01:46:14.998Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T01:46:14.998Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:46:15.000Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:46:15.000Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660774998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T01:46:15.100Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:46:15.101Z||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-29T01:46:15.101Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:46:15.115Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:46:15.115Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:46:16.001Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-29T01:46:16.001Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml
2021-04-29T01:46:16.002Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T01:46:16.002Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:46:16.004Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:46:16.004Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660776001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T01:46:16.104Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:46:16.105Z||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-29T01:46:16.105Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:46:16.118Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:46:16.119Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:46:17.010Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-29T01:46:17.010Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env
2021-04-29T01:46:17.010Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T01:46:17.010Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:46:17.012Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:46:17.012Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660777010,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-29T01:46:17.113Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:46:17.113Z||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-29T01:46:17.114Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:46:17.125Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:46:17.125Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:46:18.017Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar ASDC sendASDCNotification
2021-04-29T01:46:18.017Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar
2021-04-29T01:46:18.018Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T01:46:18.018Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:46:18.020Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:46:18.020Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660778017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T01:46:18.120Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:46:18.122Z||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-29T01:46:18.122Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:46:18.135Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:46:18.135Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:46:19.021Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98538332-982e-43a8-a250-499e5dc29337
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T01:46:19.046Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98538332-982e-43a8-a250-499e5dc29337
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T01:46:19.048Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T01:46:19.048Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T01:46:19.048Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T01:46:49.049Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98538332-982e-43a8-a250-499e5dc29337
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T01:46:49.059Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98538332-982e-43a8-a250-499e5dc29337
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T01:46:49.062Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T01:46:49.062Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T01:46:49.062Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T01:46:54.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:46:54.394Z||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-29T01:46:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:46:54.418Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:46:54.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:46:54.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619660750765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:46:54.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:47:19.062Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98538332-982e-43a8-a250-499e5dc29337
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T01:47:19.073Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98538332-982e-43a8-a250-499e5dc29337
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T01:47:19.075Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T01:47:19.076Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T01:47:19.076Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T01:47:49.076Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98538332-982e-43a8-a250-499e5dc29337
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T01:47:49.085Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98538332-982e-43a8-a250-499e5dc29337
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T01:47:49.088Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T01:47:49.088Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T01:47:49.088Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T01:47:54.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:47:54.394Z||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-29T01:47:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:47:54.417Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:47:54.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:47:54.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "dcae-sch",
  "timestamp": 1619660753083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:47:54.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:19.088Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98538332-982e-43a8-a250-499e5dc29337
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T01:48:19.100Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98538332-982e-43a8-a250-499e5dc29337
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T01:48:19.103Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T01:48:19.103Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T01:48:19.103Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T01:48:49.103Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98538332-982e-43a8-a250-499e5dc29337
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T01:48:49.115Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98538332-982e-43a8-a250-499e5dc29337
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T01:48:49.117Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T01:48:49.118Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T01:48:49.118Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T01:48:54.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:48:54.394Z||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-29T01:48:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:48:54.919Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:48:54.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619660746199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-29T01:48:54.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "cds",
  "timestamp": 1619660744960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619660754298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "policy-id",
  "timestamp": 1619660745470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660754390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619660750765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "clamp",
  "timestamp": 1619660754766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "dcae-sch",
  "timestamp": 1619660753083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619660746199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "cds",
  "timestamp": 1619660744960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619660754298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T01:48:54.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "policy-id",
  "timestamp": 1619660745470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.929Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660754390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T01:48:54.929Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619660750765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.930Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "clamp",
  "timestamp": 1619660754766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T01:48:54.930Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "dcae-sch",
  "timestamp": 1619660753083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.930Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619660746199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:48:54.930Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "cds",
  "timestamp": 1619660744960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:48:54.931Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619660754298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-29T01:48:54.931Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "policy-id",
  "timestamp": 1619660745470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:48:54.931Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660754390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-29T01:48:54.931Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619660750765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.932Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "clamp",
  "timestamp": 1619660754766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "dcae-sch",
  "timestamp": 1619660753083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619660754298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660754390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "aai-ml",
  "timestamp": 1619660757393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "clamp",
  "timestamp": 1619660754766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "dcae-sch",
  "timestamp": 1619660753083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619660754298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-29T01:48:54.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619660758967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:48:54.935Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:54.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "policy-id",
  "timestamp": 1619660759029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:48:54.935Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:54.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660754390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-29T01:48:54.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "cds",
  "timestamp": 1619660759133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:48:54.936Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:54.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619660758476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "aai-ml",
  "timestamp": 1619660757393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "clamp",
  "timestamp": 1619660754766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "dcae-sch",
  "timestamp": 1619660753083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619660754298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "policy-id",
  "timestamp": 1619660760037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T01:48:54.937Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:54.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660754390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619660758476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T01:48:54.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "cds",
  "timestamp": 1619660760172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-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-29T01:48:54.947Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 98538332-982e-43a8-a250-499e5dc29337
2021-04-29T01:48:54.947Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98538332-982e-43a8-a250-499e5dc29337 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-29T01:48:54.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "aai-ml",
  "timestamp": 1619660757393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "clamp",
  "timestamp": 1619660754766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619660754298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:48:54.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "policy-id",
  "timestamp": 1619660761041,
  "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-29T01:48:54.966Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98538332-982e-43a8-a250-499e5dc29337
2021-04-29T01:48:54.966Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98538332-982e-43a8-a250-499e5dc29337 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-29T01:48:54.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660754390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:48:54.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619660758476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-29T01:48:54.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619660761251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:48:54.978Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:54.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "aai-ml",
  "timestamp": 1619660757393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "clamp",
  "timestamp": 1619660754766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:48:54.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619660761333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619660758476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "aai-ml",
  "timestamp": 1619660757393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619660761333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619660763099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:48:54.980Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:54.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619660758476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-29T01:48:54.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619660763248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:48:54.981Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:54.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "aai-ml",
  "timestamp": 1619660757393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.981Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660764002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:48:54.981Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:54.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619660761333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.981Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619660758476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.982Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619660764253,
  "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-29T01:48:54.989Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98538332-982e-43a8-a250-499e5dc29337
2021-04-29T01:48:54.989Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98538332-982e-43a8-a250-499e5dc29337 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-29T01:48:54.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "aai-ml",
  "timestamp": 1619660757393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:48:54.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:54.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:54.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619660761333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:54.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:55.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619660758476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:48:55.000Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:55.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619660765258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T01:48:55.000Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:55.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619660765356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:48:55.000Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:55.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619660761333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:55.000Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:55.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619660761333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:48:55.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:55.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "aai-ml",
  "timestamp": 1619660767519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:48:55.001Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:55.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619660767907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:48:55.001Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:55.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619660767950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:48:55.002Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:55.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619660761333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:48:55.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:48:55.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619660769430,
  "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-29T01:48:55.007Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98538332-982e-43a8-a250-499e5dc29337
2021-04-29T01:48:55.007Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98538332-982e-43a8-a250-499e5dc29337 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-29T01:48:55.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619660769681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:48:55.017Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:55.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660769828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:48:55.018Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:55.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619660770109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:48:55.018Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:55.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619660770434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T01:48:55.018Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:55.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619660771770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:48:55.018Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:55.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660771836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:48:55.019Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:55.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619660772782,
  "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-29T01:48:55.026Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98538332-982e-43a8-a250-499e5dc29337
2021-04-29T01:48:55.026Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98538332-982e-43a8-a250-499e5dc29337 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-29T01:48:55.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660773622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:48:55.036Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:55.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619660773788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T01:48:55.036Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:55.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660774998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/vfw19e6501fa69e0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T01:48:55.037Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:55.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "clamp",
  "timestamp": 1619660775698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:48:55.037Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:55.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619660775838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T01:48:55.037Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:55.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660776001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T01:48:55.038Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:55.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "clamp",
  "timestamp": 1619660776761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T01:48:55.038Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:55.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619660776842,
  "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-29T01:48:55.045Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 98538332-982e-43a8-a250-499e5dc29337
2021-04-29T01:48:55.045Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98538332-982e-43a8-a250-499e5dc29337 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-29T01:48:55.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660777010,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/resourceInstances/vfw19e6501fa69e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-29T01:48:55.054Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:55.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "clamp",
  "timestamp": 1619660777766,
  "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-29T01:48:55.060Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 98538332-982e-43a8-a250-499e5dc29337
2021-04-29T01:48:55.060Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98538332-982e-43a8-a250-499e5dc29337 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-29T01:48:55.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619660778017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T01:48:55.072Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:55.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "aai-ml",
  "timestamp": 1619660788581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210429014156/1.0/artifacts/service-Vfw20210429014156-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T01:48:55.072Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:48:55.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:48:55.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "aai-ml",
  "timestamp": 1619660789586,
  "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-29T01:48:55.080Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 98538332-982e-43a8-a250-499e5dc29337
2021-04-29T01:48:55.080Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98538332-982e-43a8-a250-499e5dc29337 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-29T01:49:19.118Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98538332-982e-43a8-a250-499e5dc29337
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T01:49:19.130Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98538332-982e-43a8-a250-499e5dc29337
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T01:49:19.134Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T01:49:19.134Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-29T01:49:19.134Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-29T01:49:19.134Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-29T01:49:19.134Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T01:49:19.134Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T01:49:19.134Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T01:49:19.134Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T01:49:19.134Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T01:49:19.134Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T01:49:19.134Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T01:49:19.141Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-29T01:49:49.141Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98538332-982e-43a8-a250-499e5dc29337 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-29T01:49:49.154Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98538332-982e-43a8-a250-499e5dc29337 and serviceModelVersionId: 62cef4ef-282b-4a5a-aca6-bc8dd7ebf824
2021-04-29T01:49:49.154Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7635a83d-de79-4708-af21-a43f38447e69
2021-04-29T01:49:54.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:49:54.394Z||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-29T01:49:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:50:00.851Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7635a83d-de79-4708-af21-a43f38447e69/model-vers/model-ver/62cef4ef-282b-4a5a-aca6-bc8dd7ebf824?depth=0
2021-04-29T01:50:00.963Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-04-29T01:50:01.532Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7635a83d-de79-4708-af21-a43f38447e69/model-vers/model-ver/62cef4ef-282b-4a5a-aca6-bc8dd7ebf824?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-29T01:50:01.539Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7635a83d-de79-4708-af21-a43f38447e69/model-vers/model-ver/62cef4ef-282b-4a5a-aca6-bc8dd7ebf824?depth=0|INFO|500||Invoke
2021-04-29T01:50:01.696Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7635a83d-de79-4708-af21-a43f38447e69/model-vers/model-ver/62cef4ef-282b-4a5a-aca6-bc8dd7ebf824?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-29T01:50:02.166Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7635a83d-de79-4708-af21-a43f38447e69/model-vers/model-ver/62cef4ef-282b-4a5a-aca6-bc8dd7ebf824?depth=0|INFO|500||InvokeReturn
2021-04-29T01:50:02.166Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7635a83d-de79-4708-af21-a43f38447e69/model-vers/model-ver/62cef4ef-282b-4a5a-aca6-bc8dd7ebf824?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-01:50:01:705-34366], vertex-id=[196768], Content-Length=[0], Date=[Thu, 29 Apr 2021 01:50:01 GMT], Content-Type=[application/json]}
2021-04-29T01:50:02.166Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-04-29T01:50:02.169Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-29T01:50:02.169Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-29T01:50:02.173Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-29T01:50:02.180Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98538332-982e-43a8-a250-499e5dc29337 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-29T01:50:02.180Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-29T01:50:02.181Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:50:02.182Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:50:02.183Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661002180,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T01:50:02.283Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:50:02.284Z||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-29T01:50:02.284Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:50:02.296Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:50:02.297Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-29T01:50:02.910Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:50:02.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-29T01:50:02.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98538332-982e-43a8-a250-499e5dc29337",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661002180,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T01:50:02.913Z||pool-2-thread-8|||||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-29T01:50:03.204Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:50:03.204Z|98538332-982e-43a8-a250-499e5dc29337|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-29T01:50:03.205Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:50:13.421Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:50:13.422Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:50:13.423Z|98538332-982e-43a8-a250-499e5dc29337|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-29T01:50:13.423Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:50:22.961Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:50:22.962Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:50:22.962Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T01:50:22.963Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:50:32.502Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:50:32.502Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:50:32.504Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T01:50:32.504Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:50:42.040Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:50:54.390Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:50:54.391Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T01:50:54.391Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:50:54.393Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:50:54.394Z||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-29T01:50:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:51:03.934Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:51:03.945Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:51:54.390Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:51:54.391Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T01:51:54.391Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:51:54.393Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:51:54.394Z||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-29T01:51:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:52:03.938Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:52:03.940Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:52:54.390Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:52:54.391Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T01:52:54.392Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:52:54.393Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:52:54.394Z||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-29T01:52:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:53:03.937Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:53:03.938Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:53:54.390Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:53:54.391Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T01:53:54.392Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:53:54.393Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:53:54.393Z||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-29T01:53:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:54:03.935Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:54:03.937Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:54:54.390Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:54:54.391Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T01:54:54.392Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:54:54.393Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:54:54.393Z|98538332-982e-43a8-a250-499e5dc29337|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-29T01:54:54.393Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:55:02.393Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:55:02.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T01:55:02.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f401eb47-d6d2-42d1-8123-4740326bb01a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"29d70b98-ede0-4014-a9e0-83ca367e1911","serviceDescription":"service","serviceInvariantUUID":"22a635b2-0849-4b91-aba1-be613d5cf173","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b4e2dcc0-8e95-4cec-8d4b-8402da8876eb","resourceInvariantUUID":"27ad6a9c-4b2b-4037-bb32-c166f902b215","resourceCustomizationUUID":"128892c4-bf53-411e-a5a8-11f54c2a61a2","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":"YjRiZmE1MjU3MDU0YTljYzgyZDc1ZmE1NTIxOWEzZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"331abb77-8e6d-4285-903c-c11408e9a614","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGY5YTZmMzdlNjg2ZDJhYWU2MTU2MTc1NDI0N2IzZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d0bcb489-ee34-4b11-a16f-23f1883597b6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-29T01:55:02.398Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:55:02.399Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:55:02.400Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:55:02.401Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661294390,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:55:02.501Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:55:02.502Z||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-29T01:55:02.502Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:55:02.515Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:55:02.515Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:55:02.628Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:55:02.629Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:55:02.629Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661294390,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:55:02.630Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:55:03.401Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:55:03.402Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:55:03.404Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:55:03.404Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661294390,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:55:03.504Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:55:03.505Z||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-29T01:55:03.505Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:55:03.542Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:55:03.543Z||pool-20-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:55:04.406Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "29d70b98-ede0-4014-a9e0-83ca367e1911",
  "serviceDescription": "service",
  "serviceInvariantUUID": "22a635b2-0849-4b91-aba1-be613d5cf173",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "128892c4-bf53-411e-a5a8-11f54c2a61a2",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "b4e2dcc0-8e95-4cec-8d4b-8402da8876eb",
      "resourceInvariantUUID": "27ad6a9c-4b2b-4037-bb32-c166f902b215",
      "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": "ZGY5YTZmMzdlNjg2ZDJhYWU2MTU2MTc1NDI0N2IzZGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d0bcb489-ee34-4b11-a16f-23f1883597b6"
    }
  ],
  "workloadContext": "Production"
}
2021-04-29T01:55:04.406Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-29T01:55:04.406Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 29d70b98-ede0-4014-a9e0-83ca367e1911 ASDC
2021-04-29T01:55:04.407Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f401eb47-d6d2-42d1-8123-4740326bb01a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:29d70b98-ede0-4014-a9e0-83ca367e1911
ServiceInvariantUUID:22a635b2-0849-4b91-aba1-be613d5cf173
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:d0bcb489-ee34-4b11-a16f-23f1883597b6
ArtifactChecksum:ZGY5YTZmMzdlNjg2ZDJhYWU2MTU2MTc1NDI0N2IzZGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:128892c4-bf53-411e-a5a8-11f54c2a61a2
ResourceInvariantUUID:27ad6a9c-4b2b-4037-bb32-c166f902b215
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b4e2dcc0-8e95-4cec-8d4b-8402da8876eb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-04-29T01:55:04.407Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 29d70b98-ede0-4014-a9e0-83ca367e1911 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T01:55:04.440Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T01:55:04.441Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T01:55:04.441Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T01:55:04.441Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d0bcb489-ee34-4b11-a16f-23f1883597b6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-29T01:55:04.442Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-29T01:55:04.442Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-29T01:55:05.654Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-29T01:55:05.657Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d0bcb489-ee34-4b11-a16f-23f1883597b6 52210
2021-04-29T01:55:05.657Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||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-29T01:55:05.657Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||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-29T01:55:05.657Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T01:55:05.657Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:55:05.659Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:55:05.659Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661305657,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:55:05.759Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:55:05.760Z||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-29T01:55:05.761Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:55:05.779Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:55:05.780Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:55:06.659Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T01:55:06.661Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T01:55:06.661Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: d0bcb489-ee34-4b11-a16f-23f1883597b6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T01:55:06.662Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-29T01:55:06.662Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T01:55:06.662Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T01:55:06.802Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5323025441123518583/Definitions/service-BasicNetwork-template.yml
2021-04-29T01:55:07.505Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-29T01:55:07.506Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-29T01:55:07.506Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-29T01:55:07.506Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-29T01:55:07.506Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||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-29T01:55:07.506Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||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-29T01:55:07.506Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||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-29T01:55:07.506Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||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-29T01:55:07.506Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||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-29T01:55:07.506Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||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-29T01:55:07.506Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||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-29T01:55:07.506Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||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-29T01:55:07.507Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-29T01:55:07.507Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:55:07.507Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:55:07.507Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-29T01:55:07.507Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-29T01:55:07.507Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T01:55:07.508Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:55:07.508Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:55:07.508Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-29T01:55:07.508Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-29T01:55:07.508Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T01:55:07.508Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:55:07.508Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:55:07.508Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:55:07.509Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:55:07.509Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:55:07.509Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:55:07.509Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:55:07.509Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:55:07.509Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:55:07.509Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:55:07.509Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:29d70b98-ede0-4014-a9e0-83ca367e1911
Model Version:NULL
Model InvariantUuid:22a635b2-0849-4b91-aba1-be613d5cf173
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:27ad6a9c-4b2b-4037-bb32-c166f902b215
Model UUID:b7dc0a43-ef03-4253-b7da-7e6291a1c1e2
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:128892c4-bf53-411e-a5a8-11f54c2a61a2
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-29T01:55:07.516Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: b4e2dcc0-8e95-4cec-8d4b-8402da8876eb
2021-04-29T01:55:07.516Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||No resources found for Service: 29d70b98-ede0-4014-a9e0-83ca367e1911
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-29T01:55:07.520Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||
2021-04-29T01:55:07.520Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-04-29T01:55:07.521Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 29d70b98-ede0-4014-a9e0-83ca367e1911
2021-04-29T01:55:07.521Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 29d70b98-ede0-4014-a9e0-83ca367e1911
2021-04-29T01:55:07.521Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-04-29T01:55:07.521Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||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-29T01:55:07.528Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:55:07.528Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:55:07.529Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:55:07.529Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:55:07.529Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 29d70b98-ede0-4014-a9e0-83ca367e1911: Generic NeutronNet
2021-04-29T01:55:07.529Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:55:07.529Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:55:07.529Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:55:07.530Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||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-29T01:55:07.565Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:55:07.566Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:55:07.566Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:55:07.566Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:55:07.566Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:55:07.566Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:55:07.567Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||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-29T01:55:07.640Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-04-29T01:55:07.641Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||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-29T01:55:07.641Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||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-29T01:55:07.641Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T01:55:07.641Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:55:07.643Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:55:07.643Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661307641,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T01:55:07.744Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T01:55:07.745Z||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-29T01:55:07.745Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:55:07.758Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:55:07.759Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:55:08.644Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f401eb47-d6d2-42d1-8123-4740326bb01a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T01:55:08.654Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f401eb47-d6d2-42d1-8123-4740326bb01a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T01:55:08.657Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T01:55:08.657Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T01:55:08.657Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T01:55:38.657Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f401eb47-d6d2-42d1-8123-4740326bb01a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T01:55:38.669Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f401eb47-d6d2-42d1-8123-4740326bb01a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T01:55:38.671Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T01:55:38.671Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T01:55:38.671Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T01:55:54.393Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:55:54.394Z|98538332-982e-43a8-a250-499e5dc29337|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-29T01:55:54.394Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:55:54.415Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:55:54.416Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:55:54.416Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "clamp",
  "timestamp": 1619661294766,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:55:54.417Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:55:54.417Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:55:54.417Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "aai-ml",
  "timestamp": 1619661297393,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:55:54.418Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:55:54.418Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:55:54.418Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661298475,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:55:54.418Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:56:08.672Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f401eb47-d6d2-42d1-8123-4740326bb01a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T01:56:08.684Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f401eb47-d6d2-42d1-8123-4740326bb01a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T01:56:08.686Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T01:56:08.687Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T01:56:08.687Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T01:56:38.687Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f401eb47-d6d2-42d1-8123-4740326bb01a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T01:56:38.699Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f401eb47-d6d2-42d1-8123-4740326bb01a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T01:56:38.707Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T01:56:38.707Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T01:56:38.707Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T01:56:54.393Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:56:54.394Z|98538332-982e-43a8-a250-499e5dc29337|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-29T01:56:54.395Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:56:54.419Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:56:54.420Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:56:54.420Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "dcae-sch",
  "timestamp": 1619661293083,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:56:54.421Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:56:54.421Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:56:54.421Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661294298,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:56:54.421Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:56:54.422Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:56:54.422Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "cds",
  "timestamp": 1619661299960,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:56:54.422Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:56:54.422Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:56:54.422Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661301333,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:56:54.422Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:57:08.708Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f401eb47-d6d2-42d1-8123-4740326bb01a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T01:57:08.723Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f401eb47-d6d2-42d1-8123-4740326bb01a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T01:57:08.725Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T01:57:08.725Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T01:57:08.725Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T01:57:38.726Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f401eb47-d6d2-42d1-8123-4740326bb01a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T01:57:38.736Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f401eb47-d6d2-42d1-8123-4740326bb01a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T01:57:38.738Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T01:57:38.739Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T01:57:38.739Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T01:57:54.393Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:57:54.394Z|98538332-982e-43a8-a250-499e5dc29337|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-29T01:57:54.394Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:57:54.421Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:57:54.422Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.423Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661298475,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:57:54.423Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:57:54.424Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.424Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "cds",
  "timestamp": 1619661299960,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:57:54.424Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:57:54.424Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.424Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661301333,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:57:54.424Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:57:54.424Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.424Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661294298,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:57:54.424Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:57:54.424Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.424Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661294390,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:57:54.425Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:57:54.425Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.425Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "aai-ml",
  "timestamp": 1619661297393,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:57:54.425Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:57:54.425Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.425Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "dcae-sch",
  "timestamp": 1619661293083,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:57:54.426Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:57:54.426Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.426Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "clamp",
  "timestamp": 1619661294766,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:57:54.426Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:57:54.426Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.426Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "cds",
  "timestamp": 1619661305552,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:57:54.426Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:57:54.426Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.427Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661305657,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:57:54.427Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:57:54.427Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.427Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "aai-ml",
  "timestamp": 1619661305659,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:57:54.427Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:57:54.427Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.427Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661305675,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:57:54.427Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:57:54.428Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.428Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "policy-id",
  "timestamp": 1619661305470,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:57:54.428Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:57:54.428Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.428Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "cds",
  "timestamp": 1619661306559,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T01:57:54.435Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f401eb47-d6d2-42d1-8123-4740326bb01a
2021-04-29T01:57:54.435Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f401eb47-d6d2-42d1-8123-4740326bb01a 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-29T01:57:54.447Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.447Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661306199,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:57:54.447Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:57:54.448Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.448Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "policy-id",
  "timestamp": 1619661305470,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:57:54.448Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:57:54.448Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.448Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661307378,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T01:57:54.448Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:57:54.448Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.448Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661307641,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T01:57:54.448Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:57:54.449Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.449Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661306199,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:57:54.449Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:57:54.449Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.449Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661308382,
  "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-29T01:57:54.455Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f401eb47-d6d2-42d1-8123-4740326bb01a
2021-04-29T01:57:54.455Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f401eb47-d6d2-42d1-8123-4740326bb01a 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-29T01:57:54.466Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.466Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "policy-id",
  "timestamp": 1619661309347,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:57:54.466Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:57:54.466Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.467Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "aai-ml",
  "timestamp": 1619661309873,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T01:57:54.467Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:57:54.467Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.467Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "policy-id",
  "timestamp": 1619661310351,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T01:57:54.467Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:57:54.467Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.467Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "aai-ml",
  "timestamp": 1619661310877,
  "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-29T01:57:54.475Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f401eb47-d6d2-42d1-8123-4740326bb01a
2021-04-29T01:57:54.475Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f401eb47-d6d2-42d1-8123-4740326bb01a 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-29T01:57:54.487Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.487Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "policy-id",
  "timestamp": 1619661311354,
  "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-29T01:57:54.493Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f401eb47-d6d2-42d1-8123-4740326bb01a
2021-04-29T01:57:54.494Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f401eb47-d6d2-42d1-8123-4740326bb01a 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-29T01:57:54.505Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.505Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661310765,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:57:54.505Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:57:54.505Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.505Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661310765,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:57:54.505Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:57:54.505Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.506Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "clamp",
  "timestamp": 1619661312460,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:57:54.506Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:57:54.506Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.506Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "clamp",
  "timestamp": 1619661313482,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T01:57:54.506Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:57:54.506Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T01:57:54.506Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "clamp",
  "timestamp": 1619661314488,
  "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-29T01:57:54.511Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f401eb47-d6d2-42d1-8123-4740326bb01a
2021-04-29T01:57:54.512Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f401eb47-d6d2-42d1-8123-4740326bb01a 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-29T01:58:08.739Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f401eb47-d6d2-42d1-8123-4740326bb01a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T01:58:08.753Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f401eb47-d6d2-42d1-8123-4740326bb01a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T01:58:08.758Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T01:58:08.758Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-29T01:58:08.758Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-29T01:58:08.759Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-29T01:58:08.759Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T01:58:08.759Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T01:58:08.759Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T01:58:08.759Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T01:58:08.759Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T01:58:08.759Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T01:58:08.759Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||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-29T01:58:08.766Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-29T01:58:38.766Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f401eb47-d6d2-42d1-8123-4740326bb01a 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-29T01:58:38.772Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f401eb47-d6d2-42d1-8123-4740326bb01a and serviceModelVersionId: 29d70b98-ede0-4014-a9e0-83ca367e1911
2021-04-29T01:58:38.772Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 22a635b2-0849-4b91-aba1-be613d5cf173
2021-04-29T01:58:38.773Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/22a635b2-0849-4b91-aba1-be613d5cf173/model-vers/model-ver/29d70b98-ede0-4014-a9e0-83ca367e1911?depth=0
2021-04-29T01:58:38.779Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-29T01:58:38.828Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22a635b2-0849-4b91-aba1-be613d5cf173/model-vers/model-ver/29d70b98-ede0-4014-a9e0-83ca367e1911?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-29T01:58:38.880Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22a635b2-0849-4b91-aba1-be613d5cf173/model-vers/model-ver/29d70b98-ede0-4014-a9e0-83ca367e1911?depth=0|INFO|500||Invoke
2021-04-29T01:58:38.908Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22a635b2-0849-4b91-aba1-be613d5cf173/model-vers/model-ver/29d70b98-ede0-4014-a9e0-83ca367e1911?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-29T01:58:39.268Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22a635b2-0849-4b91-aba1-be613d5cf173/model-vers/model-ver/29d70b98-ede0-4014-a9e0-83ca367e1911?depth=0|INFO|500||InvokeReturn
2021-04-29T01:58:39.268Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/22a635b2-0849-4b91-aba1-be613d5cf173/model-vers/model-ver/29d70b98-ede0-4014-a9e0-83ca367e1911?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-01:58:38:921-51544], vertex-id=[204960], Content-Length=[0], Date=[Thu, 29 Apr 2021 01:58:38 GMT], Content-Type=[application/json]}
2021-04-29T01:58:39.268Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-04-29T01:58:39.268Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-29T01:58:39.268Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||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-29T01:58:39.272Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||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-29T01:58:39.273Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f401eb47-d6d2-42d1-8123-4740326bb01a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-29T01:58:39.273Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-29T01:58:39.273Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:58:39.275Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:58:39.275Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661519273,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T01:58:39.376Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T01:58:39.377Z||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-29T01:58:39.377Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:58:39.395Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:58:39.396Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 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-29T01:58:40.290Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:58:40.290Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T01:58:40.291Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:58:44.585Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:58:44.586Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T01:58:44.586Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"cec259d0-e966-4e87-89ac-19ec9a4f82d3","serviceName":"Demo_pNF_CT7ldybZE2hj4wJVEhxM","serviceVersion":"1.0","serviceUUID":"b928e8ef-7853-4cd8-bf70-2416e7c87740","serviceDescription":"catalog service description","serviceInvariantUUID":"07b80a6d-ef97-4c6f-bf05-761d6e2df0f8","resources":[{"resourceInstanceName":"pNF eba5b8ad-e1f9 0","resourceName":"pNF eba5b8ad-e1f9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a138964d-2cb5-4f43-8842-57bc604b4cf1","resourceInvariantUUID":"b7d2fd05-8a9a-464f-97de-fdc86998f526","resourceCustomizationUUID":"ec70094e-a09b-445b-b1eb-8b2eeac97b50","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vf-license-model.xml","artifactChecksum":"Y2EyMDE3M2U2MDZhODkyNzY5ZjE5YjYyNTMyMzlmNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2647562e-cb0f-4614-84b3-56e12a4fb83e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/pNF.csar","artifactChecksum":"NWNmZTVkN2FiZjljOTA1MjgzYjlhYmViZDVhOWE0ODY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ecbcbfb0-a8aa-4880-9bf8-80adb3ea8c5e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b6a5a39-b5eb-4dab-87e4-4e69e1a64e4d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vendor-license-model.xml","artifactChecksum":"ZDRkOThkOGNkYTE1MDg5ZGI4Y2MyNDI1ZjQxMmI0ODM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c2ef47f3-09ab-4c77-b417-3dd1fa8e405d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e2374945-2caf-4f56-b9e7-efbb4296736d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2b3ad8ca-fe09-4309-a7cd-8105351882f9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCt7ldybze2hj4wjvehxm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-template.yml","artifactChecksum":"ZjBhNTc3NDFhYTJlMGY0NjE2Njk1YzEwZjExODE2NTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"03f172c5-ff63-4864-bec9-749d0c11b049","artifactVersion":"1"},{"artifactName":"service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar","artifactChecksum":"ZTY5ZWEyYWU3YTUyMjk5OTM4MjJlNWZiMDk1Y2Q4YjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6ddb58e-5328-44e3-8427-1324f27e79a0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-29T01:58:44.588Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:58:44.588Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:58:44.590Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:58:44.590Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661520290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:44.690Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-29T01:58:44.691Z||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-29T01:58:44.691Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:58:44.703Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:58:44.703Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:58:45.591Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:58:45.592Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:58:45.594Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:58:45.594Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661520290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:45.694Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:58:45.695Z||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-29T01:58:45.696Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:58:45.708Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:58:45.708Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:58:46.594Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:58:46.595Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:58:46.597Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:58:46.598Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661520290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:46.698Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:58:46.699Z||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-29T01:58:46.699Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:58:46.711Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:58:46.712Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:58:47.598Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:58:47.599Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:58:47.601Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:58:47.601Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661520290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:47.702Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T01:58:47.703Z||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-29T01:58:47.703Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:58:47.715Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:58:47.715Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:58:48.602Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:58:48.603Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:58:48.604Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:58:48.604Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661520290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:48.704Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:58:48.705Z||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-29T01:58:48.705Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:58:48.719Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:58:48.719Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:58:49.605Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:58:49.606Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:58:49.608Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:58:49.608Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661520290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:49.708Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:58:49.709Z||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-29T01:58:49.710Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:58:49.722Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:58:49.723Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:58:50.608Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:58:50.609Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:58:50.611Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:58:50.612Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661520290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:50.712Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:58:50.712Z||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-29T01:58:50.713Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:58:50.724Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:58:50.725Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:58:51.612Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:58:51.613Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:58:51.616Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:58:51.616Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661520290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:58:51.716Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:58:51.717Z||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-29T01:58:51.717Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:58:51.729Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:58:51.730Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:58:52.617Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "serviceName": "Demo_pNF_CT7ldybZE2hj4wJVEhxM",
  "serviceVersion": "1.0",
  "serviceUUID": "b928e8ef-7853-4cd8-bf70-2416e7c87740",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "07b80a6d-ef97-4c6f-bf05-761d6e2df0f8",
  "resources": [
    {
      "resourceInstanceName": "pNF eba5b8ad-e1f9 0",
      "resourceCustomizationUUID": "ec70094e-a09b-445b-b1eb-8b2eeac97b50",
      "resourceName": "pNF eba5b8ad-e1f9",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a138964d-2cb5-4f43-8842-57bc604b4cf1",
      "resourceInvariantUUID": "b7d2fd05-8a9a-464f-97de-fdc86998f526",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
      "artifactChecksum": "ZTY5ZWEyYWU3YTUyMjk5OTM4MjJlNWZiMDk1Y2Q4YjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b6ddb58e-5328-44e3-8427-1324f27e79a0"
    }
  ],
  "workloadContext": "Production"
}
2021-04-29T01:58:52.618Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-29T01:58:52.618Z|f401eb47-d6d2-42d1-8123-4740326bb01a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b928e8ef-7853-4cd8-bf70-2416e7c87740 ASDC
2021-04-29T01:58:52.618Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:cec259d0-e966-4e87-89ac-19ec9a4f82d3
ServiceName:Demo_pNF_CT7ldybZE2hj4wJVEhxM
ServiceVersion:1.0
ServiceUUID:b928e8ef-7853-4cd8-bf70-2416e7c87740
ServiceInvariantUUID:07b80a6d-ef97-4c6f-bf05-761d6e2df0f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar
ArtifactUUID:b6ddb58e-5328-44e3-8427-1324f27e79a0
ArtifactChecksum:ZTY5ZWEyYWU3YTUyMjk5OTM4MjJlNWZiMDk1Y2Q4YjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF eba5b8ad-e1f9 0
ResourceCustomizationUUID:ec70094e-a09b-445b-b1eb-8b2eeac97b50
ResourceInvariantUUID:b7d2fd05-8a9a-464f-97de-fdc86998f526
ResourceName:pNF eba5b8ad-e1f9
ResourceType:PNF
ResourceUUID:a138964d-2cb5-4f43-8842-57bc604b4cf1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-29T01:58:52.618Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b928e8ef-7853-4cd8-bf70-2416e7c87740 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T01:58:52.650Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T01:58:52.650Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T01:58:52.650Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T01:58:52.651Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b6ddb58e-5328-44e3-8427-1324f27e79a0 from URL: /sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar
2021-04-29T01:58:52.651Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-29T01:58:52.651Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar
2021-04-29T01:58:53.079Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-29T01:58:53.083Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar b6ddb58e-5328-44e3-8427-1324f27e79a0 83318
2021-04-29T01:58:53.084Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar ASDC sendASDCNotification
2021-04-29T01:58:53.084Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar
2021-04-29T01:58:53.084Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T01:58:53.084Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:58:53.086Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:58:53.086Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661533084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:58:53.186Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:58:53.187Z||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-29T01:58:53.187Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:58:53.199Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:58:53.200Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:58:54.087Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T01:58:54.088Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T01:58:54.088Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b6ddb58e-5328-44e3-8427-1324f27e79a0, URL: /sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar to file: /app/ASDC/1/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar
2021-04-29T01:58:54.089Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar
2021-04-29T01:58:54.089Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar
2021-04-29T01:58:54.089Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar
2021-04-29T01:58:54.393Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:58:54.394Z||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-29T01:58:54.395Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:58:54.419Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:58:54.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "aai-ml",
  "timestamp": 1619661387393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.422Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661386199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "clamp",
  "timestamp": 1619661384766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661391333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661390765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.424Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "policy-id",
  "timestamp": 1619661385470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.424Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "cds",
  "timestamp": 1619661389960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.424Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "dcae-sch",
  "timestamp": 1619661393083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.425Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "aai-ml",
  "timestamp": 1619661387393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.425Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661386199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.425Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "clamp",
  "timestamp": 1619661384766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661390765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661391333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "policy-id",
  "timestamp": 1619661385470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.427Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "cds",
  "timestamp": 1619661389960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.427Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "dcae-sch",
  "timestamp": 1619661393083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.427Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661394298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.427Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "aai-ml",
  "timestamp": 1619661387393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.427Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661386199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.428Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661391333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.428Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "clamp",
  "timestamp": 1619661384766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.428Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661390765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.428Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "policy-id",
  "timestamp": 1619661385470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.428Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "cds",
  "timestamp": 1619661389960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "dcae-sch",
  "timestamp": 1619661393083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661394298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "aai-ml",
  "timestamp": 1619661387393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661386199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661391333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "clamp",
  "timestamp": 1619661384766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661390765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "policy-id",
  "timestamp": 1619661385470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "cds",
  "timestamp": 1619661389960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "dcae-sch",
  "timestamp": 1619661393083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661394298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661386199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "aai-ml",
  "timestamp": 1619661387393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661391333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661390765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "clamp",
  "timestamp": 1619661384766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "policy-id",
  "timestamp": 1619661385470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "cds",
  "timestamp": 1619661389960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "dcae-sch",
  "timestamp": 1619661393083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661394298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "aai-ml",
  "timestamp": 1619661387393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661386199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661391333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "clamp",
  "timestamp": 1619661384766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661390765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-04-29T01:58:54.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "policy-id",
  "timestamp": 1619661385470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "cds",
  "timestamp": 1619661389960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "dcae-sch",
  "timestamp": 1619661393083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661394298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661398475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661386199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "aai-ml",
  "timestamp": 1619661387393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "clamp",
  "timestamp": 1619661384766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661391333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661390765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "policy-id",
  "timestamp": 1619661385470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "cds",
  "timestamp": 1619661389960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "dcae-sch",
  "timestamp": 1619661393083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661394298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661398475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661386199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:58:54.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "aai-ml",
  "timestamp": 1619661387393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:58:54.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "clamp",
  "timestamp": 1619661384766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:58:54.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661390765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661391333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:58:54.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "policy-id",
  "timestamp": 1619661385470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:58:54.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "cds",
  "timestamp": 1619661389960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:58:54.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "dcae-sch",
  "timestamp": 1619661393083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661394298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661398475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661394298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:58:54.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661398475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "aai-ml",
  "timestamp": 1619661402763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:58:54.442Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:58:54.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "cds",
  "timestamp": 1619661403051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:58:54.442Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:58:54.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661403059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:58:54.442Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:58:54.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "policy-id",
  "timestamp": 1619661403049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:58:54.442Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:58:54.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661398475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.443Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661403268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:58:54.443Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:58:54.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "cds",
  "timestamp": 1619661404060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-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-29T01:58:54.449Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cec259d0-e966-4e87-89ac-19ec9a4f82d3
2021-04-29T01:58:54.449Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cec259d0-e966-4e87-89ac-19ec9a4f82d3 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-29T01:58:54.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "policy-id",
  "timestamp": 1619661404052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T01:58:54.459Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:58:54.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661398475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661404582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T01:58:54.460Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:58:54.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661404994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T01:58:54.460Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:58:54.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "policy-id",
  "timestamp": 1619661405054,
  "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-29T01:58:54.466Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cec259d0-e966-4e87-89ac-19ec9a4f82d3
2021-04-29T01:58:54.466Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cec259d0-e966-4e87-89ac-19ec9a4f82d3 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-29T01:58:54.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661398475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:58:54.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661405586,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T01:58:54.483Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of cec259d0-e966-4e87-89ac-19ec9a4f82d3
2021-04-29T01:58:54.483Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cec259d0-e966-4e87-89ac-19ec9a4f82d3 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-29T01:58:54.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661405997,
  "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-29T01:58:54.499Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cec259d0-e966-4e87-89ac-19ec9a4f82d3
2021-04-29T01:58:54.499Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cec259d0-e966-4e87-89ac-19ec9a4f82d3 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-29T01:58:54.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661398475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:58:54.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:58:54.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "aai-ml",
  "timestamp": 1619661408651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T01:58:54.510Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:58:54.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "aai-ml",
  "timestamp": 1619661409655,
  "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-29T01:58:54.517Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cec259d0-e966-4e87-89ac-19ec9a4f82d3
2021-04-29T01:58:54.517Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cec259d0-e966-4e87-89ac-19ec9a4f82d3 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-29T01:58:54.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "clamp",
  "timestamp": 1619661411093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:58:54.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:58:54.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "clamp",
  "timestamp": 1619661412109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T01:58:54.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:58:54.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:58:54.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "clamp",
  "timestamp": 1619661413113,
  "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-29T01:58:54.535Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cec259d0-e966-4e87-89ac-19ec9a4f82d3
2021-04-29T01:58:54.535Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cec259d0-e966-4e87-89ac-19ec9a4f82d3 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-29T01:58:54.554Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18383436809048459146/Definitions/service-DemoPnfCt7ldybze2hj4wjvehxm-template.yml
2021-04-29T01:58:55.394Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-29T01:58:55.394Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-29T01:58:55.395Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar
2021-04-29T01:58:55.395Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-29T01:58:55.395Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||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-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar
2021-04-29T01:58:55.395Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar
2021-04-29T01:58:55.395Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||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-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar
2021-04-29T01:58:55.395Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||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-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar
2021-04-29T01:58:55.395Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||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-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar
2021-04-29T01:58:55.395Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF eba5b8ad-e1f9 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-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar
2021-04-29T01:58:55.395Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF eba5b8ad-e1f9 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar
2021-04-29T01:58:55.395Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||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-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar
2021-04-29T01:58:55.395Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-29T01:58:55.395Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:58:55.396Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_CT7ldybZE2hj4wJVEhxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:58:55.396Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Node template pNF eba5b8ad-e1f9 0 is matching search criteria
2021-04-29T01:58:55.396Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-29T01:58:55.396Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF eba5b8ad-e1f9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T01:58:55.396Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:58:55.396Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_CT7ldybZE2hj4wJVEhxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:58:55.396Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Node template pNF eba5b8ad-e1f9 0 is matching search criteria
2021-04-29T01:58:55.396Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-29T01:58:55.396Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF eba5b8ad-e1f9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T01:58:55.397Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:58:55.397Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_CT7ldybZE2hj4wJVEhxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:58:55.397Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:58:55.397Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_CT7ldybZE2hj4wJVEhxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:58:55.397Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:58:55.397Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_CT7ldybZE2hj4wJVEhxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:58:55.397Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:58:55.397Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_CT7ldybZE2hj4wJVEhxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:58:55.397Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:58:55.397Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_CT7ldybZE2hj4wJVEhxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:58:55.398Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_CT7ldybZE2hj4wJVEhxM
Description:catalog service description
Model UUID:b928e8ef-7853-4cd8-bf70-2416e7c87740
Model Version:NULL
Model InvariantUuid:07b80a6d-ef97-4c6f-bf05-761d6e2df0f8
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-29T01:58:55.403Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: a138964d-2cb5-4f43-8842-57bc604b4cf1
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-29T01:58:55.405Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||pNF eba5b8ad-e1f9 0
2021-04-29T01:58:55.405Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a138964d-2cb5-4f43-8842-57bc604b4cf1
2021-04-29T01:58:55.406Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||No resources found for Service: b928e8ef-7853-4cd8-bf70-2416e7c87740
2021-04-29T01:58:55.406Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b928e8ef-7853-4cd8-bf70-2416e7c87740
2021-04-29T01:58:55.406Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF eba5b8ad-e1f9 0 a138964d-2cb5-4f43-8842-57bc604b4cf1 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-29T01:58:55.410Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:58:55.410Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_CT7ldybZE2hj4wJVEhxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:58:55.411Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b928e8ef-7853-4cd8-bf70-2416e7c87740: pNF eba5b8ad-e1f9
2021-04-29T01:58:55.411Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||Processing PNF resource: a138964d-2cb5-4f43-8842-57bc604b4cf1
2021-04-29T01:58:55.411Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:58:55.411Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_CT7ldybZE2hj4wJVEhxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:58:55.411Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||Resource customization UUID: ec70094e-a09b-445b-b1eb-8b2eeac97b50 is the same as notified resource customizationUUID: ec70094e-a09b-445b-b1eb-8b2eeac97b50
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-29T01:58:55.462Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF eba5b8ad-e1f9 a138964d-2cb5-4f43-8842-57bc604b4cf1 0 ASDC deployResourceStructure
2021-04-29T01:58:55.462Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar ASDC sendASDCNotification
2021-04-29T01:58:55.463Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar
2021-04-29T01:58:55.463Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T01:58:55.463Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:58:55.466Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:58:55.466Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661535462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T01:58:55.566Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:58:55.567Z||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-29T01:58:55.567Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:58:55.578Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:58:55.579Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:58:56.467Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cec259d0-e966-4e87-89ac-19ec9a4f82d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T01:58:56.478Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cec259d0-e966-4e87-89ac-19ec9a4f82d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T01:58:56.480Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T01:58:56.481Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-29T01:58:56.481Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-29T01:58:56.481Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-29T01:58:56.481Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T01:58:56.481Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T01:58:56.481Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T01:58:56.481Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T01:58:56.481Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T01:58:56.481Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T01:58:56.481Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T01:58:56.481Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||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-29T01:58:56.486Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-29T01:59:26.487Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cec259d0-e966-4e87-89ac-19ec9a4f82d3 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-29T01:59:26.492Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cec259d0-e966-4e87-89ac-19ec9a4f82d3 and serviceModelVersionId: b928e8ef-7853-4cd8-bf70-2416e7c87740
2021-04-29T01:59:26.492Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07b80a6d-ef97-4c6f-bf05-761d6e2df0f8
2021-04-29T01:59:26.493Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07b80a6d-ef97-4c6f-bf05-761d6e2df0f8/model-vers/model-ver/b928e8ef-7853-4cd8-bf70-2416e7c87740?depth=0
2021-04-29T01:59:26.497Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-29T01:59:26.532Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07b80a6d-ef97-4c6f-bf05-761d6e2df0f8/model-vers/model-ver/b928e8ef-7853-4cd8-bf70-2416e7c87740?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-29T01:59:26.533Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07b80a6d-ef97-4c6f-bf05-761d6e2df0f8/model-vers/model-ver/b928e8ef-7853-4cd8-bf70-2416e7c87740?depth=0|INFO|500||Invoke
2021-04-29T01:59:26.562Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07b80a6d-ef97-4c6f-bf05-761d6e2df0f8/model-vers/model-ver/b928e8ef-7853-4cd8-bf70-2416e7c87740?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-29T01:59:26.983Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07b80a6d-ef97-4c6f-bf05-761d6e2df0f8/model-vers/model-ver/b928e8ef-7853-4cd8-bf70-2416e7c87740?depth=0|INFO|500||InvokeReturn
2021-04-29T01:59:26.984Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07b80a6d-ef97-4c6f-bf05-761d6e2df0f8/model-vers/model-ver/b928e8ef-7853-4cd8-bf70-2416e7c87740?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-01:59:26:569-82010], vertex-id=[315456], Content-Length=[0], Date=[Thu, 29 Apr 2021 01:59:26 GMT], Content-Type=[application/json]}
2021-04-29T01:59:26.984Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-04-29T01:59:26.984Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-29T01:59:26.984Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||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-29T01:59:26.989Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||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-29T01:59:26.989Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cec259d0-e966-4e87-89ac-19ec9a4f82d3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-29T01:59:26.989Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-29T01:59:26.990Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:59:26.992Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:59:26.992Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661566989,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T01:59:27.092Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:59:27.093Z||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-29T01:59:27.093Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:59:27.109Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:59:27.109Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-29T01:59:28.004Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:59:28.004Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T01:59:28.005Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:59:37.550Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:59:37.551Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:59:37.551Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T01:59:37.551Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:59:43.387Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:59:43.388Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T01:59:43.388Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"656a77e8-cd94-4a40-99f5-cbb103dc5e24","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"9bbfd3f6-1f88-413a-aed2-3a99b0b5f4f5","serviceDescription":"service","serviceInvariantUUID":"11a10407-1e6d-4200-9ea7-6e4d57454c51","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a502ea66-4d43-4cd2-9641-b829820c11bf","resourceInvariantUUID":"f55ca96d-8873-4dc7-ae42-e6cc90bd0d23","resourceCustomizationUUID":"6ff53dda-9675-477d-b40f-dfdfd4bc9ac9","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":"29f4c737-7182-48a8-901e-a222ab969275","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":"MjZmYjE4YWUxOWMwMTUyY2UyYzUzODk1MTQ1ZjNlNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5ea443e-0926-43f0-a88d-d39471219728","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":"YzBlMjFkYzkxMzQxOWIyZmU3NzMyNWMyNzIxMjljMWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ddcdbd3d-540a-4fb6-aac2-8448098f8988","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":"55769801-2ee9-4251-8004-fca247606fde","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":"50856c32-2076-4b18-afee-c6b76e3e4a16","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":"84a7cfd5-a77c-414f-9720-fa048a427a5d","artifactVersion":"2","generatedFromUUID":"55769801-2ee9-4251-8004-fca247606fde"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZjYyNDQ3YTg0ZmY2NjVlNDgzN2NlNzJmMDBmYzQxODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c73d0962-6fc0-4de2-ac7c-31d5fa75aa3f","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YTMwMGIxYzcyNjFmMjI2NmI2M2I0OGI5ZWY5MWNmODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe1f86fe-ef4d-4fe9-84a8-ada44de0d64b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-29T01:59:43.390Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:59:43.391Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:59:43.393Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:59:43.393Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661577551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:59:43.493Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:59:43.494Z||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-29T01:59:43.494Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:59:43.505Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:59:43.505Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:59:44.393Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:59:44.394Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:59:44.396Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:59:44.396Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661577551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:59:44.497Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:59:44.497Z||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-29T01:59:44.497Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:59:44.509Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:59:44.509Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:59:45.397Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:59:45.398Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:59:45.400Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:59:45.400Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661577551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T01:59:45.500Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:59:45.501Z||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-29T01:59:45.501Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:59:45.512Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:59:45.512Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:59:46.401Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:59:46.402Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:59:46.404Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:59:46.404Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661577551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-29T01:59:46.504Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:59:46.505Z||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-29T01:59:46.505Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:59:46.519Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:59:46.520Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:59:47.405Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:59:47.406Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:59:47.407Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:59:47.408Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661577551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:59:47.508Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:59:47.509Z||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-29T01:59:47.509Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:59:47.519Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:59:47.520Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:59:48.408Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:59:48.409Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:59:48.410Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:59:48.410Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661577551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-29T01:59:48.511Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T01:59:48.512Z||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-29T01:59:48.512Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:59:48.522Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:59:48.523Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:59:49.411Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:59:49.412Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:59:49.413Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:59:49.413Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661577551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:59:49.514Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T01:59:49.514Z||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-29T01:59:49.514Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:59:49.525Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:59:49.526Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:59:50.414Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T01:59:50.415Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:59:50.418Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:59:50.418Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661577551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:59:50.519Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T01:59:50.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-29T01:59:50.520Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:59:50.531Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:59:50.532Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:59:51.421Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "9bbfd3f6-1f88-413a-aed2-3a99b0b5f4f5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "11a10407-1e6d-4200-9ea7-6e4d57454c51",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "6ff53dda-9675-477d-b40f-dfdfd4bc9ac9",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a502ea66-4d43-4cd2-9641-b829820c11bf",
      "resourceInvariantUUID": "f55ca96d-8873-4dc7-ae42-e6cc90bd0d23",
      "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": "YzBlMjFkYzkxMzQxOWIyZmU3NzMyNWMyNzIxMjljMWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ddcdbd3d-540a-4fb6-aac2-8448098f8988",
          "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": "55769801-2ee9-4251-8004-fca247606fde",
          "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": "84a7cfd5-a77c-414f-9720-fa048a427a5d",
            "generatedFromUUID": "55769801-2ee9-4251-8004-fca247606fde"
          },
          "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": "84a7cfd5-a77c-414f-9720-fa048a427a5d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YTMwMGIxYzcyNjFmMjI2NmI2M2I0OGI5ZWY5MWNmODA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fe1f86fe-ef4d-4fe9-84a8-ada44de0d64b"
    }
  ],
  "workloadContext": "Production"
}
2021-04-29T01:59:51.421Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-29T01:59:51.421Z|cec259d0-e966-4e87-89ac-19ec9a4f82d3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bbfd3f6-1f88-413a-aed2-3a99b0b5f4f5 ASDC
2021-04-29T01:59:51.422Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:656a77e8-cd94-4a40-99f5-cbb103dc5e24
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:9bbfd3f6-1f88-413a-aed2-3a99b0b5f4f5
ServiceInvariantUUID:11a10407-1e6d-4200-9ea7-6e4d57454c51
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:fe1f86fe-ef4d-4fe9-84a8-ada44de0d64b
ArtifactChecksum:YTMwMGIxYzcyNjFmMjI2NmI2M2I0OGI5ZWY5MWNmODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:6ff53dda-9675-477d-b40f-dfdfd4bc9ac9
ResourceInvariantUUID:f55ca96d-8873-4dc7-ae42-e6cc90bd0d23
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:a502ea66-4d43-4cd2-9641-b829820c11bf
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:ddcdbd3d-540a-4fb6-aac2-8448098f8988
ArtifactChecksum:YzBlMjFkYzkxMzQxOWIyZmU3NzMyNWMyNzIxMjljMWI=
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:55769801-2ee9-4251-8004-fca247606fde
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:84a7cfd5-a77c-414f-9720-fa048a427a5d
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:84a7cfd5-a77c-414f-9720-fa048a427a5d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-29T01:59:51.422Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bbfd3f6-1f88-413a-aed2-3a99b0b5f4f5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-29T01:59:51.465Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T01:59:51.466Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T01:59:51.466Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T01:59:51.467Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fe1f86fe-ef4d-4fe9-84a8-ada44de0d64b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-29T01:59:51.467Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-29T01:59:51.467Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-29T01:59:52.389Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-29T01:59:52.394Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar fe1f86fe-ef4d-4fe9-84a8-ada44de0d64b 76826
2021-04-29T01:59:52.394Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T01:59:52.394Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T01:59:52.394Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T01:59:52.395Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:59:52.397Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:59:52.397Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661592394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:59:52.497Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:59:52.498Z||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-29T01:59:52.498Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:59:52.507Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:59:52.508Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:59:53.397Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T01:59:53.398Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T01:59:53.399Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: fe1f86fe-ef4d-4fe9-84a8-ada44de0d64b, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-29T01:59:53.399Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-04-29T01:59:53.399Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-29T01:59:53.399Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-29T01:59:53.590Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5690240859552613880/Definitions/service-Basicclamp-template.yml
2021-04-29T01:59:54.393Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T01:59:54.393Z||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-29T01:59:54.393Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:59:54.412Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:59:54.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:59:54.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f401eb47-d6d2-42d1-8123-4740326bb01a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661519273,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T01:59:54.428Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T01:59:54.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:59:54.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661520290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:59:54.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:59:54.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:59:54.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661520290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:59:54.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:59:54.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:59:54.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661520290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:59:54.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:59:54.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:59:54.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661520290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:59:54.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:59:54.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:59:54.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661520290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:59:54.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:59:54.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:59:54.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661520290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/resourceInstances/pnfeba5b8ade1f90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:59:54.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:59:54.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:59:54.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661520290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T01:59:54.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:59:54.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:59:54.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661520290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T01:59:54.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T01:59:54.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T01:59:54.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661533084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:59:54.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-29T01:59:54.747Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-29T01:59:54.747Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-29T01:59:54.747Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-29T01:59:54.748Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-29T01:59:54.748Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T01:59:54.748Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T01:59:54.748Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T01:59:54.748Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T01:59:54.748Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T01:59:54.749Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T01:59:54.749Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T01:59:54.749Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T01:59:54.749Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T01:59:54.749Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T01:59:54.749Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-29T01:59:54.750Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:59:54.750Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:59:54.750Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-29T01:59:54.751Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-29T01:59:54.751Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T01:59:54.751Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:59:54.751Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:59:54.751Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-29T01:59:54.751Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-29T01:59:54.752Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T01:59:54.752Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:59:54.752Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:59:54.752Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:59:54.753Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-29T01:59:54.753Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-29T01:59:54.753Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-29T01:59:54.753Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-29T01:59:54.753Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-29T01:59:54.754Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-29T01:59:54.754Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:59:54.754Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T01:59:54.754Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:59:54.755Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-29T01:59:54.755Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T01:59:54.755Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:59:54.756Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-29T01:59:54.756Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T01:59:54.756Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:59:54.756Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-29T01:59:54.756Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T01:59:54.757Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:59:54.757Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-29T01:59:54.757Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-29T01:59:54.757Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-29T01:59:54.757Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=13ab184f-c84f-4f3b-9214-b1cfd0dc8a95
2021-04-29T01:59:54.757Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:59:54.758Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:59:54.758Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:59:54.758Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:59:54.758Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:59:54.758Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:59:54.758Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T01:59:54.758Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T01:59:54.759Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:9bbfd3f6-1f88-413a-aed2-3a99b0b5f4f5
Model Version:NULL
Model InvariantUuid:11a10407-1e6d-4200-9ea7-6e4d57454c51
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:a172a4b8-bd2f-4d91-b9d3-9764ba48632b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f55ca96d-8873-4dc7-ae42-e6cc90bd0d23
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6ff53dda-9675-477d-b40f-dfdfd4bc9ac9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d03f865b-d47e-4898-8ec6-d17eb975bcbd
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:c63643fb-c231-498d-a9af-0cc5601e9fd0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:13ab184f-c84f-4f3b-9214-b1cfd0dc8a95
ModelInvariantUuid:42e6b31f-ff77-45a4-974f-bc4a7b4127a9
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:83a90a17-c3a5-484d-ae06-aa7969f8a887
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e2d06c74-c5c3-4b4d-9003-462223cac301
ModelInvariantUuid:770c4475-6a43-4b31-9e9d-b813a19dc419
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:7f7dc7eb-adbd-47ec-92eb-0a79fc1b0743
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-29T01:59:54.767Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: a502ea66-4d43-4cd2-9641-b829820c11bf
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-29T01:59:54.769Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||basicclamp 0
2021-04-29T01:59:54.770Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a502ea66-4d43-4cd2-9641-b829820c11bf
2021-04-29T01:59:54.770Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ddcdbd3d-540a-4fb6-aac2-8448098f8988 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-29T01:59:54.770Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-29T01:59:54.770Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T01:59:56.180Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-29T01:59:56.181Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ddcdbd3d-540a-4fb6-aac2-8448098f8988 790
2021-04-29T01:59:56.181Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T01:59:56.181Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T01:59:56.181Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T01:59:56.181Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:59:56.183Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:59:56.183Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661596181,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:59:56.284Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:59:56.284Z||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-29T01:59:56.285Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:59:56.298Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:59:56.299Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:59:57.184Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d03f865b-d47e-4898-8ec6-d17eb975bcbd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c63643fb-c231-498d-a9af-0cc5601e9fd0",
    "vfModuleModelCustomizationUUID": "f9252555-ad8b-4505-bc1d-9f01bf988dba",
    "isBase": true,
    "artifacts": [
      "55769801-2ee9-4251-8004-fca247606fde",
      "84a7cfd5-a77c-414f-9720-fa048a427a5d"
    ],
    "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-29T01:59:57.190Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c63643fb-c231-498d-a9af-0cc5601e9fd0
VfModuleModelInvariantUUID:d03f865b-d47e-4898-8ec6-d17eb975bcbd
VfModuleModelDescription:NULL
Artifacts UUID List:{
55769801-2ee9-4251-8004-fca247606fde
,
84a7cfd5-a77c-414f-9720-fa048a427a5d

}
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-29T01:59:57.193Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d03f865b-d47e-4898-8ec6-d17eb975bcbd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c63643fb-c231-498d-a9af-0cc5601e9fd0",
    "vfModuleModelCustomizationUUID": "f9252555-ad8b-4505-bc1d-9f01bf988dba",
    "isBase": true,
    "artifacts": [
      "55769801-2ee9-4251-8004-fca247606fde",
      "84a7cfd5-a77c-414f-9720-fa048a427a5d"
    ],
    "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-29T01:59:57.194Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c63643fb-c231-498d-a9af-0cc5601e9fd0
VfModuleModelInvariantUUID:d03f865b-d47e-4898-8ec6-d17eb975bcbd
VfModuleModelDescription:NULL
Artifacts UUID List:{
55769801-2ee9-4251-8004-fca247606fde
,
84a7cfd5-a77c-414f-9720-fa048a427a5d

}
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-29T01:59:57.194Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 55769801-2ee9-4251-8004-fca247606fde from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-29T01:59:57.194Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-29T01:59:57.194Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T01:59:57.969Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-29T01:59:57.969Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 55769801-2ee9-4251-8004-fca247606fde 5033
2021-04-29T01:59:57.970Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T01:59:57.970Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T01:59:57.970Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T01:59:57.970Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:59:57.972Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:59:57.972Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661597970,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T01:59:58.072Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T01:59:58.073Z||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-29T01:59:58.073Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T01:59:58.087Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T01:59:58.087Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-29T01:59:58.972Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 84a7cfd5-a77c-414f-9720-fa048a427a5d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-29T01:59:58.973Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-29T01:59:58.974Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T01:59:59.961Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-29T01:59:59.962Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 84a7cfd5-a77c-414f-9720-fa048a427a5d 909
2021-04-29T01:59:59.962Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T01:59:59.962Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T01:59:59.962Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T01:59:59.963Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T01:59:59.965Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T01:59:59.965Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661599962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:00:00.065Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:00:00.066Z||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-29T02:00:00.067Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:00:00.080Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:00:00.080Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:00:00.965Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 9bbfd3f6-1f88-413a-aed2-3a99b0b5f4f5
2021-04-29T02:00:00.966Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 a502ea66-4d43-4cd2-9641-b829820c11bf 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-29T02:00:00.981Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:00:00.982Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:00:00.982Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-04-29T02:00:00.982Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 6ff53dda-9675-477d-b40f-dfdfd4bc9ac9
2021-04-29T02:00:00.982Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6ff53dda-9675-477d-b40f-dfdfd4bc9ac9 matches Tosca VF Customization UUID: 6ff53dda-9675-477d-b40f-dfdfd4bc9ac9
2021-04-29T02:00:00.982Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 6ff53dda-9675-477d-b40f-dfdfd4bc9ac9  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-29T02:00:00.985Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:00:00.985Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:00:00.986Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 6ff53dda-9675-477d-b40f-dfdfd4bc9ac9: {\"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-29T02:00:00.986Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c6d2f40
2021-04-29T02:00:00.986Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:00:00.986Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T02:00:00.987Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f9252555-ad8b-4505-bc1d-9f01bf988dba
2021-04-29T02:00:00.987Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f9252555-ad8b-4505-bc1d-9f01bf988dba
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-29T02:00:00.989Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:00:00.989Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-29T02:00:00.989Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T02:00:00.989Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:00:00.990Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-29T02:00:00.990Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T02:00:00.990Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:00:00.990Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-29T02:00:00.991Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-29T02:00:00.991Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-29T02:00:00.991Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=13ab184f-c84f-4f3b-9214-b1cfd0dc8a95
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-29T02:00:00.993Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:00:00.993Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-29T02:00:00.994Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T02:00:00.994Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:00:00.994Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-29T02:00:00.994Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=6ff53dda-9675-477d-b40f-dfdfd4bc9ac9
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-29T02:00:00.996Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:00:00.996Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:00:00.996Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9bbfd3f6-1f88-413a-aed2-3a99b0b5f4f5: basicclamp
2021-04-29T02:00:00.996Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:00:00.997Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:00:00.997Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:00:00.997Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:00:00.997Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:00:00.997Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:00:00.998Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:00:00.998Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:00:00.998Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:00:00.998Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:00:00.998Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T02:00:01.090Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp a502ea66-4d43-4cd2-9641-b829820c11bf 1 ASDC deployResourceStructure
2021-04-29T02:00:01.091Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T02:00:01.091Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T02:00:01.091Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T02:00:01.092Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:00:01.094Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:00:01.094Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661601091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T02:00:01.194Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:00:01.195Z||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-29T02:00:01.195Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:00:01.213Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:00:01.214Z||pool-47-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:00:02.095Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T02:00:02.096Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T02:00:02.096Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T02:00:02.096Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:00:02.098Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:00:02.098Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661602094,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T02:00:02.198Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:00:02.199Z||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-29T02:00:02.200Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:00:02.212Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:00:02.212Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-29T02:00:03.099Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T02:00:03.100Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T02:00:03.100Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T02:00:03.100Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:00:03.101Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:00:03.101Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661603099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-29T02:00:03.202Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T02:00:03.202Z||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-29T02:00:03.203Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:00:03.213Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:00:03.214Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:00:04.102Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T02:00:04.102Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T02:00:04.103Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T02:00:04.103Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:00:04.105Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:00:04.105Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661604102,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:00:04.205Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:00:04.205Z||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-29T02:00:04.206Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:00:04.217Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:00:04.218Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:00:05.105Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 656a77e8-cd94-4a40-99f5-cbb103dc5e24
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T02:00:05.116Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 656a77e8-cd94-4a40-99f5-cbb103dc5e24
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:00:05.119Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T02:00:05.119Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T02:00:05.119Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T02:00:35.120Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 656a77e8-cd94-4a40-99f5-cbb103dc5e24
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T02:00:35.129Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 656a77e8-cd94-4a40-99f5-cbb103dc5e24
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:00:35.131Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T02:00:35.131Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T02:00:35.131Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T02:00:54.393Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:00:54.394Z||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-29T02:00:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:00:54.429Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:00:54.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661535462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCt7ldybze2hj4wjvehxm/1.0/artifacts/service-DemoPnfCt7ldybze2hj4wjvehxm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:00:54.431Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:00:54.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cec259d0-e966-4e87-89ac-19ec9a4f82d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661566989,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T02:00:54.432Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:00:54.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661577551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661578475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661574298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661578475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661577551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661574298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661578475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T02:00:54.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661577551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T02:00:54.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661574298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T02:00:54.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "cds",
  "timestamp": 1619661584960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "policy-id",
  "timestamp": 1619661585470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661578475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-29T02:00:54.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661574298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-29T02:00:54.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661577551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-29T02:00:54.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "cds",
  "timestamp": 1619661584960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661586199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "policy-id",
  "timestamp": 1619661585470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661578475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661577551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661574298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "cds",
  "timestamp": 1619661584960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661586199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "policy-id",
  "timestamp": 1619661585470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661578475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-29T02:00:54.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661577551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-29T02:00:54.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661574298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-29T02:00:54.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "cds",
  "timestamp": 1619661584960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661586199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T02:00:54.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "policy-id",
  "timestamp": 1619661585470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-29T02:00:54.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661578475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661577551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661574298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "cds",
  "timestamp": 1619661584960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661586199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-29T02:00:54.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "policy-id",
  "timestamp": 1619661585470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661578475,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:00:54.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661577551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:00:54.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661574298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:00:54.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "cds",
  "timestamp": 1619661584960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661586199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "policy-id",
  "timestamp": 1619661585470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661590765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "cds",
  "timestamp": 1619661584960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661586199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-29T02:00:54.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "policy-id",
  "timestamp": 1619661585470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661592380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:00:54.441Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:00:54.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661592385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:00:54.441Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:00:54.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661592394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:00:54.441Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:00:54.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661590765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "cds",
  "timestamp": 1619661584960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:00:54.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661586199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "policy-id",
  "timestamp": 1619661585470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:00:54.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661590765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:00:54.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "dcae-sch",
  "timestamp": 1619661593083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-04-29T02:00:54.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661586199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:00:54.443Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:00:54.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:00:54.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661594287,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:00:54.443Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:01:05.131Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 656a77e8-cd94-4a40-99f5-cbb103dc5e24
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T02:01:05.142Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 656a77e8-cd94-4a40-99f5-cbb103dc5e24
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:01:05.145Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T02:01:05.145Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T02:01:05.145Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T02:01:35.146Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 656a77e8-cd94-4a40-99f5-cbb103dc5e24
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T02:01:35.159Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 656a77e8-cd94-4a40-99f5-cbb103dc5e24
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:01:35.162Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T02:01:35.162Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T02:01:35.162Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T02:01:54.393Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:01:54.394Z||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-29T02:01:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:01:54.417Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:01:54.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:01:54.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661594295,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:01:54.419Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:05.162Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 656a77e8-cd94-4a40-99f5-cbb103dc5e24
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T02:02:05.176Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 656a77e8-cd94-4a40-99f5-cbb103dc5e24
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:02:05.178Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T02:02:05.178Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T02:02:05.178Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T02:02:35.178Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 656a77e8-cd94-4a40-99f5-cbb103dc5e24
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T02:02:35.206Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 656a77e8-cd94-4a40-99f5-cbb103dc5e24
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:02:35.218Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T02:02:35.218Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-29T02:02:35.218Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-29T02:02:54.393Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:02:54.394Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:02:54.394Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:02:54.416Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:02:54.928Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.929Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661590765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:54.929Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:54.930Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.930Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "cds",
  "timestamp": 1619661594673,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:54.930Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:54.930Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.930Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "dcae-sch",
  "timestamp": 1619661593083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:54.930Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:54.930Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.930Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "policy-id",
  "timestamp": 1619661595171,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:54.930Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:54.930Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.930Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "clamp",
  "timestamp": 1619661594766,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:54.930Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:54.930Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.930Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661590765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:54.931Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:54.931Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.931Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "cds",
  "timestamp": 1619661595678,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T02:02:54.937Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 656a77e8-cd94-4a40-99f5-cbb103dc5e24
2021-04-29T02:02:54.937Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 656a77e8-cd94-4a40-99f5-cbb103dc5e24 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-29T02:02:54.947Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.948Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "dcae-sch",
  "timestamp": 1619661593083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:54.948Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:54.948Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.948Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661596181,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:54.948Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:54.948Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.948Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "policy-id",
  "timestamp": 1619661596175,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:02:54.948Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:54.948Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.948Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "clamp",
  "timestamp": 1619661594766,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:54.948Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:54.948Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.948Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661590765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:54.949Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:54.949Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.949Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "dcae-sch",
  "timestamp": 1619661593083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:54.949Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:54.949Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.949Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661596747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:54.949Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:54.949Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.949Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661596872,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:54.949Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:54.949Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.949Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661596976,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:54.950Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:54.950Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.950Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "policy-id",
  "timestamp": 1619661597177,
  "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-29T02:02:54.956Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 656a77e8-cd94-4a40-99f5-cbb103dc5e24
2021-04-29T02:02:54.957Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 656a77e8-cd94-4a40-99f5-cbb103dc5e24 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-29T02:02:54.967Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.967Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "clamp",
  "timestamp": 1619661594766,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T02:02:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661590765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "dcae-sch",
  "timestamp": 1619661593083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661597878,
  "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-29T02:02:54.974Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 656a77e8-cd94-4a40-99f5-cbb103dc5e24
2021-04-29T02:02:54.974Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 656a77e8-cd94-4a40-99f5-cbb103dc5e24 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-29T02:02:54.981Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.981Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661597970,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:54.981Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:54.982Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.982Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661597999,
  "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-29T02:02:54.986Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 656a77e8-cd94-4a40-99f5-cbb103dc5e24
2021-04-29T02:02:54.987Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 656a77e8-cd94-4a40-99f5-cbb103dc5e24 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-29T02:02:54.995Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.995Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "aai-ml",
  "timestamp": 1619661597393,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:54.995Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:54.995Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.995Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "clamp",
  "timestamp": 1619661594766,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:54.995Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:54.995Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.996Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661590765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:54.996Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:54.996Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.996Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661598466,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:54.996Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:54.996Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.996Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "dcae-sch",
  "timestamp": 1619661593083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:54.996Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:54.996Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.996Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661598884,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T02:02:54.996Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:54.996Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.996Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661599002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T02:02:54.996Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:54.997Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.997Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "aai-ml",
  "timestamp": 1619661597393,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:54.997Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:54.997Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.997Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "clamp",
  "timestamp": 1619661594766,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:54.997Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:54.997Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.997Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "dcae-sch",
  "timestamp": 1619661593083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:54.997Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:54.997Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.997Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661599962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:54.998Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:54.998Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.998Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "aai-ml",
  "timestamp": 1619661597393,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:54.998Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:54.998Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.998Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "clamp",
  "timestamp": 1619661594766,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:54.998Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:54.998Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.998Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661600654,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:54.998Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:54.998Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.998Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "dcae-sch",
  "timestamp": 1619661593083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:54.998Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:54.998Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.998Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "aai-ml",
  "timestamp": 1619661597393,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:54.998Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:54.999Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.999Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661601091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T02:02:54.999Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:54.999Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.999Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "clamp",
  "timestamp": 1619661594766,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:54.999Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:54.999Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:54.999Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661601659,
  "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-29T02:02:55.005Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 656a77e8-cd94-4a40-99f5-cbb103dc5e24
2021-04-29T02:02:55.005Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 656a77e8-cd94-4a40-99f5-cbb103dc5e24 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-29T02:02:55.014Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.015Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661601333,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.015Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.015Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.015Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "aai-ml",
  "timestamp": 1619661597393,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.015Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.015Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.016Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661602094,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T02:02:55.016Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.016Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.016Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "clamp",
  "timestamp": 1619661594766,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:02:55.016Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.016Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.016Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661602662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T02:02:55.016Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.016Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.016Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661601333,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.016Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.016Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.016Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "aai-ml",
  "timestamp": 1619661597393,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.017Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.017Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.017Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661603099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-29T02:02:55.017Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.017Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.017Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661601333,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.017Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.017Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.017Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "aai-ml",
  "timestamp": 1619661597393,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.017Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.018Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.018Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661604102,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:02:55.018Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.018Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.018Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661601333,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.018Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.018Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.018Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "aai-ml",
  "timestamp": 1619661597393,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:02:55.019Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.019Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.019Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "dcae-sch",
  "timestamp": 1619661605656,
  "artifactURL": "/sdc/v1/catalog/services/9bbfd3f6-1f88-413a-aed2-3a99b0b5f4f5/resourceInstances/basicclamp0/artifacts/29f4c737-7182-48a8-901e-a222ab969275",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:55.019Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.019Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.019Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661601333,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.019Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.019Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.019Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661601333,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.019Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.019Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.019Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "dcae-sch",
  "timestamp": 1619661607007,
  "artifactURL": "/sdc/v1/catalog/services/9bbfd3f6-1f88-413a-aed2-3a99b0b5f4f5/resourceInstances/basicclamp0/artifacts/29f4c737-7182-48a8-901e-a222ab969275",
  "status": "DEPLOY_OK"
}
2021-04-29T02:02:55.020Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.020Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.020Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661601333,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.020Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.020Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.020Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "dcae-sch",
  "timestamp": 1619661608011,
  "artifactURL": "/sdc/v1/catalog/services/9bbfd3f6-1f88-413a-aed2-3a99b0b5f4f5/resourceInstances/basicclamp0/artifacts/29f4c737-7182-48a8-901e-a222ab969275",
  "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-29T02:02:55.027Z|98538332-982e-43a8-a250-499e5dc29337|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 656a77e8-cd94-4a40-99f5-cbb103dc5e24
2021-04-29T02:02:55.028Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 656a77e8-cd94-4a40-99f5-cbb103dc5e24 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-29T02:02:55.037Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.037Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "aai-ml",
  "timestamp": 1619661608356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:55.038Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.038Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.038Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661601333,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:02:55.038Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.038Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.038Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661610503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:55.038Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.038Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.038Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661612919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:02:55.039Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.039Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.039Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661613923,
  "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-29T02:02:55.045Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 656a77e8-cd94-4a40-99f5-cbb103dc5e24
2021-04-29T02:02:55.045Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 656a77e8-cd94-4a40-99f5-cbb103dc5e24 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-29T02:02:55.057Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.058Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "clamp",
  "timestamp": 1619661613942,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:55.058Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.058Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.058Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "clamp",
  "timestamp": 1619661614944,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:55.058Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.058Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.059Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "aai-ml",
  "timestamp": 1619661615749,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:02:55.059Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.059Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.059Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "clamp",
  "timestamp": 1619661616443,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:02:55.059Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.059Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.059Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "aai-ml",
  "timestamp": 1619661616752,
  "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-29T02:02:55.072Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 656a77e8-cd94-4a40-99f5-cbb103dc5e24
2021-04-29T02:02:55.072Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 656a77e8-cd94-4a40-99f5-cbb103dc5e24 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-29T02:02:55.085Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.086Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661610765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.086Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.086Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.087Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "dcae-sch",
  "timestamp": 1619661613083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.087Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.087Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.087Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661614298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.087Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.088Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.088Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "cds",
  "timestamp": 1619661614960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.088Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.088Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.088Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "clamp",
  "timestamp": 1619661617446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T02:02:55.088Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.088Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.088Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661610765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.089Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.089Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.089Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "dcae-sch",
  "timestamp": 1619661613083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.089Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.089Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.089Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661614298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T02:02:55.089Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.090Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.090Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "cds",
  "timestamp": 1619661614960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.090Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.090Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.090Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "clamp",
  "timestamp": 1619661618451,
  "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-29T02:02:55.096Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 656a77e8-cd94-4a40-99f5-cbb103dc5e24
2021-04-29T02:02:55.097Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 656a77e8-cd94-4a40-99f5-cbb103dc5e24 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-29T02:02:55.112Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.113Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661618475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.113Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.113Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.113Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661610765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.113Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.113Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.113Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "dcae-sch",
  "timestamp": 1619661613083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.114Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.114Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.114Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661614298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T02:02:55.114Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.114Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.114Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "cds",
  "timestamp": 1619661614960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.114Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.114Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.114Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661618475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T02:02:55.114Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.114Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.115Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661610765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.115Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.115Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.115Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "dcae-sch",
  "timestamp": 1619661613083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.115Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.115Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.115Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661614298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.115Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.115Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.115Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "cds",
  "timestamp": 1619661614960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.116Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.116Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.116Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661618475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T02:02:55.116Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.116Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.116Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661610765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.116Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.116Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.116Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "dcae-sch",
  "timestamp": 1619661613083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.117Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.117Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.117Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661614298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-29T02:02:55.117Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.117Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.117Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "cds",
  "timestamp": 1619661614960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.117Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.117Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.117Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661618475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.117Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.118Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.118Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661610765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.118Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.118Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.118Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "dcae-sch",
  "timestamp": 1619661613083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.118Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.118Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.118Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661614298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.118Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.118Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.118Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "cds",
  "timestamp": 1619661614960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.118Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.118Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.118Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661618475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-29T02:02:55.118Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.118Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.118Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661610765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.119Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.119Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.119Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "dcae-sch",
  "timestamp": 1619661613083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.119Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.119Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.119Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661614298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.119Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.119Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.119Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "cds",
  "timestamp": 1619661614960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.120Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.120Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.120Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661618475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.120Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.120Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.120Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661610765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.120Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.120Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.120Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661614298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:02:55.121Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.121Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.121Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "dcae-sch",
  "timestamp": 1619661613083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.121Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.121Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.122Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "cds",
  "timestamp": 1619661614960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:02:55.122Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.122Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.122Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661618475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.122Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.122Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.122Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "clamp",
  "timestamp": 1619661624766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.122Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.122Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.123Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661618475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:02:55.123Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.123Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.123Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "policy-id",
  "timestamp": 1619661625472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.123Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.123Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.123Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "clamp",
  "timestamp": 1619661624766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T02:02:55.123Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.123Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.123Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661626199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.123Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.123Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.123Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "policy-id",
  "timestamp": 1619661625472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.124Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.124Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.124Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "clamp",
  "timestamp": 1619661624766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.124Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.124Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.124Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661627447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:55.125Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.125Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.125Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "cds",
  "timestamp": 1619661627655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:55.125Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.125Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.125Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661626199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T02:02:55.125Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.125Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.126Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "aai-ml",
  "timestamp": 1619661627393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.126Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.126Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.126Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "policy-id",
  "timestamp": 1619661625472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T02:02:55.126Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.126Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.126Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "clamp",
  "timestamp": 1619661624766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.126Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.127Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.127Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661628456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:55.127Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.127Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.127Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661626199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T02:02:55.127Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.127Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.127Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "aai-ml",
  "timestamp": 1619661627393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.128Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.128Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.128Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "policy-id",
  "timestamp": 1619661625472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.128Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.128Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.128Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661629245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:55.129Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.129Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.129Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "clamp",
  "timestamp": 1619661624766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.129Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.129Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.129Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661626199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.129Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.129Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.129Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "aai-ml",
  "timestamp": 1619661627393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.129Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.130Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.130Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661630094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:55.130Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.130Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.130Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "policy-id",
  "timestamp": 1619661625472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.130Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.130Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.131Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "cds",
  "timestamp": 1619661630246,
  "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-29T02:02:55.147Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b8021b5-e40d-4ce6-8a65-ff794133cab6
2021-04-29T02:02:55.147Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b8021b5-e40d-4ce6-8a65-ff794133cab6 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-29T02:02:55.157Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.157Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "clamp",
  "timestamp": 1619661624766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.158Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.158Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.158Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661626199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-29T02:02:55.158Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.158Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.159Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661630978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:55.159Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.159Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.159Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "aai-ml",
  "timestamp": 1619661627393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.159Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.159Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.159Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "policy-id",
  "timestamp": 1619661625472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.159Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.159Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.159Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "clamp",
  "timestamp": 1619661624766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.159Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.160Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.160Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661631514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:55.160Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.160Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.160Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661626199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.160Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.160Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.161Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661631333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.161Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.161Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.161Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661632003,
  "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-29T02:02:55.168Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b8021b5-e40d-4ce6-8a65-ff794133cab6
2021-04-29T02:02:55.169Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b8021b5-e40d-4ce6-8a65-ff794133cab6 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-29T02:02:55.179Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.179Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "aai-ml",
  "timestamp": 1619661627393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.180Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.180Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.180Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "policy-id",
  "timestamp": 1619661625472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.180Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.180Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.180Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "clamp",
  "timestamp": 1619661624766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:02:55.180Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.180Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.181Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661632519,
  "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-29T02:02:55.187Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b8021b5-e40d-4ce6-8a65-ff794133cab6
2021-04-29T02:02:55.187Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b8021b5-e40d-4ce6-8a65-ff794133cab6 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-29T02:02:55.195Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.195Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661626199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.195Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.195Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.196Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661631333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.196Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.196Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.196Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661633006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T02:02:55.196Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.196Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.196Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "aai-ml",
  "timestamp": 1619661627393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.196Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.196Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.197Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "policy-id",
  "timestamp": 1619661625472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:02:55.197Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.197Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.197Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661633524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T02:02:55.197Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.197Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.198Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661626199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:02:55.198Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.198Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.198Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661631333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.198Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.198Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.198Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "aai-ml",
  "timestamp": 1619661627393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.198Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.198Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.198Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "policy-id",
  "timestamp": 1619661634772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:55.198Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.198Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.198Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661631333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.199Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.199Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.199Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "aai-ml",
  "timestamp": 1619661627393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:02:55.199Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.199Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.199Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "policy-id",
  "timestamp": 1619661635775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:02:55.199Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.199Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.199Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661631333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.199Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.200Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.200Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661636668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:55.200Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.200Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.200Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "clamp",
  "timestamp": 1619661636674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:55.200Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.200Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.200Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "policy-id",
  "timestamp": 1619661636778,
  "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-29T02:02:55.218Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b8021b5-e40d-4ce6-8a65-ff794133cab6
2021-04-29T02:02:55.219Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b8021b5-e40d-4ce6-8a65-ff794133cab6 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-29T02:02:55.229Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.229Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661631333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.229Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.230Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.230Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "aai-ml",
  "timestamp": 1619661637457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:55.230Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.230Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.230Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661631333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:02:55.230Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.230Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.231Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661638346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:55.231Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.231Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.231Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "clamp",
  "timestamp": 1619661638837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:02:55.231Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.231Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.232Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661631333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:02:55.232Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:02:55.232Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.232Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "clamp",
  "timestamp": 1619661639840,
  "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-29T02:02:55.238Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b8021b5-e40d-4ce6-8a65-ff794133cab6
2021-04-29T02:02:55.238Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b8021b5-e40d-4ce6-8a65-ff794133cab6 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-29T02:02:55.247Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.248Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661640845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:55.248Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.248Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.248Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661641071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:02:55.248Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.248Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.248Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661641850,
  "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-29T02:02:55.254Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b8021b5-e40d-4ce6-8a65-ff794133cab6
2021-04-29T02:02:55.254Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b8021b5-e40d-4ce6-8a65-ff794133cab6 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-29T02:02:55.262Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.262Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661642854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T02:02:55.262Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.262Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.262Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661643757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:02:55.263Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.263Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.263Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661644760,
  "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-29T02:02:55.269Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b8021b5-e40d-4ce6-8a65-ff794133cab6
2021-04-29T02:02:55.270Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b8021b5-e40d-4ce6-8a65-ff794133cab6 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-29T02:02:55.280Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.280Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "aai-ml",
  "timestamp": 1619661647158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:02:55.280Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:02:55.280Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:02:55.280Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "aai-ml",
  "timestamp": 1619661648162,
  "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-29T02:02:55.286Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b8021b5-e40d-4ce6-8a65-ff794133cab6
2021-04-29T02:02:55.286Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b8021b5-e40d-4ce6-8a65-ff794133cab6 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-29T02:03:05.218Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 656a77e8-cd94-4a40-99f5-cbb103dc5e24
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T02:03:05.230Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 656a77e8-cd94-4a40-99f5-cbb103dc5e24
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:03:05.233Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T02:03:05.233Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-29T02:03:05.234Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-29T02:03:05.234Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-29T02:03:05.234Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:03:05.234Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:03:05.234Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:03:05.234Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:03:05.234Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:03:05.234Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:03:05.234Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:03:05.234Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T02:03:05.239Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-29T02:03:35.239Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 656a77e8-cd94-4a40-99f5-cbb103dc5e24 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-29T02:03:35.244Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 656a77e8-cd94-4a40-99f5-cbb103dc5e24 and serviceModelVersionId: 9bbfd3f6-1f88-413a-aed2-3a99b0b5f4f5
2021-04-29T02:03:35.244Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 11a10407-1e6d-4200-9ea7-6e4d57454c51
2021-04-29T02:03:35.245Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/11a10407-1e6d-4200-9ea7-6e4d57454c51/model-vers/model-ver/9bbfd3f6-1f88-413a-aed2-3a99b0b5f4f5?depth=0
2021-04-29T02:03:35.249Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-29T02:03:35.289Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11a10407-1e6d-4200-9ea7-6e4d57454c51/model-vers/model-ver/9bbfd3f6-1f88-413a-aed2-3a99b0b5f4f5?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-29T02:03:35.290Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11a10407-1e6d-4200-9ea7-6e4d57454c51/model-vers/model-ver/9bbfd3f6-1f88-413a-aed2-3a99b0b5f4f5?depth=0|INFO|500||Invoke
2021-04-29T02:03:35.316Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11a10407-1e6d-4200-9ea7-6e4d57454c51/model-vers/model-ver/9bbfd3f6-1f88-413a-aed2-3a99b0b5f4f5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-29T02:03:35.472Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11a10407-1e6d-4200-9ea7-6e4d57454c51/model-vers/model-ver/9bbfd3f6-1f88-413a-aed2-3a99b0b5f4f5?depth=0|INFO|500||InvokeReturn
2021-04-29T02:03:35.472Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11a10407-1e6d-4200-9ea7-6e4d57454c51/model-vers/model-ver/9bbfd3f6-1f88-413a-aed2-3a99b0b5f4f5?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-02:03:35:324-47235], vertex-id=[168072], Content-Length=[0], Date=[Thu, 29 Apr 2021 02:03:35 GMT], Content-Type=[application/json]}
2021-04-29T02:03:35.472Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-04-29T02:03:35.472Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-29T02:03:35.472Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T02:03:35.476Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||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-29T02:03:35.476Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 656a77e8-cd94-4a40-99f5-cbb103dc5e24 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-29T02:03:35.476Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-29T02:03:35.477Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:03:35.478Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:03:35.478Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661815476,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T02:03:35.579Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:03:35.579Z||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-29T02:03:35.579Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:03:35.595Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:03:35.596Z||pool-51-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-29T02:03:36.491Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:03:36.492Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T02:03:36.492Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:03:40.799Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:03:40.800Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T02:03:40.800Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b8021b5-e40d-4ce6-8a65-ff794133cab6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"2823fc13-ea17-4d6b-83eb-a699b61bd784","serviceDescription":"service","serviceInvariantUUID":"b28d5bc7-3d2f-4046-adc6-f15759a69329","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1fc6258d-d66c-4760-924a-2c0f67285b95","resourceInvariantUUID":"9e113f62-50f9-4f72-b33e-8455a42c3c5d","resourceCustomizationUUID":"9c58a2f8-f405-4faa-bcb4-6b16ac77f6ab","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":"MzJiYWNhYzllNjQzMzY2MmZlZGY3ZjM3YWViYTRiY2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aaf0a530-9d57-4e55-989c-2bfd48849f9c","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":"ZWI3NjdiOTlkNDFlNDUyODlkMTBlNjg2M2I5MDJkN2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"003cb76f-ff72-490e-a20e-a68bc1ce63eb","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":"624f6cf5-7528-4000-8415-7b14f145bbf9","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":"8603fe93-6cf8-47f7-b075-2ef163aea1f1","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":"737cbe85-3cb3-40ec-a303-a63295574c12","artifactVersion":"2","generatedFromUUID":"624f6cf5-7528-4000-8415-7b14f145bbf9"},{"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":"NmU5NTVkMTZhODk4Y2VmOTBhYWVkY2ZjNTliMmUxODQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"60dd7dbd-206b-40dc-b97d-a52b41e17e1b","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":"MmFkMGJhNzczOGJiY2UzNGM2ZGZkZDYyNWYyZTg4MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"727a4a50-a8f8-45f6-b105-a250bce5b76a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTBjMTgxZTcyZTY0ZGJhMGUwMDNmMmJlOGMwNjNkNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f75e05cc-08a5-4f42-939e-9ccc7fcce82b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-29T02:03:40.802Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:03:40.802Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:03:40.804Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:03:40.804Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:40.904Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:03:40.905Z||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-29T02:03:40.905Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:03:40.917Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:03:40.918Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:03:41.805Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:03:41.805Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:03:41.807Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:03:41.807Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T02:03:41.907Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:03:41.908Z||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-29T02:03:41.908Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:03:41.922Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:03:41.922Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-29T02:03:42.808Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:03:42.809Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:03:42.812Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:03:42.812Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T02:03:42.912Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:03:42.913Z||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-29T02:03:42.913Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:03:42.924Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:03:42.924Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:03:43.812Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:03:43.813Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:03:43.815Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:03:43.815Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:43.915Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:03:43.916Z||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-29T02:03:43.916Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:03:43.929Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:03:43.929Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-29T02:03:44.815Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:03:44.816Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:03:44.818Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:03:44.818Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-29T02:03:44.919Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:03:44.919Z||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-29T02:03:44.919Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:03:44.933Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:03:44.933Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:03:45.819Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:03:45.820Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:03:45.822Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:03:45.823Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:45.923Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:03:45.923Z||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-29T02:03:45.924Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:03:45.935Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:03:45.936Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:03:46.823Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:03:46.824Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:03:46.827Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:03:46.827Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:46.927Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:03:46.928Z||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-29T02:03:46.928Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:03:46.939Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:03:46.940Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:03:47.827Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:03:47.828Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:03:47.830Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:03:47.830Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:03:47.931Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:03:47.931Z||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-29T02:03:47.931Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:03:47.943Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:03:47.944Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:03:48.832Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2823fc13-ea17-4d6b-83eb-a699b61bd784",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b28d5bc7-3d2f-4046-adc6-f15759a69329",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "9c58a2f8-f405-4faa-bcb4-6b16ac77f6ab",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1fc6258d-d66c-4760-924a-2c0f67285b95",
      "resourceInvariantUUID": "9e113f62-50f9-4f72-b33e-8455a42c3c5d",
      "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": "ZWI3NjdiOTlkNDFlNDUyODlkMTBlNjg2M2I5MDJkN2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "003cb76f-ff72-490e-a20e-a68bc1ce63eb",
          "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": "624f6cf5-7528-4000-8415-7b14f145bbf9",
          "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": "737cbe85-3cb3-40ec-a303-a63295574c12",
            "generatedFromUUID": "624f6cf5-7528-4000-8415-7b14f145bbf9"
          },
          "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": "737cbe85-3cb3-40ec-a303-a63295574c12",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTBjMTgxZTcyZTY0ZGJhMGUwMDNmMmJlOGMwNjNkNTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f75e05cc-08a5-4f42-939e-9ccc7fcce82b"
    }
  ],
  "workloadContext": "Production"
}
2021-04-29T02:03:48.832Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-29T02:03:48.832Z|656a77e8-cd94-4a40-99f5-cbb103dc5e24|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2823fc13-ea17-4d6b-83eb-a699b61bd784 ASDC
2021-04-29T02:03:48.833Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:1b8021b5-e40d-4ce6-8a65-ff794133cab6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:2823fc13-ea17-4d6b-83eb-a699b61bd784
ServiceInvariantUUID:b28d5bc7-3d2f-4046-adc6-f15759a69329
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:f75e05cc-08a5-4f42-939e-9ccc7fcce82b
ArtifactChecksum:NTBjMTgxZTcyZTY0ZGJhMGUwMDNmMmJlOGMwNjNkNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:9c58a2f8-f405-4faa-bcb4-6b16ac77f6ab
ResourceInvariantUUID:9e113f62-50f9-4f72-b33e-8455a42c3c5d
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:1fc6258d-d66c-4760-924a-2c0f67285b95
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:003cb76f-ff72-490e-a20e-a68bc1ce63eb
ArtifactChecksum:ZWI3NjdiOTlkNDFlNDUyODlkMTBlNjg2M2I5MDJkN2I=
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:624f6cf5-7528-4000-8415-7b14f145bbf9
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:737cbe85-3cb3-40ec-a303-a63295574c12
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:737cbe85-3cb3-40ec-a303-a63295574c12
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-29T02:03:48.833Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2823fc13-ea17-4d6b-83eb-a699b61bd784 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-29T02:03:48.871Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T02:03:48.872Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T02:03:48.872Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T02:03:48.872Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f75e05cc-08a5-4f42-939e-9ccc7fcce82b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-29T02:03:48.872Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-29T02:03:48.873Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-29T02:03:50.057Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-29T02:03:50.063Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar f75e05cc-08a5-4f42-939e-9ccc7fcce82b 82048
2021-04-29T02:03:50.063Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:50.063Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:50.063Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T02:03:50.063Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:03:50.065Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:03:50.065Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661830063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:03:50.166Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T02:03:50.167Z||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-29T02:03:50.167Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:03:50.182Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:03:50.182Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:03:51.066Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T02:03:51.067Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T02:03:51.068Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f75e05cc-08a5-4f42-939e-9ccc7fcce82b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-29T02:03:51.068Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-04-29T02:03:51.068Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-29T02:03:51.068Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-29T02:03:51.445Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8558302812549138015/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-29T02:03:52.544Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-29T02:03:52.544Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-29T02:03:52.544Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-29T02:03:52.544Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-29T02:03:52.544Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:52.544Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:52.544Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:52.544Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:52.544Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:52.544Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:52.544Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:52.544Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:52.545Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:52.545Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:52.545Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-29T02:03:52.545Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:52.545Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:03:52.545Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-29T02:03:52.545Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-29T02:03:52.545Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T02:03:52.545Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:52.545Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:03:52.546Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-29T02:03:52.546Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-29T02:03:52.546Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T02:03:52.546Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:52.546Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:03:52.546Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:52.546Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-29T02:03:52.546Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-29T02:03:52.546Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-29T02:03:52.546Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-29T02:03:52.546Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-29T02:03:52.546Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-29T02:03:52.546Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:52.546Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T02:03:52.546Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:52.547Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-29T02:03:52.547Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T02:03:52.547Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:52.547Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-29T02:03:52.547Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T02:03:52.547Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:52.547Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-29T02:03:52.547Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T02:03:52.548Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:52.548Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-29T02:03:52.548Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-29T02:03:52.548Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-29T02:03:52.548Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c892b5bf-f879-4f9d-84d1-02a327c05303
2021-04-29T02:03:52.548Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:52.548Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:03:52.548Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:52.548Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:03:52.548Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:52.549Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:03:52.549Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:52.549Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:03:52.549Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:2823fc13-ea17-4d6b-83eb-a699b61bd784
Model Version:NULL
Model InvariantUuid:b28d5bc7-3d2f-4046-adc6-f15759a69329
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:09e414cf-3157-4c5c-a9c4-1f8a5d994507
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9e113f62-50f9-4f72-b33e-8455a42c3c5d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9c58a2f8-f405-4faa-bcb4-6b16ac77f6ab
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3e4d63a3-b8ca-4044-a526-c1550a846b1a
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:0093ae97-31d4-446d-953c-9b74c59d3854
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c892b5bf-f879-4f9d-84d1-02a327c05303
ModelInvariantUuid:10caf329-6d96-411c-a8c7-1d0cf058f629
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:f0c79c0b-a0d8-4e42-ac24-14a7754ee65a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:1df25a50-7572-4ae5-ae7a-a0ae22ed5c81
ModelInvariantUuid:93284a66-5a04-48f3-a4f0-5ffca24190e2
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:811f07c5-36fa-4fe1-b8a4-ebb15ddfae34
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-29T02:03:52.554Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 1fc6258d-d66c-4760-924a-2c0f67285b95
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-29T02:03:52.556Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2021-04-29T02:03:52.556Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1fc6258d-d66c-4760-924a-2c0f67285b95
2021-04-29T02:03:52.556Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 003cb76f-ff72-490e-a20e-a68bc1ce63eb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-29T02:03:52.556Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-29T02:03:52.557Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:53.122Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-29T02:03:53.122Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 003cb76f-ff72-490e-a20e-a68bc1ce63eb 792
2021-04-29T02:03:53.122Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:53.123Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:53.123Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T02:03:53.123Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:03:53.125Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:03:53.125Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661833122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:03:53.225Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:03:53.226Z||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-29T02:03:53.226Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:03:53.238Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:03:53.239Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:03:54.125Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3e4d63a3-b8ca-4044-a526-c1550a846b1a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0093ae97-31d4-446d-953c-9b74c59d3854",
    "vfModuleModelCustomizationUUID": "a303ebbe-b3c5-4c2e-b494-f2fd0b0f4747",
    "isBase": true,
    "artifacts": [
      "624f6cf5-7528-4000-8415-7b14f145bbf9",
      "737cbe85-3cb3-40ec-a303-a63295574c12"
    ],
    "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-29T02:03:54.130Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0093ae97-31d4-446d-953c-9b74c59d3854
VfModuleModelInvariantUUID:3e4d63a3-b8ca-4044-a526-c1550a846b1a
VfModuleModelDescription:NULL
Artifacts UUID List:{
624f6cf5-7528-4000-8415-7b14f145bbf9
,
737cbe85-3cb3-40ec-a303-a63295574c12

}
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-29T02:03:54.132Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3e4d63a3-b8ca-4044-a526-c1550a846b1a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0093ae97-31d4-446d-953c-9b74c59d3854",
    "vfModuleModelCustomizationUUID": "a303ebbe-b3c5-4c2e-b494-f2fd0b0f4747",
    "isBase": true,
    "artifacts": [
      "624f6cf5-7528-4000-8415-7b14f145bbf9",
      "737cbe85-3cb3-40ec-a303-a63295574c12"
    ],
    "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-29T02:03:54.133Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0093ae97-31d4-446d-953c-9b74c59d3854
VfModuleModelInvariantUUID:3e4d63a3-b8ca-4044-a526-c1550a846b1a
VfModuleModelDescription:NULL
Artifacts UUID List:{
624f6cf5-7528-4000-8415-7b14f145bbf9
,
737cbe85-3cb3-40ec-a303-a63295574c12

}
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-29T02:03:54.133Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 624f6cf5-7528-4000-8415-7b14f145bbf9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-29T02:03:54.133Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-29T02:03:54.133Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:54.393Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:03:54.394Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:03:54.394Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:03:54.515Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:03:54.943Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-29T02:03:54.944Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 624f6cf5-7528-4000-8415-7b14f145bbf9 5033
2021-04-29T02:03:54.944Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:54.944Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:54.944Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T02:03:54.944Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:03:54.946Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:03:54.946Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661834944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:03:54.951Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.952Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "aai-ml",
  "timestamp": 1619661807393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.952Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.952Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.953Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661806199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.953Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.953Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.953Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "dcae-sch",
  "timestamp": 1619661813083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.953Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.953Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.953Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661811333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.954Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.954Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.954Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661810765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.954Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.954Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.954Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "clamp",
  "timestamp": 1619661804766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.954Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.954Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.954Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "policy-id",
  "timestamp": 1619661805470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.954Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.954Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.954Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "cds",
  "timestamp": 1619661809960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.955Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.955Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.955Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661814298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.955Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.955Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.955Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "aai-ml",
  "timestamp": 1619661807393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.955Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.955Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.955Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "dcae-sch",
  "timestamp": 1619661813083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.955Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.955Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.956Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661806199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.956Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.956Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.956Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661810765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.956Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.956Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.956Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661811333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.956Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.957Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.957Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "clamp",
  "timestamp": 1619661804766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.957Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.957Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.957Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "policy-id",
  "timestamp": 1619661805470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.957Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.957Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.957Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "cds",
  "timestamp": 1619661809960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.957Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.957Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.957Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "656a77e8-cd94-4a40-99f5-cbb103dc5e24",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661815476,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T02:03:54.958Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:54.958Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.958Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661814298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.958Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.958Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.958Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "aai-ml",
  "timestamp": 1619661807393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.958Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.958Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.958Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661810765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.958Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.958Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.958Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661806199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.959Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.959Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.959Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661811333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.959Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.959Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.959Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "clamp",
  "timestamp": 1619661804766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.959Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.959Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.959Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "policy-id",
  "timestamp": 1619661805470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.959Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.960Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.960Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "dcae-sch",
  "timestamp": 1619661813083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.960Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.960Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.960Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "cds",
  "timestamp": 1619661809960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.960Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.960Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.960Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661814298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.960Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.960Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.960Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "aai-ml",
  "timestamp": 1619661807393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.960Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.961Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.961Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "dcae-sch",
  "timestamp": 1619661813083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.961Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.961Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.961Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661806199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.961Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.961Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.961Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661810765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.961Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.961Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.961Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "clamp",
  "timestamp": 1619661804766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.961Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.961Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.961Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661811333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.961Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.962Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.962Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "policy-id",
  "timestamp": 1619661805470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.962Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.962Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.962Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "cds",
  "timestamp": 1619661809960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.962Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.962Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.962Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661814298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.962Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.962Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.962Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "aai-ml",
  "timestamp": 1619661807393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.962Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.962Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.963Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661806199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.963Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.963Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.963Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "dcae-sch",
  "timestamp": 1619661813083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.963Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.963Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.963Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661810765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.963Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.963Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.963Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "clamp",
  "timestamp": 1619661804766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.963Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.963Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.963Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661811333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.963Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.963Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.964Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "policy-id",
  "timestamp": 1619661805470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.964Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.964Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.964Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "cds",
  "timestamp": 1619661809960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.964Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.964Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.964Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661814298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.964Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.964Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.964Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661818475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.964Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.964Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.964Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "aai-ml",
  "timestamp": 1619661807393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.964Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.965Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.965Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661806199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.965Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.965Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.965Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661810765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.965Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.965Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.965Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "dcae-sch",
  "timestamp": 1619661813083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.965Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.965Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.965Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "clamp",
  "timestamp": 1619661804766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.965Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.965Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.965Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661811333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.966Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.966Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.966Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "policy-id",
  "timestamp": 1619661805470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.966Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.966Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.966Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "cds",
  "timestamp": 1619661809960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.966Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.966Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.966Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661814298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.966Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.966Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.966Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661818475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.966Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.966Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.966Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "aai-ml",
  "timestamp": 1619661807393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.966Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.966Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.966Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "dcae-sch",
  "timestamp": 1619661813083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.966Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.967Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.967Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661810765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.967Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.967Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.967Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661806199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.967Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.967Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.967Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "clamp",
  "timestamp": 1619661804766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.967Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.967Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.967Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661811333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.967Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.967Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.967Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "policy-id",
  "timestamp": 1619661805470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.967Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "cds",
  "timestamp": 1619661809960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661814298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661818475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "dcae-sch",
  "timestamp": 1619661813083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.968Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661806199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.969Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.969Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.969Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "aai-ml",
  "timestamp": 1619661807393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.969Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.969Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.969Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661810765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.969Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.969Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.969Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "clamp",
  "timestamp": 1619661804766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.969Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.969Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.969Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661811333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.969Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.969Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.970Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "policy-id",
  "timestamp": 1619661805470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.970Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.970Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.970Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "cds",
  "timestamp": 1619661809960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.970Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.970Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.970Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.970Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.970Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.970Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661814298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.970Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.970Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.970Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661818475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.970Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.970Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.970Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "aai-ml",
  "timestamp": 1619661807393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.970Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.971Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.971Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619661810765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.971Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.971Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.971Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661806199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.971Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.971Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.971Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "dcae-sch",
  "timestamp": 1619661813083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.971Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.971Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.971Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661811333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.971Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.972Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.972Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "clamp",
  "timestamp": 1619661804766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.972Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.972Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.972Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "policy-id",
  "timestamp": 1619661805470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.972Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.972Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.972Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "cds",
  "timestamp": 1619661809960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.972Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.972Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.972Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.972Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.972Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.972Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661814298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.973Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.973Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.973Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661818475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.973Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.973Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.973Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.973Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.973Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.973Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661818475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:54.973Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.973Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.973Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661824548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:03:54.973Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:54.973Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.973Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661824569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:03:54.974Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:54.974Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.974Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "cds",
  "timestamp": 1619661824569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:03:54.974Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:54.974Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.974Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "aai-ml",
  "timestamp": 1619661824654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:03:54.974Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:54.974Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.974Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "policy-id",
  "timestamp": 1619661824660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:03:54.974Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:54.974Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.974Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.974Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.974Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.974Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661818475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-29T02:03:54.974Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:54.974Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.974Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661825344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:03:54.974Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:54.974Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:54.974Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "cds",
  "timestamp": 1619661825575,
  "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-29T02:03:54.991Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b2146770-eee2-4c95-854b-f2dbba6a8491
2021-04-29T02:03:54.992Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2146770-eee2-4c95-854b-f2dbba6a8491 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-29T02:03:55.001Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.001Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "policy-id",
  "timestamp": 1619661825665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:03:55.002Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:55.002Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.002Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:55.002Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:55.002Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.002Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661818475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:55.002Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:55.002Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.002Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "policy-id",
  "timestamp": 1619661826668,
  "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-29T02:03:55.009Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2146770-eee2-4c95-854b-f2dbba6a8491
2021-04-29T02:03:55.009Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2146770-eee2-4c95-854b-f2dbba6a8491 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-29T02:03:55.020Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.021Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661826816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:03:55.021Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:55.021Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.022Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:03:55.022Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:55.022Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.022Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661818475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:03:55.022Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:55.022Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.022Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661827379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:03:55.022Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:55.022Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.022Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619661827819,
  "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-29T02:03:55.031Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b2146770-eee2-4c95-854b-f2dbba6a8491
2021-04-29T02:03:55.031Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2146770-eee2-4c95-854b-f2dbba6a8491 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-29T02:03:55.041Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.044Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:03:55.044Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:03:55.044Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.044Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661828066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:03:55.044Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:55.044Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.044Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "clamp",
  "timestamp": 1619661829392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:03:55.044Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:55.044Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.044Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661829853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:03:55.044Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:55.045Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.045Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661829970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:03:55.045Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:55.045Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.045Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661830063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:03:55.045Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:55.045Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.045Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "clamp",
  "timestamp": 1619661830410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:03:55.045Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:55.045Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.045Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661830553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:03:55.045Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:55.045Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.046Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "clamp",
  "timestamp": 1619661831413,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
2021-04-29T02:03:55.047Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:03:55.047Z||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-29T02:03:55.047Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T02:03:55.052Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b2146770-eee2-4c95-854b-f2dbba6a8491
2021-04-29T02:03:55.052Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2146770-eee2-4c95-854b-f2dbba6a8491 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-29T02:03:55.058Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:03:55.059Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:03:55.065Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.065Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661831673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:03:55.065Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:55.065Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.066Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661831877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:03:55.066Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:55.066Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.066Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661832415,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:03:55.066Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:55.066Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.066Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "aai-ml",
  "timestamp": 1619661832574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:03:55.066Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:55.066Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.066Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661832677,
  "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-29T02:03:55.074Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2146770-eee2-4c95-854b-f2dbba6a8491
2021-04-29T02:03:55.074Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2146770-eee2-4c95-854b-f2dbba6a8491 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-29T02:03:55.082Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.083Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661833122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:03:55.083Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:55.083Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.083Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661833497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:03:55.083Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:55.083Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.083Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "aai-ml",
  "timestamp": 1619661833578,
  "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-29T02:03:55.089Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b2146770-eee2-4c95-854b-f2dbba6a8491
2021-04-29T02:03:55.090Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2146770-eee2-4c95-854b-f2dbba6a8491 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-29T02:03:55.112Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.112Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619661833679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T02:03:55.112Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:03:55.112Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:03:55.113Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661833818,
  "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-29T02:03:55.122Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2146770-eee2-4c95-854b-f2dbba6a8491
2021-04-29T02:03:55.122Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2146770-eee2-4c95-854b-f2dbba6a8491 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-29T02:03:55.947Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 737cbe85-3cb3-40ec-a303-a63295574c12 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-29T02:03:55.948Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-29T02:03:55.948Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:56.981Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-29T02:03:56.982Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 737cbe85-3cb3-40ec-a303-a63295574c12 903
2021-04-29T02:03:56.982Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:56.982Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:56.983Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T02:03:56.983Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:03:56.985Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:03:56.985Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661836982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:03:57.086Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T02:03:57.087Z||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-29T02:03:57.087Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:03:57.103Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:03:57.104Z||pool-63-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:03:57.986Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 2823fc13-ea17-4d6b-83eb-a699b61bd784
2021-04-29T02:03:57.986Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 1fc6258d-d66c-4760-924a-2c0f67285b95 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-29T02:03:57.998Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:57.998Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:03:57.999Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-04-29T02:03:57.999Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 9c58a2f8-f405-4faa-bcb4-6b16ac77f6ab
2021-04-29T02:03:57.999Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9c58a2f8-f405-4faa-bcb4-6b16ac77f6ab matches Tosca VF Customization UUID: 9c58a2f8-f405-4faa-bcb4-6b16ac77f6ab
2021-04-29T02:03:57.999Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 9c58a2f8-f405-4faa-bcb4-6b16ac77f6ab  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-29T02:03:58.001Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:58.001Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:03:58.002Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 9c58a2f8-f405-4faa-bcb4-6b16ac77f6ab: {\"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-29T02:03:58.002Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8ee3475
2021-04-29T02:03:58.003Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:58.003Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T02:03:58.003Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a303ebbe-b3c5-4c2e-b494-f2fd0b0f4747
2021-04-29T02:03:58.003Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a303ebbe-b3c5-4c2e-b494-f2fd0b0f4747
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-29T02:03:58.005Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:58.005Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-29T02:03:58.005Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T02:03:58.006Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:58.006Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-29T02:03:58.006Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T02:03:58.006Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:58.006Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-29T02:03:58.006Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-29T02:03:58.007Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-29T02:03:58.007Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c892b5bf-f879-4f9d-84d1-02a327c05303
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-29T02:03:58.008Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:58.009Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-29T02:03:58.009Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T02:03:58.009Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:58.009Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-29T02:03:58.009Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=9c58a2f8-f405-4faa-bcb4-6b16ac77f6ab
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-29T02:03:58.011Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:58.011Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:03:58.011Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 2823fc13-ea17-4d6b-83eb-a699b61bd784: basic_vm_macro
2021-04-29T02:03:58.011Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:58.012Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:03:58.012Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:58.012Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:03:58.012Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:58.012Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:03:58.012Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:58.012Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:03:58.013Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:03:58.013Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:03:58.013Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:58.087Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 1fc6258d-d66c-4760-924a-2c0f67285b95 1 ASDC deployResourceStructure
2021-04-29T02:03:58.087Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:58.087Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:58.087Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T02:03:58.088Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:03:58.089Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:03:58.089Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661838087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T02:03:58.189Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:03:58.190Z||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-29T02:03:58.190Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:03:58.202Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:03:58.202Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:03:59.090Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:59.090Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:03:59.091Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T02:03:59.091Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:03:59.093Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:03:59.093Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661839090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T02:03:59.193Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:03:59.194Z||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-29T02:03:59.194Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:03:59.205Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:03:59.205Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:04:00.094Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:04:00.094Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:04:00.095Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T02:04:00.095Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:04:00.096Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:04:00.096Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661840094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-29T02:04:00.197Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T02:04:00.198Z||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-29T02:04:00.198Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:00.275Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:00.275Z||pool-66-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:04:01.097Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:04:01.098Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:04:01.098Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T02:04:01.098Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:04:01.101Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:04:01.101Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661841097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:04:01.201Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:04:01.202Z||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-29T02:04:01.203Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:01.215Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:01.216Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:04:02.101Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b8021b5-e40d-4ce6-8a65-ff794133cab6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T02:04:02.113Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b8021b5-e40d-4ce6-8a65-ff794133cab6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:04:02.116Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T02:04:02.116Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-29T02:04:02.116Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-29T02:04:02.116Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-29T02:04:02.117Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:04:02.117Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:04:02.117Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:04:02.117Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:04:02.117Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:04:02.117Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:04:02.117Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:04:02.124Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-29T02:04:32.124Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b8021b5-e40d-4ce6-8a65-ff794133cab6 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-29T02:04:32.129Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b8021b5-e40d-4ce6-8a65-ff794133cab6 and serviceModelVersionId: 2823fc13-ea17-4d6b-83eb-a699b61bd784
2021-04-29T02:04:32.129Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b28d5bc7-3d2f-4046-adc6-f15759a69329
2021-04-29T02:04:32.130Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b28d5bc7-3d2f-4046-adc6-f15759a69329/model-vers/model-ver/2823fc13-ea17-4d6b-83eb-a699b61bd784?depth=0
2021-04-29T02:04:32.133Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-29T02:04:32.163Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b28d5bc7-3d2f-4046-adc6-f15759a69329/model-vers/model-ver/2823fc13-ea17-4d6b-83eb-a699b61bd784?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-29T02:04:32.164Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b28d5bc7-3d2f-4046-adc6-f15759a69329/model-vers/model-ver/2823fc13-ea17-4d6b-83eb-a699b61bd784?depth=0|INFO|500||Invoke
2021-04-29T02:04:32.182Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b28d5bc7-3d2f-4046-adc6-f15759a69329/model-vers/model-ver/2823fc13-ea17-4d6b-83eb-a699b61bd784?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-29T02:04:32.488Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b28d5bc7-3d2f-4046-adc6-f15759a69329/model-vers/model-ver/2823fc13-ea17-4d6b-83eb-a699b61bd784?depth=0|INFO|500||InvokeReturn
2021-04-29T02:04:32.488Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b28d5bc7-3d2f-4046-adc6-f15759a69329/model-vers/model-ver/2823fc13-ea17-4d6b-83eb-a699b61bd784?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-02:04:32:190-72416], vertex-id=[352320], Content-Length=[0], Date=[Thu, 29 Apr 2021 02:04:32 GMT], Content-Type=[application/json]}
2021-04-29T02:04:32.489Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-04-29T02:04:32.489Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-29T02:04:32.489Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:04:32.494Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||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-29T02:04:32.494Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b8021b5-e40d-4ce6-8a65-ff794133cab6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-29T02:04:32.494Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-29T02:04:32.495Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:04:32.497Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:04:32.497Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661872494,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T02:04:32.597Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:04:32.598Z||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-29T02:04:32.598Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:32.611Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:32.612Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-29T02:04:33.509Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T02:04:33.509Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b2146770-eee2-4c95-854b-f2dbba6a8491","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"66bcdade-f015-4586-b2e3-a73567e8b609","serviceDescription":"service","serviceInvariantUUID":"57a2cbf5-a8a2-4337-af5f-70ba2bf00efe","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"240a762e-4d51-412f-8502-3f3c297da37a","resourceInvariantUUID":"93a08bf8-027e-49cb-a570-3b53fba471de","resourceCustomizationUUID":"20678d59-192c-4072-b420-11178724886d","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":"YjM0NDMzODVjOGY4M2I3MmYyMTkyOTNkMmI4MGQ2ODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94aacf72-7466-4dab-b3c8-1f8a07190d87","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":"380db848-af7c-41a1-a727-98b1b2609b10","artifactVersion":"2","generatedFromUUID":"673b2ecb-0c00-4bf2-9db2-e1623e567f7e"},{"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":"673b2ecb-0c00-4bf2-9db2-e1623e567f7e","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":"YmRkMGQ1OTRlZGEyM2ZiZjhhYmIyYWRjMmE2ZDE2ZmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"854a5d9b-4cf6-4895-a1f5-2f897418e179","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":"e8db6c57-c7a3-4b1a-9ca5-1873da038515","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":"7b4e6406-e785-4d07-aff4-38a5b2290121","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":"31c7e650-54fd-4acd-bd6c-a599b2ecad71","artifactVersion":"2","generatedFromUUID":"e8db6c57-c7a3-4b1a-9ca5-1873da038515"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NWVlZDBiZWE3MmFkMzdlYmE4YmRlMzRkNjQwNmRkN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e43a17a6-3aae-44a8-bebb-165dbcd32402","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NzIzOGY2NWZiMjAzODRhNWM5MWQ1MmY3MjMxYTE3NTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"abab5f4b-af2f-413a-8b86-0cac6d38ca59","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-29T02:04:33.510Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:04:33.510Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:04:33.512Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:04:33.512Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:04:33.612Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:04:33.613Z||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-29T02:04:33.613Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:33.622Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:33.623Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-29T02:04:34.512Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:04:34.513Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:04:34.515Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:04:34.515Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-29T02:04:34.616Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T02:04:34.617Z||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-29T02:04:34.617Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:34.629Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:34.630Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:04:35.516Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:04:35.517Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:04:35.519Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:04:35.519Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-29T02:04:35.619Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:04:35.620Z||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-29T02:04:35.620Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:35.632Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:35.632Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:04:36.519Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:04:36.520Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:04:36.522Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:04:36.523Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T02:04:36.622Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-29T02:04:36.623Z||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-29T02:04:36.624Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:36.636Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:36.636Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:04:37.523Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:04:37.524Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:04:37.526Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:04:37.526Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-29T02:04:37.626Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:04:37.635Z||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-29T02:04:37.635Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:37.646Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:37.647Z||pool-73-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:04:38.527Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:04:38.528Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:04:38.530Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:04:38.530Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:04:38.630Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:04:38.631Z||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-29T02:04:38.631Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:38.641Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:38.641Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-29T02:04:39.530Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:04:39.531Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:04:39.533Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:04:39.533Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-29T02:04:39.633Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:04:39.634Z||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-29T02:04:39.634Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:39.645Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:39.646Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:04:40.534Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:04:40.534Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:04:40.536Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:04:40.536Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:04:40.636Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:04:40.637Z||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-29T02:04:40.637Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:40.648Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:40.649Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:04:41.537Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:04:41.537Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:04:41.539Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:04:41.539Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:04:41.639Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:04:41.640Z||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-29T02:04:41.640Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:41.652Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:41.653Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:04:42.540Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "66bcdade-f015-4586-b2e3-a73567e8b609",
  "serviceDescription": "service",
  "serviceInvariantUUID": "57a2cbf5-a8a2-4337-af5f-70ba2bf00efe",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "20678d59-192c-4072-b420-11178724886d",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "240a762e-4d51-412f-8502-3f3c297da37a",
      "resourceInvariantUUID": "93a08bf8-027e-49cb-a570-3b53fba471de",
      "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": "380db848-af7c-41a1-a727-98b1b2609b10",
          "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": "673b2ecb-0c00-4bf2-9db2-e1623e567f7e",
          "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": "YmRkMGQ1OTRlZGEyM2ZiZjhhYmIyYWRjMmE2ZDE2ZmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "854a5d9b-4cf6-4895-a1f5-2f897418e179",
          "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": "e8db6c57-c7a3-4b1a-9ca5-1873da038515",
          "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": "31c7e650-54fd-4acd-bd6c-a599b2ecad71",
            "generatedFromUUID": "e8db6c57-c7a3-4b1a-9ca5-1873da038515"
          },
          "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": "31c7e650-54fd-4acd-bd6c-a599b2ecad71",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NzIzOGY2NWZiMjAzODRhNWM5MWQ1MmY3MjMxYTE3NTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "abab5f4b-af2f-413a-8b86-0cac6d38ca59"
    }
  ],
  "workloadContext": "Production"
}
2021-04-29T02:04:42.540Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-29T02:04:42.540Z|1b8021b5-e40d-4ce6-8a65-ff794133cab6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 66bcdade-f015-4586-b2e3-a73567e8b609 ASDC
2021-04-29T02:04:42.541Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b2146770-eee2-4c95-854b-f2dbba6a8491
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:66bcdade-f015-4586-b2e3-a73567e8b609
ServiceInvariantUUID:57a2cbf5-a8a2-4337-af5f-70ba2bf00efe
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:abab5f4b-af2f-413a-8b86-0cac6d38ca59
ArtifactChecksum:NzIzOGY2NWZiMjAzODRhNWM5MWQ1MmY3MjMxYTE3NTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:20678d59-192c-4072-b420-11178724886d
ResourceInvariantUUID:93a08bf8-027e-49cb-a570-3b53fba471de
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:240a762e-4d51-412f-8502-3f3c297da37a
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:380db848-af7c-41a1-a727-98b1b2609b10
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:673b2ecb-0c00-4bf2-9db2-e1623e567f7e
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:854a5d9b-4cf6-4895-a1f5-2f897418e179
ArtifactChecksum:YmRkMGQ1OTRlZGEyM2ZiZjhhYmIyYWRjMmE2ZDE2ZmQ=
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:e8db6c57-c7a3-4b1a-9ca5-1873da038515
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:31c7e650-54fd-4acd-bd6c-a599b2ecad71
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:31c7e650-54fd-4acd-bd6c-a599b2ecad71
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-29T02:04:42.541Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66bcdade-f015-4586-b2e3-a73567e8b609 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-29T02:04:42.574Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T02:04:42.575Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T02:04:42.575Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T02:04:42.576Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: abab5f4b-af2f-413a-8b86-0cac6d38ca59 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-29T02:04:42.576Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-29T02:04:42.576Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-29T02:04:43.559Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-29T02:04:43.564Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar abab5f4b-af2f-413a-8b86-0cac6d38ca59 71164
2021-04-29T02:04:43.564Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:43.565Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:43.565Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T02:04:43.565Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:04:43.567Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:04:43.567Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661883564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:04:43.667Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:04:43.668Z||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-29T02:04:43.668Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:43.679Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:43.679Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:04:44.568Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T02:04:44.569Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T02:04:44.569Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: abab5f4b-af2f-413a-8b86-0cac6d38ca59, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-29T02:04:44.570Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-04-29T02:04:44.570Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-29T02:04:44.570Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-29T02:04:44.759Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14179625864571287638/Definitions/service-BasicCnf-template.yml
2021-04-29T02:04:45.858Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-29T02:04:45.859Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-29T02:04:45.859Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-29T02:04:45.859Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-04-29T02:04:45.859Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:45.859Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:45.859Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:45.859Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:45.860Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:45.860Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-29T02:04:45.860Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:45.860Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:04:45.860Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T02:04:45.860Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-29T02:04:45.861Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T02:04:45.861Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:45.861Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:04:45.861Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T02:04:45.861Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-29T02:04:45.861Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T02:04:45.862Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:45.862Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:04:45.862Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:45.862Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-29T02:04:45.862Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-04-29T02:04:45.862Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2021-04-29T02:04:45.863Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-29T02:04:45.863Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:45.863Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T02:04:45.863Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:45.863Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T02:04:45.864Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T02:04:45.864Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:45.864Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T02:04:45.864Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T02:04:45.864Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:45.865Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T02:04:45.865Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T02:04:45.865Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:45.865Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-29T02:04:45.865Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-29T02:04:45.865Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=064694e5-54ec-4fe9-93b4-68021a341d1a
2021-04-29T02:04:45.866Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:45.866Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:04:45.866Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:45.866Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:04:45.866Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:45.867Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:04:45.867Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:45.867Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:04:45.867Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:66bcdade-f015-4586-b2e3-a73567e8b609
Model Version:NULL
Model InvariantUuid:57a2cbf5-a8a2-4337-af5f-70ba2bf00efe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:bfc5984d-29eb-40dd-a3ca-5f28e3a11ef7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:93a08bf8-027e-49cb-a570-3b53fba471de
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:20678d59-192c-4072-b420-11178724886d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:41e494c9-f275-4382-be3b-9998410c5d42
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:ea294fe6-c255-49c7-80dc-eb37538a65ae
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:064694e5-54ec-4fe9-93b4-68021a341d1a
ModelInvariantUuid:87ac64fb-046e-41a8-b720-6075b95a338e
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:319d033b-c2f5-45bb-9a00-8711c6484ea5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:63d61344-0478-4937-806d-316de2501a82
ModelInvariantUuid:dc384181-f1c6-44fe-af3f-e84c7e73feaf
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:4467c701-06a0-48cf-bdc0-2d0058edaa2d
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-29T02:04:45.873Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 240a762e-4d51-412f-8502-3f3c297da37a
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-29T02:04:45.876Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||basic_cnf 0
2021-04-29T02:04:45.876Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 240a762e-4d51-412f-8502-3f3c297da37a
2021-04-29T02:04:45.876Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 380db848-af7c-41a1-a727-98b1b2609b10 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-29T02:04:45.876Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-29T02:04:45.877Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:47.883Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-29T02:04:47.883Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 380db848-af7c-41a1-a727-98b1b2609b10 12
2021-04-29T02:04:47.884Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:47.884Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:47.884Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T02:04:47.884Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:04:47.887Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:04:47.887Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661887884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:04:47.987Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:04:47.988Z||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-29T02:04:47.988Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:48.000Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:48.000Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-29T02:04:48.887Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 673b2ecb-0c00-4bf2-9db2-e1623e567f7e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-29T02:04:48.888Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-29T02:04:48.888Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:49.793Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-29T02:04:49.794Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 673b2ecb-0c00-4bf2-9db2-e1623e567f7e 2688
2021-04-29T02:04:49.794Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:49.795Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:49.795Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T02:04:49.795Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:04:49.797Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:04:49.797Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661889794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:04:49.897Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:04:49.898Z||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-29T02:04:49.898Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:49.909Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:49.910Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-29T02:04:50.799Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 854a5d9b-4cf6-4895-a1f5-2f897418e179 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-29T02:04:50.800Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-29T02:04:50.800Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:51.000Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-29T02:04:51.001Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 854a5d9b-4cf6-4895-a1f5-2f897418e179 828
2021-04-29T02:04:51.001Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:51.001Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:51.001Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T02:04:51.002Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:04:51.004Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:04:51.004Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661891001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:04:51.104Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:04:51.105Z||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-29T02:04:51.105Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:51.117Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:51.117Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:04:52.004Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "41e494c9-f275-4382-be3b-9998410c5d42",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ea294fe6-c255-49c7-80dc-eb37538a65ae",
    "vfModuleModelCustomizationUUID": "f8af07ed-58e5-4a65-a36d-4f9828decc5f",
    "isBase": true,
    "artifacts": [
      "e8db6c57-c7a3-4b1a-9ca5-1873da038515",
      "673b2ecb-0c00-4bf2-9db2-e1623e567f7e",
      "31c7e650-54fd-4acd-bd6c-a599b2ecad71"
    ],
    "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-29T02:04:52.009Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ea294fe6-c255-49c7-80dc-eb37538a65ae
VfModuleModelInvariantUUID:41e494c9-f275-4382-be3b-9998410c5d42
VfModuleModelDescription:NULL
Artifacts UUID List:{
e8db6c57-c7a3-4b1a-9ca5-1873da038515
,
673b2ecb-0c00-4bf2-9db2-e1623e567f7e
,
31c7e650-54fd-4acd-bd6c-a599b2ecad71

}
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-29T02:04:52.013Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "41e494c9-f275-4382-be3b-9998410c5d42",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ea294fe6-c255-49c7-80dc-eb37538a65ae",
    "vfModuleModelCustomizationUUID": "f8af07ed-58e5-4a65-a36d-4f9828decc5f",
    "isBase": true,
    "artifacts": [
      "e8db6c57-c7a3-4b1a-9ca5-1873da038515",
      "673b2ecb-0c00-4bf2-9db2-e1623e567f7e",
      "31c7e650-54fd-4acd-bd6c-a599b2ecad71"
    ],
    "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-29T02:04:52.013Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ea294fe6-c255-49c7-80dc-eb37538a65ae
VfModuleModelInvariantUUID:41e494c9-f275-4382-be3b-9998410c5d42
VfModuleModelDescription:NULL
Artifacts UUID List:{
e8db6c57-c7a3-4b1a-9ca5-1873da038515
,
673b2ecb-0c00-4bf2-9db2-e1623e567f7e
,
31c7e650-54fd-4acd-bd6c-a599b2ecad71

}
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-29T02:04:52.013Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e8db6c57-c7a3-4b1a-9ca5-1873da038515 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-29T02:04:52.014Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-29T02:04:52.014Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:52.490Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-29T02:04:52.491Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e8db6c57-c7a3-4b1a-9ca5-1873da038515 1164
2021-04-29T02:04:52.491Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:52.491Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:52.491Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T02:04:52.492Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:04:52.494Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:04:52.494Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661892491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:04:52.594Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:04:52.595Z||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-29T02:04:52.595Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:52.605Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:52.605Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:04:53.495Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 31c7e650-54fd-4acd-bd6c-a599b2ecad71 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-29T02:04:53.496Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-29T02:04:53.496Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:54.074Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-29T02:04:54.074Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 31c7e650-54fd-4acd-bd6c-a599b2ecad71 200
2021-04-29T02:04:54.075Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:54.075Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:54.075Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T02:04:54.076Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:04:54.078Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:04:54.078Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661894075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:04:54.179Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-29T02:04:54.179Z||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-29T02:04:54.179Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:54.190Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:54.191Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:04:54.393Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:04:54.394Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:04:54.394Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:54.413Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:54.413Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:04:54.413Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619661834821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T02:04:54.414Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:04:55.079Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 66bcdade-f015-4586-b2e3-a73567e8b609
2021-04-29T02:04:55.079Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 240a762e-4d51-412f-8502-3f3c297da37a 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-29T02:04:55.090Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:55.100Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:55.100Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:04:55.102Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-04-29T02:04:55.102Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 20678d59-192c-4072-b420-11178724886d
2021-04-29T02:04:55.102Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 20678d59-192c-4072-b420-11178724886d matches Tosca VF Customization UUID: 20678d59-192c-4072-b420-11178724886d
2021-04-29T02:04:55.103Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 20678d59-192c-4072-b420-11178724886d  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-29T02:04:55.106Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:55.106Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:04:55.107Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 20678d59-192c-4072-b420-11178724886d: {\"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-29T02:04:55.107Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@358e805e
2021-04-29T02:04:55.107Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:55.107Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-29T02:04:55.108Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f8af07ed-58e5-4a65-a36d-4f9828decc5f
2021-04-29T02:04:55.108Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f8af07ed-58e5-4a65-a36d-4f9828decc5f
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-29T02:04:55.111Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:55.111Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T02:04:55.112Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T02:04:55.112Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:55.112Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T02:04:55.112Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T02:04:55.113Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:55.113Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-29T02:04:55.113Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-29T02:04:55.114Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=064694e5-54ec-4fe9-93b4-68021a341d1a
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-29T02:04:55.116Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:55.117Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T02:04:55.117Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-29T02:04:55.118Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:55.118Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-29T02:04:55.118Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=20678d59-192c-4072-b420-11178724886d
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-29T02:04:55.122Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:55.122Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:04:55.122Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 66bcdade-f015-4586-b2e3-a73567e8b609: basic_cnf
2021-04-29T02:04:55.122Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:55.123Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:04:55.123Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:55.123Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:04:55.124Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:55.124Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:04:55.124Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:55.124Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:04:55.124Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:04:55.125Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:04:55.125Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:55.196Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 240a762e-4d51-412f-8502-3f3c297da37a 1 ASDC deployResourceStructure
2021-04-29T02:04:55.197Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:55.197Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:55.197Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-29T02:04:55.198Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:04:55.200Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:04:55.200Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661895196,
  "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-29T02:04:55.300Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:04:55.301Z||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-29T02:04:55.301Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:55.311Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:55.312Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:04:56.201Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:56.202Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:56.202Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-29T02:04:56.202Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:04:56.204Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:04:56.205Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661896201,
  "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-29T02:04:56.305Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:04:56.306Z||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-29T02:04:56.306Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:56.315Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:56.316Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:04:57.205Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:57.206Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:57.206Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T02:04:57.206Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:04:57.208Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:04:57.208Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661897205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T02:04:57.308Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:04:57.309Z||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-29T02:04:57.309Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:57.321Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:57.321Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-29T02:04:58.210Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:58.210Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:58.210Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T02:04:58.210Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:04:58.212Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:04:58.212Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661898209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T02:04:58.312Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:04:58.313Z||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-29T02:04:58.313Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:58.324Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:58.325Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:04:59.213Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:59.214Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:04:59.214Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T02:04:59.214Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:04:59.216Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:04:59.216Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661899213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-29T02:04:59.317Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:04:59.318Z||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-29T02:04:59.318Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:04:59.329Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:04:59.330Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-29T02:05:00.217Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:05:00.218Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:05:00.218Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T02:05:00.218Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:05:00.220Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:05:00.220Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661900217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:05:00.320Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:05:00.321Z||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-29T02:05:00.322Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:05:00.332Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:05:00.333Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:05:01.221Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2146770-eee2-4c95-854b-f2dbba6a8491
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T02:05:01.241Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2146770-eee2-4c95-854b-f2dbba6a8491
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:05:01.244Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T02:05:01.245Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-29T02:05:01.245Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-29T02:05:01.245Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-29T02:05:01.245Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:05:01.245Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:05:01.245Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:05:01.245Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:05:01.246Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:05:01.246Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:05:01.246Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:05:01.251Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-29T02:05:31.252Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b2146770-eee2-4c95-854b-f2dbba6a8491 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-29T02:05:31.261Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b2146770-eee2-4c95-854b-f2dbba6a8491 and serviceModelVersionId: 66bcdade-f015-4586-b2e3-a73567e8b609
2021-04-29T02:05:31.261Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 57a2cbf5-a8a2-4337-af5f-70ba2bf00efe
2021-04-29T02:05:31.262Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/57a2cbf5-a8a2-4337-af5f-70ba2bf00efe/model-vers/model-ver/66bcdade-f015-4586-b2e3-a73567e8b609?depth=0
2021-04-29T02:05:31.266Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-29T02:05:31.304Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/57a2cbf5-a8a2-4337-af5f-70ba2bf00efe/model-vers/model-ver/66bcdade-f015-4586-b2e3-a73567e8b609?depth=0|INFO|500||Invoke
2021-04-29T02:05:31.304Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/57a2cbf5-a8a2-4337-af5f-70ba2bf00efe/model-vers/model-ver/66bcdade-f015-4586-b2e3-a73567e8b609?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/57a2cbf5-a8a2-4337-af5f-70ba2bf00efe/model-vers/model-ver/66bcdade-f015-4586-b2e3-a73567e8b609?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b2146770-eee2-4c95-854b-f2dbba6a8491], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89aac6b9-8130-4926-8e11-242716ca3da2], X-ECOMP-RequestID=[b2146770-eee2-4c95-854b-f2dbba6a8491], X-TransactionId=[], X-ONAP-RequestID=[b2146770-eee2-4c95-854b-f2dbba6a8491], Content-Type=[application/merge-patch+json]}
2021-04-29T02:05:31.324Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/57a2cbf5-a8a2-4337-af5f-70ba2bf00efe/model-vers/model-ver/66bcdade-f015-4586-b2e3-a73567e8b609?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-29T02:05:31.568Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/57a2cbf5-a8a2-4337-af5f-70ba2bf00efe/model-vers/model-ver/66bcdade-f015-4586-b2e3-a73567e8b609?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/57a2cbf5-a8a2-4337-af5f-70ba2bf00efe/model-vers/model-ver/66bcdade-f015-4586-b2e3-a73567e8b609?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-02:05:31:332-8423], vertex-id=[184456], Content-Length=[0], Date=[Thu, 29 Apr 2021 02:05:31 GMT], Content-Type=[application/json]}
2021-04-29T02:05:31.568Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/57a2cbf5-a8a2-4337-af5f-70ba2bf00efe/model-vers/model-ver/66bcdade-f015-4586-b2e3-a73567e8b609?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-29T02:05:31.569Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/57a2cbf5-a8a2-4337-af5f-70ba2bf00efe/model-vers/model-ver/66bcdade-f015-4586-b2e3-a73567e8b609?depth=0|INFO|500||InvokeReturn
2021-04-29T02:05:31.569Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-29T02:05:31.569Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:05:31.574Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||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-29T02:05:31.574Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b2146770-eee2-4c95-854b-f2dbba6a8491 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-29T02:05:31.574Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-29T02:05:31.574Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:05:31.576Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:05:31.576Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661931574,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T02:05:31.676Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:05:31.677Z||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-29T02:05:31.677Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:05:31.692Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:05:31.693Z||pool-90-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-29T02:05:32.588Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:05:32.588Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T02:05:32.588Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:05:42.131Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:05:42.132Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:05:42.132Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T02:05:42.132Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:05:51.679Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:05:51.680Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:05:51.680Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T02:05:51.680Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:05:54.393Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:05:54.394Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:05:54.394Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:05:54.413Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:05:54.414Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:05:54.414Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661834944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:05:54.414Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:06:01.226Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:06:01.226Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:06:01.227Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T02:06:01.227Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:06:10.768Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:06:10.769Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:06:10.769Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T02:06:10.769Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:06:20.319Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:06:20.320Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:06:20.321Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T02:06:20.321Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:06:29.862Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:06:29.863Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:06:29.863Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T02:06:29.864Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:06:39.406Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:06:54.390Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:06:54.391Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T02:06:54.391Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:06:54.393Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:06:54.393Z||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-29T02:06:54.393Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:06:54.417Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:06:54.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661835744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:06:54.419Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:06:54.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661836751,
  "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-29T02:06:54.426Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2146770-eee2-4c95-854b-f2dbba6a8491
2021-04-29T02:06:54.426Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2146770-eee2-4c95-854b-f2dbba6a8491 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-29T02:06:54.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661836982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:06:54.435Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:06:54.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619661837754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T02:06:54.436Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:06:54.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661838087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T02:06:54.436Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:06:54.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661839090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T02:06:54.436Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:06:54.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661840094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-29T02:06:54.436Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:06:54.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661841097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:06:54.437Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:06:54.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b8021b5-e40d-4ce6-8a65-ff794133cab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661872494,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T02:06:54.437Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:06:54.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:06:54.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:06:54.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-29T02:06:54.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:06:54.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-29T02:06:54.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:06:54.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-29T02:06:54.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:06:54.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-29T02:06:54.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:06:54.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:06:54.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:06:54.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-29T02:06:54.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:06:54.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:06:54.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:06:54.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661816491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:06:54.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:06:54.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661883564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:06:54.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:06:54.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661887884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:06:54.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:06:54.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661889794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:06:54.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:06:54.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661891001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:06:54.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:06:54.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661892491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:06:54.440Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:06:54.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-04-29T02:06:54.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661894075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:06:54.440Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:07:03.932Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:07:54.390Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:07:54.391Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T02:07:54.391Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:07:54.393Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:07:54.393Z||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-29T02:07:54.393Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:07:54.917Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:07:54.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:07:54.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661895196,
  "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-29T02:07:54.919Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:07:54.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:07:54.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661896201,
  "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-29T02:07:54.920Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:07:54.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:07:54.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661897205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-29T02:07:54.920Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:07:54.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:07:54.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661898209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T02:07:54.921Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:07:54.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:07:54.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661899213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-29T02:07:54.921Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:07:54.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:07:54.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661900217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:07:54.921Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:07:54.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-29T02:07:54.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2146770-eee2-4c95-854b-f2dbba6a8491",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619661931574,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T02:07:54.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:08:03.970Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:08:54.390Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:08:54.391Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T02:08:54.391Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:08:54.393Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:08:54.393Z||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-29T02:08:54.393Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:08:55.020Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:08:55.020Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.020Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0","serviceName":"Demo_pNF_16TrEu5TJd7tLLl5rTgM","serviceVersion":"1.0","serviceUUID":"67b12057-4b0f-47f1-a132-2250cdbe6065","serviceDescription":"catalog service description","serviceInvariantUUID":"ada12e4a-b0cd-475a-8713-4fec44d60fdc","resources":[{"resourceInstanceName":"pNF d9adccfb-942a 0","resourceName":"pNF d9adccfb-942a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a54f6223-848f-4c7f-9a89-fb9546d8bfd8","resourceInvariantUUID":"b4060d84-7fdc-4aa0-8e76-3705c5cfb729","resourceCustomizationUUID":"c463d349-6fb3-4a06-97a4-79194ae3895e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vf-license-model.xml","artifactChecksum":"MmU1YThiOWRjNGY3YzU5NTFlYzJkYTQwZDBjN2Q5YjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"681e91a3-78b7-4b95-80d0-739973596319","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/pNF.csar","artifactChecksum":"NWNmZTVkN2FiZjljOTA1MjgzYjlhYmViZDVhOWE0ODY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7496d67a-a8b7-4629-9d80-f3facab38394","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"94797084-f414-409a-ae58-9c63a3a4b48e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTU3ODcyOTNhNjJjYjcyZTQ2NjkxOTY2NWM1ZWM5ZTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"02ef1e9a-9aca-4443-a414-58af16145311","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7153c3d9-8369-488a-aea5-9e5f2f3fba8b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31ca5fde-0283-4163-bad2-abaefe434966","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf16treu5tjd7tlll5rtgm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-template.yml","artifactChecksum":"YWNkMTE0OTk3YmUwMDhmOWJlNTRlY2UwYzYzNTc1NDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"286ab933-bdfc-4c66-bdca-5ac8cf5094c5","artifactVersion":"1"},{"artifactName":"service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar","artifactChecksum":"MTRiMzg4MGQ4MzNkNjFlMGRiZmM4NTcwYWU3ZmI2ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a08da9d1-6565-40c5-a5b6-3b92983068ae","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-29T02:08:55.022Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:08:55.022Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:08:55.023Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:08:55.025Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:08:55.025Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619662134390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619662106199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "dcae-sch",
  "timestamp": 1619662113083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "aai-ml",
  "timestamp": 1619662107393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619662110765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "clamp",
  "timestamp": 1619662104766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619662111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "policy-id",
  "timestamp": 1619662105470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "cds",
  "timestamp": 1619662109960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619662114298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619662106199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "dcae-sch",
  "timestamp": 1619662113083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "aai-ml",
  "timestamp": 1619662107393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619662110765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619662111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.029Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "clamp",
  "timestamp": 1619662104766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.029Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "policy-id",
  "timestamp": 1619662105470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.029Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "cds",
  "timestamp": 1619662109960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.029Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619662114298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.029Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619662106199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.029Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "aai-ml",
  "timestamp": 1619662107393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "dcae-sch",
  "timestamp": 1619662113083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619662110765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "clamp",
  "timestamp": 1619662104766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619662111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "policy-id",
  "timestamp": 1619662105470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "cds",
  "timestamp": 1619662109960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619662114298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619662106199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "aai-ml",
  "timestamp": 1619662107393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "dcae-sch",
  "timestamp": 1619662113083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619662110765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619662111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "clamp",
  "timestamp": 1619662104766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "policy-id",
  "timestamp": 1619662105470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "cds",
  "timestamp": 1619662109960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619662114298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619662106199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619662110765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "dcae-sch",
  "timestamp": 1619662113083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "aai-ml",
  "timestamp": 1619662107393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "clamp",
  "timestamp": 1619662104766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619662111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "policy-id",
  "timestamp": 1619662105470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "cds",
  "timestamp": 1619662109960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619662114298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619662118475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619662106199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "dcae-sch",
  "timestamp": 1619662113083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "aai-ml",
  "timestamp": 1619662107393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619662110765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-04-29T02:08:55.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619662111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "clamp",
  "timestamp": 1619662104766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "policy-id",
  "timestamp": 1619662105470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "cds",
  "timestamp": 1619662109960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619662114298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619662118475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619662106199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "dcae-sch",
  "timestamp": 1619662113083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "aai-ml",
  "timestamp": 1619662107393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619662110765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619662111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "clamp",
  "timestamp": 1619662104766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "policy-id",
  "timestamp": 1619662105470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "cds",
  "timestamp": 1619662109960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619662114298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619662118475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619662106199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:08:55.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "aai-ml",
  "timestamp": 1619662107393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:08:55.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "dcae-sch",
  "timestamp": 1619662113083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619662110765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619662111333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:08:55.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "clamp",
  "timestamp": 1619662104766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:08:55.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "policy-id",
  "timestamp": 1619662105470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:08:55.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "cds",
  "timestamp": 1619662109960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:08:55.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619662114298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:08:55.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619662118475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619662118475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "aai-ml",
  "timestamp": 1619662123854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:08:55.038Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:08:55.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619662123874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:08:55.039Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:08:55.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "policy-id",
  "timestamp": 1619662123868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:08:55.039Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:08:55.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "cds",
  "timestamp": 1619662123954,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:08:55.039Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:08:55.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619662118475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619662124154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:08:55.039Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:08:55.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "policy-id",
  "timestamp": 1619662124872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:08:55.039Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:08:55.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "cds",
  "timestamp": 1619662124962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-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-29T02:08:55.057Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0
2021-04-29T02:08:55.057Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0 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-29T02:08:55.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619662118475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:55.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619662125176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-04-29T02:08:55.070Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:08:55.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619662125841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:08:55.071Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:08:55.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "policy-id",
  "timestamp": 1619662125878,
  "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-29T02:08:55.077Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0
2021-04-29T02:08:55.078Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0 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-29T02:08:55.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619662118475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:08:55.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:08:55.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1619662126179,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-29T02:08:55.097Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0
2021-04-29T02:08:55.097Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0 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-29T02:08:55.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619662126845,
  "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-29T02:08:55.111Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0
2021-04-29T02:08:55.111Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0 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-29T02:08:55.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "aai-ml",
  "timestamp": 1619662128976,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:08:55.121Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:08:55.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "aai-ml",
  "timestamp": 1619662129979,
  "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-29T02:08:55.125Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:08:55.125Z||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-29T02:08:55.126Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:08:55.127Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0
2021-04-29T02:08:55.127Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0 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-29T02:08:55.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.138Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:08:55.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "clamp",
  "timestamp": 1619662130362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:08:55.139Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-29T02:08:55.139Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:08:55.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "clamp",
  "timestamp": 1619662131381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:08:55.139Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:08:55.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-04-29T02:08:55.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "clamp",
  "timestamp": 1619662132386,
  "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-29T02:08:55.146Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0
2021-04-29T02:08:55.146Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0 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-29T02:08:56.025Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:08:56.026Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:08:56.029Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:08:56.029Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619662134390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:56.129Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:08:56.130Z||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-29T02:08:56.130Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:08:56.142Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:08:56.142Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:08:57.029Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:08:57.030Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:08:57.032Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:08:57.032Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619662134390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:57.132Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:08:57.133Z||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-29T02:08:57.133Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:08:57.142Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:08:57.143Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:08:58.032Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:08:58.033Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:08:58.035Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:08:58.035Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619662134390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:58.135Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:08:58.136Z||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-29T02:08:58.136Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:08:58.148Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:08:58.149Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:08:59.036Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:08:59.037Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:08:59.038Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:08:59.038Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619662134390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:08:59.138Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:08:59.139Z||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-29T02:08:59.139Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:08:59.151Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:08:59.151Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:09:00.039Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:09:00.040Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:09:00.042Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:09:00.042Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619662134390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:09:00.142Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:09:00.143Z||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-29T02:09:00.143Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:09:00.154Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:09:00.154Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:09:01.042Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:09:01.043Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:09:01.045Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:09:01.046Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619662134390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:09:01.146Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:09:01.146Z||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-29T02:09:01.147Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:09:01.160Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:09:01.161Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:09:02.046Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-29T02:09:02.047Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:09:02.050Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:09:02.050Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619662134390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:09:02.150Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:09:02.151Z||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-29T02:09:02.151Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:09:02.163Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:09:02.164Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:09:03.050Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "serviceName": "Demo_pNF_16TrEu5TJd7tLLl5rTgM",
  "serviceVersion": "1.0",
  "serviceUUID": "67b12057-4b0f-47f1-a132-2250cdbe6065",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ada12e4a-b0cd-475a-8713-4fec44d60fdc",
  "resources": [
    {
      "resourceInstanceName": "pNF d9adccfb-942a 0",
      "resourceCustomizationUUID": "c463d349-6fb3-4a06-97a4-79194ae3895e",
      "resourceName": "pNF d9adccfb-942a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a54f6223-848f-4c7f-9a89-fb9546d8bfd8",
      "resourceInvariantUUID": "b4060d84-7fdc-4aa0-8e76-3705c5cfb729",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
      "artifactChecksum": "MTRiMzg4MGQ4MzNkNjFlMGRiZmM4NTcwYWU3ZmI2ODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a08da9d1-6565-40c5-a5b6-3b92983068ae"
    }
  ],
  "workloadContext": "Production"
}
2021-04-29T02:09:03.051Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-29T02:09:03.052Z|b2146770-eee2-4c95-854b-f2dbba6a8491|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 67b12057-4b0f-47f1-a132-2250cdbe6065 ASDC
2021-04-29T02:09:03.052Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0
ServiceName:Demo_pNF_16TrEu5TJd7tLLl5rTgM
ServiceVersion:1.0
ServiceUUID:67b12057-4b0f-47f1-a132-2250cdbe6065
ServiceInvariantUUID:ada12e4a-b0cd-475a-8713-4fec44d60fdc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar
ArtifactUUID:a08da9d1-6565-40c5-a5b6-3b92983068ae
ArtifactChecksum:MTRiMzg4MGQ4MzNkNjFlMGRiZmM4NTcwYWU3ZmI2ODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d9adccfb-942a 0
ResourceCustomizationUUID:c463d349-6fb3-4a06-97a4-79194ae3895e
ResourceInvariantUUID:b4060d84-7fdc-4aa0-8e76-3705c5cfb729
ResourceName:pNF d9adccfb-942a
ResourceType:PNF
ResourceUUID:a54f6223-848f-4c7f-9a89-fb9546d8bfd8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-29T02:09:03.052Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 67b12057-4b0f-47f1-a132-2250cdbe6065 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-29T02:09:03.079Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T02:09:03.079Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T02:09:03.080Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T02:09:03.080Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a08da9d1-6565-40c5-a5b6-3b92983068ae from URL: /sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar
2021-04-29T02:09:03.080Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-29T02:09:03.080Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar
2021-04-29T02:09:04.360Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-29T02:09:04.364Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar a08da9d1-6565-40c5-a5b6-3b92983068ae 83306
2021-04-29T02:09:04.364Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar ASDC sendASDCNotification
2021-04-29T02:09:04.364Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar
2021-04-29T02:09:04.364Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-29T02:09:04.364Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:09:04.366Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:09:04.366Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619662144364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:09:04.466Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:09:04.467Z||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-29T02:09:04.467Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:09:04.478Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:09:04.479Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:09:05.366Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-29T02:09:05.368Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-29T02:09:05.368Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a08da9d1-6565-40c5-a5b6-3b92983068ae, URL: /sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar to file: /app/ASDC/1/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar
2021-04-29T02:09:05.368Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar
2021-04-29T02:09:05.368Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar
2021-04-29T02:09:05.368Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar
2021-04-29T02:09:05.616Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8858688384180684688/Definitions/service-DemoPnf16treu5tjd7tlll5rtgm-template.yml
2021-04-29T02:09:06.326Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-29T02:09:06.326Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-29T02:09:06.326Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar
2021-04-29T02:09:06.326Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-29T02:09:06.326Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d9adccfb-942a 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-DemoPnf16treu5tjd7tlll5rtgm-csar.csar
2021-04-29T02:09:06.326Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||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-DemoPnf16treu5tjd7tlll5rtgm-csar.csar
2021-04-29T02:09:06.326Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar
2021-04-29T02:09:06.326Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||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-DemoPnf16treu5tjd7tlll5rtgm-csar.csar
2021-04-29T02:09:06.326Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||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-DemoPnf16treu5tjd7tlll5rtgm-csar.csar
2021-04-29T02:09:06.326Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||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-DemoPnf16treu5tjd7tlll5rtgm-csar.csar
2021-04-29T02:09:06.326Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||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-DemoPnf16treu5tjd7tlll5rtgm-csar.csar
2021-04-29T02:09:06.326Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d9adccfb-942a 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar
2021-04-29T02:09:06.327Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-29T02:09:06.327Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:09:06.327Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_16TrEu5TJd7tLLl5rTgM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:09:06.327Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Node template pNF d9adccfb-942a 0 is matching search criteria
2021-04-29T02:09:06.327Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-29T02:09:06.327Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF d9adccfb-942a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T02:09:06.327Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:09:06.327Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_16TrEu5TJd7tLLl5rTgM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:09:06.327Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Node template pNF d9adccfb-942a 0 is matching search criteria
2021-04-29T02:09:06.327Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-29T02:09:06.327Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF d9adccfb-942a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-29T02:09:06.328Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:09:06.328Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_16TrEu5TJd7tLLl5rTgM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:09:06.328Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:09:06.328Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_16TrEu5TJd7tLLl5rTgM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:09:06.328Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:09:06.328Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_16TrEu5TJd7tLLl5rTgM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:09:06.328Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:09:06.328Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_16TrEu5TJd7tLLl5rTgM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:09:06.328Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:09:06.328Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_16TrEu5TJd7tLLl5rTgM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:09:06.328Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_16TrEu5TJd7tLLl5rTgM
Description:catalog service description
Model UUID:67b12057-4b0f-47f1-a132-2250cdbe6065
Model Version:NULL
Model InvariantUuid:ada12e4a-b0cd-475a-8713-4fec44d60fdc
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-29T02:09:06.333Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: a54f6223-848f-4c7f-9a89-fb9546d8bfd8
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-29T02:09:06.336Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||pNF d9adccfb-942a 0
2021-04-29T02:09:06.336Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a54f6223-848f-4c7f-9a89-fb9546d8bfd8
2021-04-29T02:09:06.336Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 67b12057-4b0f-47f1-a132-2250cdbe6065
2021-04-29T02:09:06.336Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 67b12057-4b0f-47f1-a132-2250cdbe6065
2021-04-29T02:09:06.336Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d9adccfb-942a 0 a54f6223-848f-4c7f-9a89-fb9546d8bfd8 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-29T02:09:06.340Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:09:06.340Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_16TrEu5TJd7tLLl5rTgM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:09:06.340Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 67b12057-4b0f-47f1-a132-2250cdbe6065: pNF d9adccfb-942a
2021-04-29T02:09:06.340Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||Processing PNF resource: a54f6223-848f-4c7f-9a89-fb9546d8bfd8
2021-04-29T02:09:06.341Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-29T02:09:06.341Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_16TrEu5TJd7tLLl5rTgM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-29T02:09:06.341Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||Resource customization UUID: c463d349-6fb3-4a06-97a4-79194ae3895e is the same as notified resource customizationUUID: c463d349-6fb3-4a06-97a4-79194ae3895e
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-29T02:09:06.370Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d9adccfb-942a a54f6223-848f-4c7f-9a89-fb9546d8bfd8 0 ASDC deployResourceStructure
2021-04-29T02:09:06.370Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar ASDC sendASDCNotification
2021-04-29T02:09:06.370Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar
2021-04-29T02:09:06.370Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-29T02:09:06.371Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:09:06.372Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:09:06.372Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619662146370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:09:06.473Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:09:06.473Z||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-29T02:09:06.474Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:09:06.485Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:09:06.486Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-29T02:09:07.373Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-29T02:09:07.384Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:09:07.387Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-29T02:09:07.387Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-29T02:09:07.387Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-29T02:09:07.387Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-29T02:09:07.387Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:09:07.387Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:09:07.387Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:09:07.387Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:09:07.387Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:09:07.387Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:09:07.387Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-29T02:09:07.388Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||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-29T02:09:07.393Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-29T02:09:37.393Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0 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-29T02:09:37.397Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0 and serviceModelVersionId: 67b12057-4b0f-47f1-a132-2250cdbe6065
2021-04-29T02:09:37.397Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ada12e4a-b0cd-475a-8713-4fec44d60fdc
2021-04-29T02:09:37.398Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ada12e4a-b0cd-475a-8713-4fec44d60fdc/model-vers/model-ver/67b12057-4b0f-47f1-a132-2250cdbe6065?depth=0
2021-04-29T02:09:37.402Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-29T02:09:37.440Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ada12e4a-b0cd-475a-8713-4fec44d60fdc/model-vers/model-ver/67b12057-4b0f-47f1-a132-2250cdbe6065?depth=0|INFO|500||Invoke
2021-04-29T02:09:37.441Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ada12e4a-b0cd-475a-8713-4fec44d60fdc/model-vers/model-ver/67b12057-4b0f-47f1-a132-2250cdbe6065?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ada12e4a-b0cd-475a-8713-4fec44d60fdc/model-vers/model-ver/67b12057-4b0f-47f1-a132-2250cdbe6065?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[702251e9-271d-4f6e-b08c-ea5edf5f1c0d], X-ECOMP-RequestID=[ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0], X-TransactionId=[], X-ONAP-RequestID=[ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0], Content-Type=[application/merge-patch+json]}
2021-04-29T02:09:37.462Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ada12e4a-b0cd-475a-8713-4fec44d60fdc/model-vers/model-ver/67b12057-4b0f-47f1-a132-2250cdbe6065?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-29T02:09:37.658Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ada12e4a-b0cd-475a-8713-4fec44d60fdc/model-vers/model-ver/67b12057-4b0f-47f1-a132-2250cdbe6065?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/ada12e4a-b0cd-475a-8713-4fec44d60fdc/model-vers/model-ver/67b12057-4b0f-47f1-a132-2250cdbe6065?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-02:09:37:469-91219], vertex-id=[266344], Content-Length=[0], Date=[Thu, 29 Apr 2021 02:09:37 GMT], Content-Type=[application/json]}
2021-04-29T02:09:37.658Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ada12e4a-b0cd-475a-8713-4fec44d60fdc/model-vers/model-ver/67b12057-4b0f-47f1-a132-2250cdbe6065?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-29T02:09:37.659Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ada12e4a-b0cd-475a-8713-4fec44d60fdc/model-vers/model-ver/67b12057-4b0f-47f1-a132-2250cdbe6065?depth=0|INFO|500||InvokeReturn
2021-04-29T02:09:37.659Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-29T02:09:37.659Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||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-29T02:09:37.663Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||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-29T02:09:37.663Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-29T02:09:37.664Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-29T02:09:37.664Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-29T02:09:37.665Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-29T02:09:37.666Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619662177664,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T02:09:37.766Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-29T02:09:37.766Z||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-29T02:09:37.766Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:09:37.782Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:09:37.782Z||pool-101-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-29T02:09:54.390Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:09:54.391Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T02:09:54.391Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:09:54.393Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:09:54.393Z||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-29T02:09:54.393Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:09:54.511Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:09:54.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-29T02:09:54.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619662134390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:09:54.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:10:03.943Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:10:54.390Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:10:54.391Z||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-29T02:10:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:10:54.393Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:10:54.393Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:10:54.393Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:10:54.917Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:10:54.917Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:10:54.918Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619662134390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:10:54.918Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:10:54.918Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:10:54.918Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619662134390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:10:54.919Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:10:54.919Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:10:54.919Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619662134390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:10:54.919Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:10:54.919Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:10:54.919Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619662134390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:10:54.919Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:10:54.919Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:10:54.919Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619662134390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/resourceInstances/pnfd9adccfb942a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:10:54.919Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:10:54.920Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:10:54.920Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619662134390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-29T02:10:54.920Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:10:54.920Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:10:54.920Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619662134390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-29T02:10:54.920Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-29T02:10:54.920Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:10:54.920Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619662144364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-29T02:10:54.920Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:10:54.920Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:10:54.921Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619662146370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf16treu5tjd7tlll5rtgm/1.0/artifacts/service-DemoPnf16treu5tjd7tlll5rtgm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-29T02:10:54.921Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:10:54.921Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-29T02:10:54.921Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619662177664,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-29T02:10:54.921Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-29T02:11:03.954Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:11:54.390Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:11:54.391Z||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-29T02:11:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:11:54.393Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:11:54.393Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:11:54.393Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:12:03.934Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:12:03.936Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:12:54.390Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:12:54.391Z||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-29T02:12:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:12:54.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:12:54.393Z||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-29T02:12:54.393Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:13:03.936Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:13:03.945Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:13:54.390Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:13:54.391Z||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-29T02:13:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:13:54.393Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:13:54.393Z||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-29T02:13:54.393Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:14:03.936Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:14:03.938Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:14:54.390Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:14:54.391Z||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-29T02:14:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:14:54.393Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:14:54.394Z||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-29T02:14:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:15:03.949Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:15:03.960Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:15:54.390Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:15:54.391Z||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-29T02:15:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:15:54.393Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:15:54.393Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:15:54.393Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:16:03.939Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:16:03.942Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:16:54.390Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:16:54.391Z||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-29T02:16:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:16:54.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:16:54.393Z||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-29T02:16:54.393Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:17:03.937Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:17:03.937Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:17:54.390Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:17:54.391Z||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-29T02:17:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:17:54.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:17:54.393Z||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-29T02:17:54.393Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:18:03.941Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:18:03.943Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:18:54.390Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:18:54.391Z||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-29T02:18:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:18:54.393Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:18:54.393Z||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-29T02:18:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:19:03.950Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:19:03.950Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:19:54.390Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:19:54.391Z||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-29T02:19:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:19:54.393Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:19:54.393Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:19:54.394Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:20:03.936Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:20:03.936Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:20:54.390Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:20:54.391Z||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-29T02:20:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:20:54.393Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:20:54.393Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:20:54.393Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:21:03.942Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:21:03.963Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:21:54.390Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:21:54.391Z||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-29T02:21:54.391Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:21:54.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:21:54.393Z||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-29T02:21:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:22:03.936Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:22:03.937Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:22:54.390Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:22:54.391Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T02:22:54.391Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:22:54.393Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:22:54.394Z||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-29T02:22:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:23:03.936Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:23:03.957Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:23:54.390Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:23:54.391Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T02:23:54.391Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:23:54.393Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:23:54.393Z||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-29T02:23:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:24:03.943Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:24:03.943Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:24:54.390Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:24:54.391Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T02:24:54.391Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:24:54.393Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:24:54.393Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:24:54.394Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:25:03.934Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:25:03.938Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:25:54.390Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:25:54.391Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-29T02:25:54.391Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:25:54.393Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:25:54.393Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:25:54.394Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:26:03.942Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:26:03.942Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:26:54.390Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:26:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:26:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:26:54.394Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:26:54.395Z||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-29T02:26:54.395Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:27:03.944Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:27:03.946Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:27:54.390Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:27:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:27:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:27:54.393Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:27:54.394Z||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-29T02:27:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:28:03.934Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:28:03.934Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:28:54.390Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:28:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:28:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:28:54.393Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:28:54.393Z||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-29T02:28:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:29:03.963Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:29:03.979Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:29:54.390Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:29:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:29:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:29:54.393Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:29:54.393Z||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-29T02:29:54.393Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:30:03.936Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:30:03.937Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:30:54.390Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:30:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:30:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:30:54.393Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:30:54.393Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|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-29T02:30:54.393Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:31:03.934Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:31:03.940Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:31:54.390Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:31:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:31:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:31:54.393Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:31:54.394Z||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-29T02:31:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:32:03.932Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:32:03.938Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:32:54.390Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:32:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:32:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:32:54.393Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:32:54.393Z||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-29T02:32:54.393Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:33:03.934Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:33:03.936Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:33:54.390Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:33:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:33:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:33:54.393Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:33:54.393Z||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-29T02:33:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:34:03.931Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:34:03.936Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:34:54.390Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:34:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:34:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:34:54.393Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:34:54.393Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|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-29T02:34:54.394Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:35:03.933Z|ce6f3f80-bdd0-4ed9-a6f6-05af32b93cf0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:35:03.936Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:35:54.390Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:35:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:35:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:35:54.393Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:35:54.393Z||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-29T02:35:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:36:03.964Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:36:03.973Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:36:54.390Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:36:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:36:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:36:54.393Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:36:54.393Z||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-29T02:36:54.393Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:37:03.935Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:37:03.939Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:37:54.390Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:37:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:37:54.392Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:37:54.393Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:37:54.393Z||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-29T02:37:54.393Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:38:03.934Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:38:03.952Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:38:54.390Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:38:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:38:54.392Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:38:54.393Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:38:54.393Z||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-29T02:38:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:39:03.950Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:39:03.961Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:39:54.390Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:39:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:39:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:39:54.393Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:39:54.393Z||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-29T02:39:54.393Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:40:03.938Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:40:03.941Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:40:54.390Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:40:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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-29T02:40:54.391Z|98538332-982e-43a8-a250-499e5dc29337|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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:40:54.393Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-29T02:40:54.394Z||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-29T02:40:54.394Z||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 8ufOlaO3ZsnJF9oV) ...
2021-04-29T02:41:03.938Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-29T02:41:03.946Z|98538332-982e-43a8-a250-499e5dc29337|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK